Skip to content

Commit

Permalink
rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent 2f867f7 commit 29e0b65
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.25.0-rc.9",
"sideEffects": false,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jitl/tsconfig",
"private": true,
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"scripts": {
"build": "yarn build:tsc && echo built $npm_package_json && ls -l",
"build:tsc": "npx tsc --project tsconfig.tsup.json",
Expand Down
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.8",
"version": "0.25.0-rc.9",
"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.8",
"version": "0.25.0-rc.9",
"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.8",
"version": "0.25.0-rc.9",
"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-singlefile-browser-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a browser ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS ESModule.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/variant-quickjs-wasmfile-debug-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": {
Expand Down
32 changes: 16 additions & 16 deletions variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dir": "packages/variant-quickjs-wasmfile-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -65,7 +65,7 @@
"dir": "packages/variant-quickjs-wasmfile-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -125,7 +125,7 @@
"dir": "packages/variant-quickjs-wasmfile-release-sync",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -185,7 +185,7 @@
"dir": "packages/variant-quickjs-wasmfile-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -245,7 +245,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -297,7 +297,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -349,7 +349,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -401,7 +401,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a NodeJS CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -453,7 +453,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -497,7 +497,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -541,7 +541,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -585,7 +585,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -629,7 +629,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -675,7 +675,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-debug-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -721,7 +721,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-release-sync",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down Expand Up @@ -767,7 +767,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
"version": "0.25.0-rc.8",
"version": "0.25.0-rc.9",
"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" },
Expand Down

0 comments on commit 29e0b65

Please sign in to comment.