From fcee225d46b0bde64402cebad143811583ae49f9 Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Mon, 1 Jan 2024 14:42:56 -0800 Subject: [PATCH] v0.26.0 --- package.json | 2 +- packages/internal-tsconfig/package.json | 2 +- packages/quickjs-emscripten-core/package.json | 2 +- packages/quickjs-emscripten/package.json | 2 +- packages/quickjs-ffi-types/package.json | 2 +- .../variant-quickjs-ng-wasmfile-debug-asyncify/package.json | 2 +- packages/variant-quickjs-ng-wasmfile-debug-sync/package.json | 2 +- .../variant-quickjs-ng-wasmfile-release-asyncify/package.json | 2 +- packages/variant-quickjs-ng-wasmfile-release-sync/package.json | 2 +- .../package.json | 2 +- .../variant-quickjs-singlefile-browser-debug-sync/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../variant-quickjs-singlefile-cjs-debug-asyncify/package.json | 2 +- packages/variant-quickjs-singlefile-cjs-debug-sync/package.json | 2 +- .../package.json | 2 +- .../variant-quickjs-singlefile-cjs-release-sync/package.json | 2 +- .../variant-quickjs-singlefile-mjs-debug-asyncify/package.json | 2 +- packages/variant-quickjs-singlefile-mjs-debug-sync/package.json | 2 +- .../package.json | 2 +- .../variant-quickjs-singlefile-mjs-release-sync/package.json | 2 +- packages/variant-quickjs-wasmfile-debug-asyncify/package.json | 2 +- packages/variant-quickjs-wasmfile-debug-sync/package.json | 2 +- packages/variant-quickjs-wasmfile-release-asyncify/package.json | 2 +- packages/variant-quickjs-wasmfile-release-sync/package.json | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 728b7aec..923accfe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quickjs-emscripten-repo", "private": true, - "version": "0.25.1", + "version": "0.26.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/internal-tsconfig/package.json b/packages/internal-tsconfig/package.json index ea905b3e..2e0cb820 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.1", + "version": "0.26.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 d9bcb518..8297ed10 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.1", + "version": "0.26.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-emscripten/package.json b/packages/quickjs-emscripten/package.json index b945307f..40a109b0 100644 --- a/packages/quickjs-emscripten/package.json +++ b/packages/quickjs-emscripten/package.json @@ -1,6 +1,6 @@ { "name": "quickjs-emscripten", - "version": "0.25.1", + "version": "0.26.0", "sideEffects": false, "license": "MIT", "type": "commonjs", diff --git a/packages/quickjs-ffi-types/package.json b/packages/quickjs-ffi-types/package.json index 883451f3..ea271f4f 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.1", + "version": "0.26.0", "repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" diff --git a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json index 0b8f7b5c..5d8dfe04 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-asyncify", - "version": "0.25.1", + "version": "0.26.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 9a577f39..0e8ac040 100644 --- a/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-debug-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-debug-sync", - "version": "0.25.1", + "version": "0.26.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 84131a4f..1c06524e 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-asyncify", - "version": "0.25.1", + "version": "0.26.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 53dfdbe4..2aede6b6 100644 --- a/packages/variant-quickjs-ng-wasmfile-release-sync/package.json +++ b/packages/variant-quickjs-ng-wasmfile-release-sync/package.json @@ -1,6 +1,6 @@ { "name": "@jitl/quickjs-ng-wasmfile-release-sync", - "version": "0.25.1", + "version": "0.26.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 60e2f82d..7ac80ad6 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.1", + "version": "0.26.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 4060e449..148fe075 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.1", + "version": "0.26.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 387214fc..751421b3 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.1", + "version": "0.26.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 1dbec64b..30bd8aba 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.1", + "version": "0.26.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 1c28e64d..2264cbdc 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.1", + "version": "0.26.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 7653ed4f..bd19c6ad 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.1", + "version": "0.26.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 43ded842..8aa7997d 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.1", + "version": "0.26.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 b7d5666f..6ddfdfd2 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.1", + "version": "0.26.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 1dda40a2..69c39cf4 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.1", + "version": "0.26.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 e2ce7b85..5a407918 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.1", + "version": "0.26.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 b671c5eb..386ea54c 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.1", + "version": "0.26.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 a6b23909..c29ee23b 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.1", + "version": "0.26.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 07035aae..fb8b8f14 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.1", + "version": "0.26.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 ac4d50c5..d55935c6 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.1", + "version": "0.26.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 b18c45fa..9df4b857 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.1", + "version": "0.26.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 7680479b..90f1b01c 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.1", + "version": "0.26.0", "description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", "sideEffects": false, "repository": {