@pipcook/boa
Advanced tools
Comparing version 1.0.6-beta.4 to 1.0.6
{ | ||
"name": "@pipcook/boa", | ||
"version": "1.0.6-beta.4", | ||
"version": "1.0.6", | ||
"description": "Use Python modules seamlessly in Node.js", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "39c40ca32eddaa2e3dce83c75fdec975e24a8753" | ||
"gitHead": "e9f52f648d1f82d2c4f26059abbbc11450af1d5d" | ||
} |
@@ -33,3 +33,3 @@ /* eslint-disable no-process-exit */ | ||
const options = { encoding: 'utf8', stdio: 'inherit' }; | ||
const args = ['--no-warnings', FLAG, PATH_ESM_LOADER]; | ||
const args = ['--no-warnings', '--unhandled-rejections=strict', FLAG, PATH_ESM_LOADER]; | ||
// See https://github.com/nodejs/node/pull/31974 | ||
@@ -60,1 +60,3 @@ if (process.version < 'v14.0.0') { | ||
test('javascript custom', t => check(t, './js/test-esm-loader-custom.mjs')); | ||
test('dynamic imports', t => check(t, './py/test-esm-loader-dynamic-imports.mjs')); |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2166120
259
9348
0