@gjsify/lightningcss-wasm 0.4.5 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/lightningcss-wasm",
3
- "version": "0.4.5",
3
+ "version": "0.4.10",
4
4
  "description": "Phase D-2 POC: GJS-compatible loader for the lightningcss WASM bundle. Re-exports the `lightningcss-wasm` npm package's transform/bundle/bundleAsync API on top of SpiderMonkey 140's synchronous `new WebAssembly.Module/Instance` constructors. Reads the .wasm via @gjsify/fs (or Node's native fs), resolves randomness via globalThis.crypto. No WASI, no SharedArrayBuffer — single-shot CSS pipeline. Intended as the WASM-track counterpart to `@gjsify/lightningcss-native`; the better of the two wins the slot in `@gjsify/rolldown-plugin-gjsify`'s cssAsStringPlugin (see Phase D-2 decision matrix).",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -29,8 +29,8 @@
29
29
  "napi-wasm"
30
30
  ],
31
31
  "dependencies": {
32
- "@gjsify/fs": "^0.4.5",
33
- "@gjsify/webcrypto": "^0.4.5"
32
+ "@gjsify/fs": "^0.4.10",
33
+ "@gjsify/webcrypto": "^0.4.10"
34
34
  },
35
35
  "author": "Pascal Garber <pascal@artandcode.studio>",
36
36
  "license": "MIT"