@form8ion/javascript-core
Advanced tools
Comparing version 12.1.0 to 12.2.0
@@ -41,3 +41,3 @@ 'use strict'; | ||
} = {}) { | ||
return [18, 20].filter(majorVersion => { | ||
return [18, 20, 22].filter(majorVersion => { | ||
if (!withinRange) return true; | ||
@@ -44,0 +44,0 @@ return semver.satisfies(`${majorVersion}.0.0`, withinRange); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"type": "commonjs", | ||
@@ -38,5 +38,3 @@ "engines": { | ||
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base", | ||
"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", | ||
"test:unit:base": "DEBUG=any vitest run", | ||
"lint:peer": "npm ls >/dev/null", | ||
@@ -74,10 +72,9 @@ "prepare": "husky install", | ||
"devDependencies": { | ||
"@babel/register": "7.25.7", | ||
"@babel/register": "7.25.9", | ||
"@cucumber/cucumber": "11.0.1", | ||
"@form8ion/babel-preset": "1.6.137", | ||
"@form8ion/commitlint-config": "1.0.76", | ||
"@form8ion/babel-preset": "1.6.139", | ||
"@form8ion/commitlint-config": "2.0.0", | ||
"@form8ion/eslint-config": "7.0.12", | ||
"@form8ion/eslint-config-cucumber": "1.4.1", | ||
"@form8ion/eslint-config-mocha": "3.0.6", | ||
"@form8ion/remark-lint-preset": "6.0.4", | ||
"@form8ion/remark-lint-preset": "6.0.5", | ||
"@rollup/plugin-babel": "6.0.4", | ||
@@ -87,3 +84,2 @@ "@travi/any": "3.1.2", | ||
"c8": "10.1.2", | ||
"chai": "4.5.0", | ||
"cross-env": "7.0.3", | ||
@@ -96,6 +92,5 @@ "cz-conventional-changelog": "3.3.0", | ||
"ls-engines": "0.9.3", | ||
"mocha": "10.7.3", | ||
"mock-fs": "5.4.0", | ||
"npm-run-all2": "6.2.4", | ||
"publint": "0.2.11", | ||
"mock-fs": "5.4.1", | ||
"npm-run-all2": "7.0.1", | ||
"publint": "0.2.12", | ||
"remark-cli": "12.0.1", | ||
@@ -105,8 +100,7 @@ "remark-toc": "9.0.0", | ||
"rimraf": "6.0.1", | ||
"rollup": "4.24.0", | ||
"rollup": "4.24.4", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "19.0.2", | ||
"testdouble": "3.20.2", | ||
"vitest": "2.1.3" | ||
"vitest": "2.1.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29
27768