Skip to content

Commit

Permalink
v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Aug 31, 2024
1 parent 1efa8af commit 2ca7f5f
Show file tree
Hide file tree
Showing 26 changed files with 45 additions and 45 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.29.2",
"version": "0.30.0",
"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.29.2",
"version": "0.30.0",
"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.29.2",
"version": "0.30.0",
"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.29.2",
"version": "0.30.0",
"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.29.2",
"version": "0.30.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jitl/quickjs-ng-wasmfile-debug-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-ng-wasmfile-debug-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-ng-wasmfile-release-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-ng-wasmfile-release-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-browser-debug-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-wasmfile-debug-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-wasmfile-release-asyncify",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"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,7 +1,7 @@
{
"name": "@jitl/quickjs-wasmfile-release-sync",
"license": "MIT",
"version": "0.29.2",
"version": "0.30.0",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": {
Expand Down
Loading

0 comments on commit 2ca7f5f

Please sign in to comment.