@componentor/quickjs-wasmfs-release-sync 0.31.26 → 0.31.28

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@componentor/quickjs-wasmfs-release-sync",
3
3
  "license": "MIT",
4
- "version": "0.31.26",
4
+ "version": "0.31.28",
5
5
  "description": "QuickJS variant with WasmFS and OPFS support for native filesystem access in browsers. Uses ASYNCIFY for non-blocking OPFS backend creation.",
6
6
  "sideEffects": false,
7
7
  "repository": {
@@ -43,10 +43,10 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@componentor/quickjs-ffi-types": "0.31.26"
46
+ "@componentor/quickjs-ffi-types": "0.31.28"
47
47
  },
48
48
  "devDependencies": {
49
- "@jitl/tsconfig": "0.31.26"
49
+ "@jitl/tsconfig": "0.31.28"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "pnpm run build:c && pnpm run build:ts",