Skip to content

Commit 6a138e3

Browse files
committed
Update package-lock.json and package.json for dependency versions
- Bump undici from 6.23.0 to 6.24.1 - Update minimatch from 3.1.2 to 3.1.5 across multiple dependencies - Upgrade flatted from 3.3.3 to 3.4.1 - Modify package script to include isolated-vm as an external dependency Additionally, update the dist/index.js binary file.
1 parent c236702 commit 6a138e3

File tree

3 files changed

+51
-60
lines changed

3 files changed

+51
-60
lines changed

dist/index.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 44 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"format:check": "prettier --check .",
3131
"lint": "eslint .",
3232
"copy-wasm": "mkdir -p dist/node_modules/@wasm-fmt && cp -r node_modules/@wasm-fmt/ruff_fmt dist/node_modules/@wasm-fmt/",
33-
"package": "ncc build --minify src/index.ts -o dist --license licenses.txt --external @wasm-fmt/ruff_fmt && npm run copy-wasm",
33+
"package": "ncc build --minify src/index.ts -o dist --license licenses.txt --external @wasm-fmt/ruff_fmt --external isolated-vm && npm run copy-wasm",
3434
"test": "jest",
3535
"all": "npm run format:write && npm run lint && npm run test && npm run package",
3636
"create-tag": "./scripts/tag-version.sh",

0 commit comments

Comments
 (0)