Skip to content

Commit 46d6455

Browse files
committed
chore: Update CHANGELOG
1 parent 637ca89 commit 46d6455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
### Changes:
88

9-
- Added `denoNoConfig` and `denoNoNPM` options to DenoWorker.
10-
- They default to `true` to prevent Deno from trying to load or interact with other files/configurations.
11-
- Also at least one of them needs to be set to `true` for DenoWorker to be able to load the bootstrap script from `node_modules` (see [#54 for more info](https://github.com/casual-simulation/node-deno-vm/issues/54)).
9+
- Added `denoConfig`, `denoNoNPM`, and `denoExtraFlags` options to DenoWorker.
10+
- `denoNoNPM` defaults to `true` to prevent Deno from trying to load or interact with other files/configurations.
11+
- `denoNoNPM` needs to be set to `true` (or `denoConfig` not be specified) for DenoWorker to be able to load the bootstrap script from `node_modules` (see [#54 for more info](https://github.com/casual-simulation/node-deno-vm/issues/54)).
1212

1313
## v0.12.0
1414

0 commit comments

Comments
 (0)