Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymorph/test",
"version": "0.2.0",
"version": "0.2.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": {
Expand Down
10 changes: 5 additions & 5 deletions js/runner-polyengine/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
// re-run `deno install --entrypoint runner.ts browser-bundle-entry.ts` in
// this directory, and commit the diff (see README.md "Pinning").
"imports": {
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.3.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.3.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.3.0/shim",
"@polyengine/translator": "jsr:@polyengine/translator@0.3.0",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.3.0"
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.4.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.4.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.4.0/shim",
"@polyengine/translator": "jsr:@polyengine/translator@0.4.0",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.4.0"
},
// Deno's supply-chain minimum-dependency-age gate (24h default) applies
// even to exact prerelease pins; polyengine publishes per commit, so the
Expand Down
46 changes: 23 additions & 23 deletions js/runner-polyengine/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading