nodexh 2.2.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/nodexh +2 -0
  2. package/package.json +1 -1
package/bin/nodexh CHANGED
@@ -17,6 +17,8 @@ realpath() {
17
17
  node \
18
18
  --require "$(realpath "$0")"/../../lib/main.js \
19
19
  --trace-warnings \
20
+ --disable-warning='ExperimentalWarning' \
21
+ --experimental-require-module \
20
22
  --enable-source-maps \
21
23
  --stack-trace-limit=100 \
22
24
  --expose-gc \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodexh",
3
- "version": "2.2.2",
3
+ "version": "3.0.0",
4
4
  "description": "a wrapper around the `node` executable for better stacktraces with sourcemaps, sourcecode excerpts",
5
5
  "main": "lib/main.js",
6
6
  "bin": {