Skip to main content

DEPRECATED

Driver-type extensions are no longer supported; replaced by remote execution

Dry Run

@webframp/dry-runv2026.08.28.1· 9d agoDRIVERS
01README

Dry-run execution driver that captures method requests without executing them. Useful for debugging, auditing, and validating workflows.

02Release Notes

2026.08.28.1

Changed: Normalized the extension license to Apache-2.0 and corrected the copyright holder to "Sean Escriva". Extensions that previously shipped an MIT LICENSE.md are now Apache-2.0, consistent with the repository root and every other extension. No code or behavioral changes.

Upgrade note: License text only. No API, schema, or runtime behavior changed.

2026.08.26.1

Changed: Normalized deno.json configuration for repo-wide consistency: added explicit compilerOptions.strict and migrated zod dependency to the import map (bare "zod" specifier instead of inline npm:zod@4.4.3). No behavioral changes — runtime resolution is identical.

03Drivers1
Dry Run
@webframp/dry-rundry_run.ts

Captures method execution requests without running them. Returns the request envelope as a resource for debugging and auditing.

04Previous Versions6
2026.08.26.1

2026.08.26.1

Changed: Normalized deno.json configuration for repo-wide consistency: added explicit compilerOptions.strict and migrated zod dependency to the import map (bare "zod" specifier instead of inline npm:zod@4.4.3). No behavioral changes — runtime resolution is identical.

2026.08.25.1

2026.08.25.1

Changed: Updated labels for improved extension discoverability. Added cross-cutting category labels (security, observability, finops, infrastructure, networking, compliance, devops, ai, incident-response) where applicable.

updated labels

2026.08.24.1

2026.08.24.1

Fixed installation command (swamp extension install -> pull). Added Troubleshooting section documenting unconfigurable driver, JSON serialization as only error path, and resource naming/overwrite behavior.

2026.07.18.1

2026.07.18.1

Changed: Version bump only, no code changes.

Added 1, removed 1 drivers

2026.04.22.1
2026.04.13.1
05Stats
A
100 / 100
Downloads
7
Archive size
8.6 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels