quickjs-wasi-reactor 0.0.11 → 0.12.1

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.
package/dist/version.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /** QuickJS-NG version string */
2
- export declare const VERSION = "v0.11.0-wasi29-reactor-r9";
2
+ export declare const VERSION = "v0.12.1";
3
3
  /** Download URL for the WASM binary */
4
- export declare const DOWNLOAD_URL = "https://github.com/paralin/quickjs/releases/download/v0.11.0-wasi29-reactor-r9/qjs-wasi-reactor.wasm";
4
+ export declare const DOWNLOAD_URL = "https://github.com/quickjs-ng/quickjs/releases/download/v0.12.1/qjs-wasi-reactor.wasm";
5
5
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAGA,gCAAgC;AAChC,eAAO,MAAM,OAAO,8BAA8B,CAAA;AAElD,uCAAuC;AACvC,eAAO,MAAM,YAAY,yGAAyG,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAGA,gCAAgC;AAChC,eAAO,MAAM,OAAO,YAAY,CAAA;AAEhC,uCAAuC;AACvC,eAAO,MAAM,YAAY,0FAA0F,CAAA"}
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by update-quickjs.bash
2
2
  // Do not edit manually
3
3
  /** QuickJS-NG version string */
4
- export const VERSION = 'v0.11.0-wasi29-reactor-r9';
4
+ export const VERSION = 'v0.12.1';
5
5
  /** Download URL for the WASM binary */
6
- export const DOWNLOAD_URL = 'https://github.com/paralin/quickjs/releases/download/v0.11.0-wasi29-reactor-r9/qjs-wasi-reactor.wasm';
6
+ export const DOWNLOAD_URL = 'https://github.com/quickjs-ng/quickjs/releases/download/v0.12.1/qjs-wasi-reactor.wasm';
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,uBAAuB;AAEvB,gCAAgC;AAChC,MAAM,CAAC,MAAM,OAAO,GAAG,2BAA2B,CAAA;AAElD,uCAAuC;AACvC,MAAM,CAAC,MAAM,YAAY,GAAG,sGAAsG,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,uBAAuB;AAEvB,gCAAgC;AAChC,MAAM,CAAC,MAAM,OAAO,GAAG,SAAS,CAAA;AAEhC,uCAAuC;AACvC,MAAM,CAAC,MAAM,YAAY,GAAG,uFAAuF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickjs-wasi-reactor",
3
- "version": "0.0.11",
3
+ "version": "0.12.1",
4
4
  "description": "JavaScript harness for QuickJS-NG WASI reactor model",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,12 +54,13 @@
54
54
  "homepage": "https://github.com/aperturerobotics/js-quickjs-wasi-reactor#readme",
55
55
  "devDependencies": {
56
56
  "@eslint/js": "^9.39.2",
57
+ "@types/node": "^25.0.6",
57
58
  "@typescript/native-preview": "^7.0.0-dev.20260106.1",
58
59
  "eslint": "^9.39.2",
59
60
  "eslint-config-prettier": "^10.1.8",
60
61
  "prettier": "^3.0.0",
61
62
  "typescript": "^5.0.0",
62
63
  "typescript-eslint": "^8.52.0",
63
- "vitest": "^2.0.0"
64
+ "vitest": "^4.0.0"
64
65
  }
65
66
  }
package/qjs-wasi.wasm CHANGED
Binary file
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  // Do not edit manually
3
3
 
4
4
  /** QuickJS-NG version string */
5
- export const VERSION = 'v0.11.0-wasi29-reactor-r9'
5
+ export const VERSION = 'v0.12.1'
6
6
 
7
7
  /** Download URL for the WASM binary */
8
- export const DOWNLOAD_URL = 'https://github.com/paralin/quickjs/releases/download/v0.11.0-wasi29-reactor-r9/qjs-wasi-reactor.wasm'
8
+ export const DOWNLOAD_URL = 'https://github.com/quickjs-ng/quickjs/releases/download/v0.12.1/qjs-wasi-reactor.wasm'