Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 25, 2023
1 parent 566e926 commit cfa84d9
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 38 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quickjs-emscripten-repo",
"private": true,
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"sideEffects": false,
"license": "MIT",
"type": "commonjs",
Expand Down Expand Up @@ -30,7 +30,8 @@
"build:packages": "yarn for-each-package build",
"doc": "typedoc",
"doc:serve": "cd doc && npx hads",
"set-all-versions": "yarn workspaces foreach --all version",
"all:publish": "yarn check:packages && yarn for-each-package publish --access public",
"all:version": "yarn workspaces foreach --all version",
"for-each-package-cmd": "yarn workspaces foreach --from 'packages/*' --exclude 'packages/internal-*' -Rpt",
"for-each-package": "yarn for-each-package-cmd run"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/tsconfig",
"private": true,
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"stableVersion": "0.24.0"
}
2 changes: 1 addition & 1 deletion packages/quickjs-emscripten-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickjs-emscripten-core",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"sideEffects": false,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/quickjs-emscripten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickjs-emscripten",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"sideEffects": false,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/quickjs-ffi-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-ffi-types",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"repository": {
"type": "git",
"url": "https://github.com/justjake/quickjs-emscripten"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-debug-asyncify-singlefile",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-debug-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-debug-sync-singlefile",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
5 changes: 3 additions & 2 deletions packages/variant-quickjs-browser-debug-sync-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-debug-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-release-asyncify-singlefile",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-release-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-release-sync-singlefile",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-browser-release-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: ESModule for browsers or browser-like environments",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-cjs-debug-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"description": "Variant of quickjs library: Node.js CommonJS module",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-cjs-debug-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"description": "Variant of quickjs library: Node.js CommonJS module",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-cjs-release-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"description": "Variant of quickjs library: Node.js CommonJS module",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-cjs-release-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"description": "Variant of quickjs library: Node.js CommonJS module",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -48,5 +48,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-esm-debug-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: Node.js ESModule",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-esm-debug-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: Node.js ESModule",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-esm-release-asyncify-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: Node.js ESModule",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-node-esm-release-sync-wasm",
"version": "0.25.0-rc.0",
"version": "0.25.0-rc.1",
"type": "module",
"description": "Variant of quickjs library: Node.js ESModule",
"sideEffects": false,
Expand Down Expand Up @@ -49,5 +49,6 @@
},
"dependencies": {
"@jitl/quickjs-ffi-types": "workspace:*"
}
},
"stableVersion": "0.25.0-rc.0"
}

0 comments on commit cfa84d9

Please sign in to comment.