Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Jan 26, 2024
1 parent 2ef6bf4 commit d4c638e
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 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.26.0",
"version": "0.27.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.26.0",
"version": "0.27.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.26.0",
"version": "0.27.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.26.0",
"version": "0.27.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.26.0",
"version": "0.27.0",
"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-ng-wasmfile-debug-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-ng-wasmfile-debug-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-ng-wasmfile-release-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-ng-wasmfile-release-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-debug-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-debug-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-browser-release-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-debug-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-cjs-release-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-debug-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-singlefile-mjs-release-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-debug-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-debug-sync",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-release-asyncify",
"version": "0.26.0",
"version": "0.27.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,6 +1,6 @@
{
"name": "@jitl/quickjs-wasmfile-release-sync",
"version": "0.26.0",
"version": "0.27.0",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.",
"sideEffects": false,
"repository": {
Expand Down

0 comments on commit d4c638e

Please sign in to comment.