diff --git a/package.json b/package.json index f172b23c..ac6e3e0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quickjs-emscripten-repo", "private": true, - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/internal-tsconfig/package.json b/packages/internal-tsconfig/package.json index 8ab5e5f5..da31d59a 100644 --- a/packages/internal-tsconfig/package.json +++ b/packages/internal-tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/tsconfig", "private": true, - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "scripts": { "build": "yarn build:tsc && echo built $npm_package_json && ls -l", "build:tsc": "npx tsc --project tsconfig.tsup.json", diff --git a/packages/quickjs-emscripten-core/package.json b/packages/quickjs-emscripten-core/package.json index 46903556..b5e76dbb 100644 --- a/packages/quickjs-emscripten-core/package.json +++ b/packages/quickjs-emscripten-core/package.json @@ -1,6 +1,6 @@ { "name": "quickjs-emscripten-core", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-emscripten/package.json b/packages/quickjs-emscripten/package.json index 3426cae4..507f3034 100644 --- a/packages/quickjs-emscripten/package.json +++ b/packages/quickjs-emscripten/package.json @@ -1,6 +1,6 @@ { "name": "quickjs-emscripten", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-ffi-types/package.json b/packages/quickjs-ffi-types/package.json index 08a78a6c..932e1b53 100644 --- a/packages/quickjs-ffi-types/package.json +++ b/packages/quickjs-ffi-types/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-ffi-types", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" diff --git a/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json index e0088c5a..ab3b14ff 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-browser-debug-sync/package.json b/packages/variant-quickjs-singlefile-browser-debug-sync/package.json index 3c72401e..867fb2ba 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json b/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json index 5cc18de7..aebc5778 100644 --- a/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-browser-release-sync/package.json b/packages/variant-quickjs-singlefile-browser-release-sync/package.json index 973925d8..c347bdb4 100644 --- a/packages/variant-quickjs-singlefile-browser-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-browser-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json index b9ac01c5..edd9a687 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json b/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json index b64b8136..5b6601c3 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json b/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json index 7e880d3b..37ff9fbd 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-cjs-release-sync/package.json b/packages/variant-quickjs-singlefile-cjs-release-sync/package.json index 583befaa..78f6f7dc 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json index e3fb52ac..7c19608e 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json b/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json index 77e6b5e1..b754f0f9 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json b/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json index 9495d35d..cf44893e 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-singlefile-mjs-release-sync/package.json b/packages/variant-quickjs-singlefile-mjs-release-sync/package.json index d155ec18..fa0c8255 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-wasmfile-debug-asyncify/package.json b/packages/variant-quickjs-wasmfile-debug-asyncify/package.json index 32ed5633..ab7b2fa0 100644 --- a/packages/variant-quickjs-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-debug-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-wasmfile-debug-sync/package.json b/packages/variant-quickjs-wasmfile-debug-sync/package.json index 6357abd3..7053d0a8 100644 --- a/packages/variant-quickjs-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-wasmfile-debug-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-wasmfile-release-asyncify/package.json b/packages/variant-quickjs-wasmfile-release-asyncify/package.json index bb1bcd11..ff12bc38 100644 --- a/packages/variant-quickjs-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-release-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { diff --git a/packages/variant-quickjs-wasmfile-release-sync/package.json b/packages/variant-quickjs-wasmfile-release-sync/package.json index 793e7970..1c3f5c19 100644 --- a/packages/variant-quickjs-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-wasmfile-release-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-wasmfile-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { diff --git a/variants.json b/variants.json index b4ad4d62..74054a2a 100644 --- a/variants.json +++ b/variants.json @@ -5,7 +5,7 @@ "dir": "packages/variant-quickjs-wasmfile-debug-sync", "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -69,7 +69,7 @@ "dir": "packages/variant-quickjs-wasmfile-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -133,7 +133,7 @@ "dir": "packages/variant-quickjs-wasmfile-release-sync", "packageJson": { "name": "@jitl/quickjs-wasmfile-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -197,7 +197,7 @@ "dir": "packages/variant-quickjs-wasmfile-release-asyncify", "packageJson": { "name": "@jitl/quickjs-wasmfile-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -261,7 +261,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -317,7 +317,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -373,7 +373,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -429,7 +429,7 @@ "dir": "packages/variant-quickjs-singlefile-cjs-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -485,7 +485,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -537,7 +537,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -589,7 +589,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -641,7 +641,7 @@ "dir": "packages/variant-quickjs-singlefile-mjs-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -693,7 +693,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-debug-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -747,7 +747,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-debug-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -801,7 +801,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-release-sync", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-sync", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" }, @@ -855,7 +855,7 @@ "dir": "packages/variant-quickjs-singlefile-browser-release-asyncify", "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", - "version": "0.25.0-rc.12", + "version": "0.25.0-rc.13", "description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },