Comparing version 1.6.6 to 1.7.0
{ | ||
"name": "esmock", | ||
"version": "1.6.6", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -49,3 +49,3 @@ "readmeFilename": "README.md", | ||
"dependencies": { | ||
"resolvewithplus": "^0.4.2" | ||
"resolvewithplus": "^0.5.1" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"scripts": { | ||
"test-ava": "ava --node-arguments=\"--loader=./src/esmockLoader.mjs\" ./spec/ava/*spec.js", | ||
"test-ava": "ava --node-arguments=\"--loader=./src/esmockLoader.mjs\" ./spec/ava/*.spec.js", | ||
"test-uvu": "node --no-warnings --loader=./src/esmockLoader.mjs ./node_modules/uvu/bin.js ./spec/uvu/", | ||
@@ -63,0 +63,0 @@ "test": "npm run test-ava && npm run test-uvu", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17083
277
+ Addedresolvewithplus@0.5.1(transitive)
- Removedresolvewithplus@0.4.2(transitive)
Updatedresolvewithplus@^0.5.1