@jitl/quickjs-wasmfile-debug-sync
Advanced tools
Comparing version 0.25.0-rc.10 to 0.25.0-rc.11
@@ -7,3 +7,3 @@ import { QuickJSSyncVariant } from '@jitl/quickjs-ffi-types'; | ||
* | ||
* Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS. | ||
* Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS. | ||
* | ||
@@ -10,0 +10,0 @@ * | Variable | Setting | Description | |
{ | ||
"name": "@jitl/quickjs-wasmfile-debug-sync", | ||
"version": "0.25.0-rc.10", | ||
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.", | ||
"version": "0.25.0-rc.11", | ||
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", | ||
"sideEffects": false, | ||
@@ -34,3 +34,4 @@ "repository": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
}, | ||
@@ -41,3 +42,4 @@ "./package.json": "./package.json", | ||
"import": "./dist/ffi.mjs", | ||
"require": "./dist/ffi.js" | ||
"require": "./dist/ffi.js", | ||
"default": "./dist/ffi.js" | ||
}, | ||
@@ -47,10 +49,12 @@ "./wasm": "./dist/emscripten-module.wasm", | ||
"types": "./dist/emscripten-module.browser.d.ts", | ||
"iife": "./dist/emscripten-module.cjs", | ||
"browser": "./dist/emscripten-module.browser.mjs", | ||
"import": "./dist/emscripten-module.mjs", | ||
"require": "./dist/emscripten-module.cjs" | ||
"require": "./dist/emscripten-module.cjs", | ||
"default": "./dist/emscripten-module.cjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"@jitl/quickjs-ffi-types": "0.25.0-rc.10" | ||
"@jitl/quickjs-ffi-types": "0.25.0-rc.11" | ||
} | ||
} |
# @jitl/quickjs-wasmfile-debug-sync | ||
Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS. | ||
Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS. | ||
@@ -49,3 +49,3 @@ This generated package is part of [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten). | ||
"syncMode": "sync", | ||
"description": "Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.", | ||
"description": "Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", | ||
"emscriptenInclusion": "wasm", | ||
@@ -52,0 +52,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2524975
+ Added@jitl/quickjs-ffi-types@0.25.0-rc.11(transitive)
- Removed@jitl/quickjs-ffi-types@0.25.0-rc.10(transitive)