Skip to content

Commit 2ca7f5f

Browse files
committed
v0.30.0
1 parent 1efa8af commit 2ca7f5f

File tree

26 files changed

+45
-45
lines changed

26 files changed

+45
-45
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickjs-emscripten-repo",
33
"private": true,
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"sideEffects": false,
66
"license": "MIT",
77
"type": "commonjs",

packages/internal-tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/tsconfig",
33
"private": true,
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"scripts": {
66
"build": "yarn build:tsc && echo built $npm_package_json && ls -l",
77
"build:tsc": "npx tsc --project tsconfig.tsup.json",

packages/quickjs-emscripten-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickjs-emscripten-core",
3-
"version": "0.29.2",
3+
"version": "0.30.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"type": "commonjs",

packages/quickjs-emscripten/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickjs-emscripten",
3-
"version": "0.29.2",
3+
"version": "0.30.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"type": "commonjs",

packages/quickjs-ffi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-ffi-types",
3-
"version": "0.29.2",
3+
"version": "0.30.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/variant-quickjs-ng-wasmfile-debug-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-ng-wasmfile-debug-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-ng-wasmfile-debug-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-ng-wasmfile-debug-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-ng-wasmfile-release-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-ng-wasmfile-release-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-ng-wasmfile-release-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-ng-wasmfile-release-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-browser-debug-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-browser-debug-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-browser-debug-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-browser-release-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-browser-release-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-browser-release-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-cjs-debug-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-cjs-debug-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-cjs-release-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-cjs-release-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-mjs-debug-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-mjs-debug-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-mjs-release-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-singlefile-mjs-release-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-wasmfile-debug-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-wasmfile-debug-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-wasmfile-debug-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-wasmfile-release-asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-wasmfile-release-asyncify",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

packages/variant-quickjs-wasmfile-release-sync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-wasmfile-release-sync",
33
"license": "MIT",
4-
"version": "0.29.2",
4+
"version": "0.30.0",
55
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
66
"sideEffects": false,
77
"repository": {

0 commit comments

Comments
 (0)