Skip to content

Commit df4efb9

Browse files
committed
bump version
1 parent fd9d3f0 commit df4efb9

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickjs-emscripten-repo",
33
"private": true,
4-
"version": "0.31.0",
4+
"version": "0.32.0",
55
"sideEffects": false,
66
"license": "MIT",
77
"type": "commonjs",

packages/internal-tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/tsconfig",
33
"private": true,
4-
"version": "0.31.0",
4+
"version": "0.32.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickjs-emscripten-core",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"type": "commonjs",

packages/quickjs-emscripten/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickjs-emscripten",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"type": "commonjs",

packages/quickjs-ffi-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jitl/quickjs-ffi-types",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/quickjs-for-quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickjs-for-quickjs",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jitl/quickjs-asmjs-mjs-release-sync",
33
"license": "MIT",
4-
"version": "0.31.0",
4+
"version": "0.32.0",
55
"description": "Variant of quickjs library: Compiled to pure Javascript, no WebAssembly required.",
66
"sideEffects": false,
77
"repository": {

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

Lines changed: 1 addition & 1 deletion
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.31.0",
4+
"version": "0.32.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

Lines changed: 1 addition & 1 deletion
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.31.0",
4+
"version": "0.32.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

Lines changed: 1 addition & 1 deletion
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.31.0",
4+
"version": "0.32.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)