diff --git a/package.json b/package.json index 0435c286..12398479 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quickjs-emscripten-repo", "private": true, - "version": "0.29.2", + "version": "0.30.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/internal-tsconfig/package.json b/packages/internal-tsconfig/package.json index de4affc7..5cce5b26 100644 --- a/packages/internal-tsconfig/package.json +++ b/packages/internal-tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/tsconfig", "private": true, - "version": "0.29.2", + "version": "0.30.0", "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 c45049ca..88a5539a 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.29.2", + "version": "0.30.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-emscripten/package.json b/packages/quickjs-emscripten/package.json index 655dbe69..70b84bdf 100644 --- a/packages/quickjs-emscripten/package.json +++ b/packages/quickjs-emscripten/package.json @@ -1,6 +1,6 @@ { "name": "quickjs-emscripten", - "version": "0.29.2", + "version": "0.30.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-ffi-types/package.json b/packages/quickjs-ffi-types/package.json index e8390766..3cb5804c 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.29.2", + "version": "0.30.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json index 7b3204ee..3bae4dd1 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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-ng-wasmfile-debug-sync/package.json b/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json index 67913094..5679565d 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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-ng-wasmfile-release-asyncify/package.json b/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json index 4ec2ca6b..90964565 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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-ng-wasmfile-release-sync/package.json b/packages/variant-quickjs-ng-wasmfile-release-sync/package.json index fdf3a82b..4ea60895 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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-singlefile-browser-debug-asyncify/package.json b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json index 2eebcda1..7132e03c 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 a15afb07..8b10ac76 100644 --- a/packages/variant-quickjs-singlefile-browser-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-debug-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-browser-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 26ae5052..909b3359 100644 --- a/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 499e5743..945b0bd4 100644 --- a/packages/variant-quickjs-singlefile-browser-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-browser-release-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-browser-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 012bd491..d7eac754 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 251ce435..8e70b579 100644 --- a/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-debug-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 1ccc963e..3f37cece 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 8e3602e4..7b93a7b5 100644 --- a/packages/variant-quickjs-singlefile-cjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-cjs-release-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-cjs-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 d5136117..dd71b0c5 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 89ba202b..4cf9837c 100644 --- a/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-debug-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 6af94a3b..4b4a1056 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 05a06d13..98b56bdc 100644 --- a/packages/variant-quickjs-singlefile-mjs-release-sync/package.json +++ b/packages/variant-quickjs-singlefile-mjs-release-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-singlefile-mjs-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 8043df14..9f180418 100644 --- a/packages/variant-quickjs-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-debug-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-wasmfile-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 3bf7f5fc..d14559f1 100644 --- a/packages/variant-quickjs-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-wasmfile-debug-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-wasmfile-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 60b70bf3..6f063e66 100644 --- a/packages/variant-quickjs-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-wasmfile-release-asyncify/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-wasmfile-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 bd3c735f..d0773477 100644 --- a/packages/variant-quickjs-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-wasmfile-release-sync/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/quickjs-wasmfile-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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 3b035af1..6264c434 100644 --- a/variants.json +++ b/variants.json @@ -6,7 +6,7 @@ "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -73,7 +73,7 @@ "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -140,7 +140,7 @@ "packageJson": { "name": "@jitl/quickjs-wasmfile-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -207,7 +207,7 @@ "packageJson": { "name": "@jitl/quickjs-wasmfile-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -274,7 +274,7 @@ "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -341,7 +341,7 @@ "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -408,7 +408,7 @@ "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -475,7 +475,7 @@ "packageJson": { "name": "@jitl/quickjs-ng-wasmfile-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -542,7 +542,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -599,7 +599,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -656,7 +656,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -713,7 +713,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-cjs-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -770,7 +770,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -823,7 +823,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -876,7 +876,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -929,7 +929,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-mjs-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -982,7 +982,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -1037,7 +1037,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-browser-debug-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -1092,7 +1092,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-sync", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" }, @@ -1147,7 +1147,7 @@ "packageJson": { "name": "@jitl/quickjs-singlefile-browser-release-asyncify", "license": "MIT", - "version": "0.29.2", + "version": "0.30.0", "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" },