Skip to content

Commit

Permalink
v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent 4b679e5 commit 123a717
Show file tree
Hide file tree
Showing 23 changed files with 42 additions and 38 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v0.25.0 (unreleased)
## v0.25.1

- [#130](https://github.com/justjake/quickjs-emscripten/pull/129) Fix some README and docs quibbles.

## v0.25.0

- [#129](https://github.com/justjake/quickjs-emscripten/pull/129) Improve packaging strategy, native ES Modules, and browser-first builds.

Expand Down
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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.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",
"version": "0.25.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",
"version": "0.25.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-singlefile-browser-debug-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) 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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) 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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) 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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) 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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"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",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -69,7 +69,7 @@
"dir": "packages/variant-quickjs-wasmfile-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -133,7 +133,7 @@
"dir": "packages/variant-quickjs-wasmfile-release-sync",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-release-sync",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -197,7 +197,7 @@
"dir": "packages/variant-quickjs-wasmfile-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-wasmfile-release-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -261,7 +261,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -317,7 +317,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -373,7 +373,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -429,7 +429,7 @@
"dir": "packages/variant-quickjs-singlefile-cjs-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"description": "Variant of quickjs library: Variant with the WASM data embedded into a universal (Node and Browser compatible) CommonJS module.",
"sideEffects": false,
"repository": { "type": "git", "url": "https://github.com/justjake/quickjs-emscripten" },
Expand Down Expand Up @@ -485,7 +485,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -537,7 +537,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -589,7 +589,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -641,7 +641,7 @@
"dir": "packages/variant-quickjs-singlefile-mjs-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -693,7 +693,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-debug-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -747,7 +747,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-debug-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-debug-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -801,7 +801,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-release-sync",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-release-sync",
"version": "0.25.0",
"version": "0.25.1",
"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 @@ -855,7 +855,7 @@
"dir": "packages/variant-quickjs-singlefile-browser-release-asyncify",
"packageJson": {
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
"version": "0.25.0",
"version": "0.25.1",
"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 123a717

Please sign in to comment.