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
8 changes: 4 additions & 4 deletions conformance/driver-ct/jco/package-lock.json

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

2 changes: 1 addition & 1 deletion conformance/driver-ct/jco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@bytecodealliance/jco-transpile": "0.7.0",
"@bytecodealliance/preview2-shim": "0.17.9",
"@jsr/polymorph__test": "0.2.1",
"@jsr/polymorph__test": "0.3.0",
"playwright-core": "1.62.1"
}
}
14 changes: 7 additions & 7 deletions conformance/driver-ct/polyengine/deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"//": "MODULE IDENTITY (A22): applications that load the embedder in more than one config must still resolve ONE runtime version — stateful handles minted by one copy are refused by another. The @polyengine/runtime/embedder entry here must map to the same exact-pinned JSR version everywhere this config's process loads the embedder (polyengine ships as exact-pinned JSR releases; caret-honest upstream — within a minor line releases stay compatible, breaking bumps the minor; between releases, per-commit `<next>-pre.g<hash>` prereleases exist — pin exactly). Published host modules (../../../js/polyengine) now couple only to @polyengine/protocol, whose copies are harmless by construction, so this constraint no longer spans that config. deno.lock carries integrity, --frozen enforced; the pin gate (just conformance-ct::polyengine-pin-check) asserts one @polyengine/runtime version where resolved and one @polyengine/protocol version repo-wide.",
"imports": {
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.5.0",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.5.0/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.5.0/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.5.0",
"@polyengine/translator": "jsr:@polyengine/translator@0.5.0",
"@polyengine/protocol": "jsr:@polyengine/protocol@0.2.2",
"@polymorph/test/polyengine-worker-main": "jsr:@polymorph/test@0.2.1/polyengine-worker-main"
"@polyengine/ct-runner": "jsr:@polyengine/ct-runner@0.6.3",
"@polyengine/runtime/embedder": "jsr:@polyengine/runtime@0.6.3/embedder",
"@polyengine/runtime/shim": "jsr:@polyengine/runtime@0.6.3/shim",
"@polyengine/wasi": "jsr:@polyengine/wasi@0.6.3",
"@polyengine/translator": "jsr:@polyengine/translator@0.6.3",
"@polyengine/protocol": "jsr:@polyengine/protocol@0.3.1",
"@polymorph/test/polyengine-worker-main": "jsr:@polymorph/test@0.3.0/polyengine-worker-main"
},
"minimumDependencyAge": { "age": "P1D", "exclude": ["jsr:@polyengine/*", "jsr:@polymorph/*"] },
"tasks": {
Expand Down
72 changes: 36 additions & 36 deletions conformance/driver-ct/polyengine/deno.lock

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

8 changes: 4 additions & 4 deletions conformance/driver-ct/polyengine/package-lock.json

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

2 changes: 1 addition & 1 deletion conformance/driver-ct/polyengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Node driver + bundled worker inputs for the polyengine-browser conformance rows: both suites runtime-linked inside headless Chromium with this repo's polyengine host module, through the upstream page driver and polyengine worker-main.",
"dependencies": {
"@jsr/polymorph__test": "0.2.1",
"@jsr/polymorph__test": "0.3.0",
"playwright-core": "1.62.1"
}
}
2 changes: 1 addition & 1 deletion conformance/driver-ct/polyengine/shard-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ self.onmessage = async (event: MessageEvent<ShardRequest>) => {
// `polymorph:webcrypto/*` interface from the host module under test.
// ct-runner adds `polymorph:test/test-context` itself.
const imports = {
...wasi({ cli: { env: {}, passthrough: false } }),
...wasi({ cli: { env: {} } }),
...webcryptoImports(),
};

Expand Down
8 changes: 4 additions & 4 deletions examples/jco-demo/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/jco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@bytecodealliance/jco-transpile": "0.7.0",
"@jsr/polymorph__test": "0.2.1"
"@jsr/polymorph__test": "0.3.0"
}
}
8 changes: 4 additions & 4 deletions js/componentize/wpt/parity/package-lock.json

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

2 changes: 1 addition & 1 deletion js/componentize/wpt/parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@bytecodealliance/jco-transpile": "0.7.0",
"@bytecodealliance/preview2-shim": "^0.19.0",
"playwright-core": "^1.62.1",
"@jsr/polymorph__test": "0.2.1"
"@jsr/polymorph__test": "0.3.0"
}
}
8 changes: 4 additions & 4 deletions js/jco/package-lock.json

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

2 changes: 1 addition & 1 deletion js/jco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@bytecodealliance/jco-transpile": "0.7.0",
"typescript": "^5.9.3",
"@jsr/polymorph__test": "0.2.1"
"@jsr/polymorph__test": "0.3.0"
}
}
4 changes: 2 additions & 2 deletions js/polyengine/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@polymorph/webcrypto",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"exports": "./src/mod.ts",
"//": "MODULE-IDENTITY CONSTRAINT (A22): this package couples only to @polyengine/protocol, whose copies are harmless by construction (the protocol's brand/handle vocabulary is designed to be robust to duplication), so there is no module-identity constraint to state here. This file's @polyengine/protocol entry is a caret range (published-package convention: consumers resolve one shared @polyengine/protocol across their dependency graph); conformance/driver-ct/polyengine/deno.json (repo-internal, not published) exact-pins the same package. The pin gate (just conformance-ct::polyengine-pin-check) asserts one @polyengine/protocol version repo-wide, one @polyengine/runtime version across the configs that resolve it, and that this package's lockfile carries no @polyengine/runtime specifier.",
"imports": {
"@polyengine/protocol": "jsr:@polyengine/protocol@^0.2.2"
"@polyengine/protocol": "jsr:@polyengine/protocol@^0.3.1"
},
"minimumDependencyAge": { "age": "P1D", "exclude": ["jsr:@polyengine/*"] },
"publish": {
Expand Down
8 changes: 4 additions & 4 deletions js/polyengine/deno.lock

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

Loading