diff --git a/js/deno.json b/js/deno.json index 23ecca7..187e60d 100644 --- a/js/deno.json +++ b/js/deno.json @@ -1,6 +1,6 @@ { "name": "@polymorph/test", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "//": "The polymorph:test stack's JS runner core on JSR — the one consumable JS surface (the repo-root npm-git facade is retired; this export map is the only one). Plain JS with relative and node: imports only; the browser-safe pieces (harness, context, imports, the workers) load in browsers unchanged, and the node: importers (node-runner, browser-driver) are Node/Deno-side drivers. The publish include-list IS the package: everything else under js/ is repo tooling (the polyengine runner leg, selftests, the viewer app).", "exports": {