@form8ion/javascript-core
Advanced tools
Comparing version 8.4.0 to 9.0.0
@@ -5,5 +5,5 @@ { | ||
"license": "MIT", | ||
"version": "8.4.0", | ||
"version": "9.0.0", | ||
"engines": { | ||
"node": "^14.18 || >=16" | ||
"node": "^16.13 || >=18" | ||
}, | ||
@@ -37,3 +37,5 @@ "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)", | ||
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base", | ||
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'", | ||
"test:unit:base": "npm-run-all --print-label build --parallel test:unit:vitest test:unit:mocha", | ||
"test:unit:mocha": "DEBUG=any mocha 'src/**/*-test.js'", | ||
"test:unit:vitest": "DEBUG=any vitest run", | ||
"lint:peer": "npm ls >/dev/null", | ||
@@ -84,2 +86,3 @@ "prepare": "husky install", | ||
"husky": "8.0.3", | ||
"jest-when": "3.5.2", | ||
"lockfile-lint": "4.10.1", | ||
@@ -97,4 +100,5 @@ "ls-engines": "0.9.0", | ||
"sinon": "15.0.3", | ||
"testdouble": "3.17.2" | ||
"testdouble": "3.17.2", | ||
"vitest": "0.30.1" | ||
} | ||
} |
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
33937
32