diff --git a/package.json b/package.json index ec0e461a..25c4c6c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quickjs-emscripten-repo", "private": true, - "version": "0.28.0", + "version": "0.29.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/internal-tsconfig/package.json b/packages/internal-tsconfig/package.json index 0a9f21c3..e4fa080c 100644 --- a/packages/internal-tsconfig/package.json +++ b/packages/internal-tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@jitl/tsconfig", "private": true, - "version": "0.28.0", + "version": "0.29.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 ef510604..e873e938 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.28.0", + "version": "0.29.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-emscripten/package.json b/packages/quickjs-emscripten/package.json index b8f12dff..0557dd64 100644 --- a/packages/quickjs-emscripten/package.json +++ b/packages/quickjs-emscripten/package.json @@ -1,6 +1,6 @@ { "name": "quickjs-emscripten", - "version": "0.28.0", + "version": "0.29.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-ffi-types/package.json b/packages/quickjs-ffi-types/package.json index 296c9878..10c3922c 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.28.0", + "version": "0.29.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 342af150..78d18a29 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.28.0", + "version": "0.29.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 77d9dc11..3dd298ab 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.28.0", + "version": "0.29.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 efea3aa7..fa5469b8 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.28.0", + "version": "0.29.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 4b40f646..58193147 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.28.0", + "version": "0.29.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 488b8f8b..3d6b160a 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.28.0", + "version": "0.29.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 db8ecc3b..d24e1696 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.28.0", + "version": "0.29.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 902adbda..60aa984a 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.28.0", + "version": "0.29.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 c4a9b1e7..c9ec7e5e 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.28.0", + "version": "0.29.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 91872fcd..3d9c3b46 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.28.0", + "version": "0.29.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 3f222263..6c0f57cb 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.28.0", + "version": "0.29.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 e170b5e1..37836ba2 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.28.0", + "version": "0.29.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 288cac6e..5675ebf5 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.28.0", + "version": "0.29.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 a88f758f..af872c98 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.28.0", + "version": "0.29.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 e013c845..a3426308 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.28.0", + "version": "0.29.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 7f318990..dc1e1fbb 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.28.0", + "version": "0.29.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 9e78bc4a..83851f66 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.28.0", + "version": "0.29.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 8dc16ac8..328e6700 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.28.0", + "version": "0.29.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 8047ac4f..75b190ae 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.28.0", + "version": "0.29.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 f277c65f..a0931bb2 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.28.0", + "version": "0.29.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 646f04a0..208bb72e 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.28.0", + "version": "0.29.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 4d63b1c2..76887949 100644 --- a/variants.json +++ b/variants.json @@ -6,7 +6,7 @@ "packageJson": { "name": "@jitl/quickjs-wasmfile-debug-sync", "license": "MIT", - "version": "0.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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.28.0", + "version": "0.29.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" },