Skip to content
Open
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
18 changes: 10 additions & 8 deletions bun.lock

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
"devDependencies": {
"@changesets/changelog-github": "^1.0.0",
"@changesets/cli": "^3.0.0",
"@emnapi/core": "2.0.0-alpha.3",
"@emnapi/runtime": "2.0.0-alpha.3",
"@emnapi/core": "2.0.0-alpha.4",
"@emnapi/runtime": "2.0.0-alpha.4",
"@napi-rs/cli": "3.8.2",
"@napi-rs/wasm-runtime": "1.2.2",
"@napi-rs/wasm-runtime": "1.2.3",
Comment on lines +79 to +82

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the published WASM dependencies aligned

When either WASM package is published, wasm/package.json and npm/wasm32-wasi/package.json still pin @emnapi/core and @emnapi/runtime to 2.0.0-alpha.3 and @napi-rs/wasm-runtime to 1.2.2. Builds and tests therefore exercise the newly selected versions while consumers continue installing the old stack, so the intended runtime fixes never reach the published WASM paths and the tested dependency combination differs from the released one. Update both published manifests alongside these root pins.

AGENTS.md reference: AGENTS.md:L158-L160

Useful? React with 👍 / 👎.

"@stll/oxlint-config": "0.6.0",
"@stll/typescript-config": "0.6.0",
"@tybys/wasm-util": "^0.10.3",
"@types/node": "^26.2.0",
"bun-types": "1.4.0",
"emnapi": "2.0.0-alpha.3",
"emnapi": "2.0.0-alpha.4",
"fast-check": "^4.9.0",
"oxfmt": "0.63.0",
"oxlint": "1.78.0",
Expand Down
4 changes: 2 additions & 2 deletions provenance/THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This file is a generated inventory of detected third-party components and declar
Some licenses may require additional attribution text or redistribution steps.

Project: root
- @emnapi/runtime 2.0.0-alpha.3 — MIT
- @napi-rs/wasm-runtime 1.2.2 — MIT
- @emnapi/runtime 2.0.0-alpha.4 — MIT
- @napi-rs/wasm-runtime 1.2.3 — MIT
- @quansync/fs 1.0.0 — MIT
- bitflags 2.13.1 — Apache-2.0 OR MIT
- bon 3.9.3 — Apache-2.0 OR MIT
Expand Down
12 changes: 6 additions & 6 deletions provenance/sbom.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@
"name": "toyobayashi"
}
],
"bom-ref": "pkg:npm/@emnapi/runtime@2.0.0-alpha.3",
"bom-ref": "pkg:npm/@emnapi/runtime@2.0.0-alpha.4",
"description": "emnapi runtime",
"evidence": {
"identity": [
Expand Down Expand Up @@ -2429,18 +2429,18 @@
"value": "node_modules/@emnapi/runtime/package.json"
}
],
"purl": "pkg:npm/%40emnapi/runtime@2.0.0-alpha.3",
"purl": "pkg:npm/%40emnapi/runtime@2.0.0-alpha.4",
"scope": "required",
"type": "library",
"version": "2.0.0-alpha.3"
"version": "2.0.0-alpha.4"
},
{
"authors": [
{
"name": "LongYinan (https://github.com/Brooooooklyn)"
}
],
"bom-ref": "pkg:npm/@napi-rs/wasm-runtime@1.2.2",
"bom-ref": "pkg:npm/@napi-rs/wasm-runtime@1.2.3",
"description": "Runtime and polyfill for wasm targets",
"evidence": {
"identity": [
Expand Down Expand Up @@ -2498,10 +2498,10 @@
"value": "node_modules/@napi-rs/wasm-runtime/package.json"
}
],
"purl": "pkg:npm/%40napi-rs/wasm-runtime@1.2.2",
"purl": "pkg:npm/%40napi-rs/wasm-runtime@1.2.3",
"scope": "required",
"type": "library",
"version": "1.2.2"
"version": "1.2.3"
},
{
"authors": [
Expand Down