@form8ion/javascript-core
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -40,2 +40,6 @@ 'use strict'; | ||
/** | ||
* @deprecated this function has been lifted to the @form8ion/core package and will be removed in the next major | ||
* version. please use that version instead | ||
*/ | ||
function optionsValidator (schema, options) { | ||
@@ -42,0 +46,0 @@ const { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"engines": { | ||
@@ -49,3 +49,4 @@ "node": "^16.13 || >=18" | ||
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'", | ||
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'" | ||
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'", | ||
"lint:publish": "publint --strict" | ||
}, | ||
@@ -57,3 +58,4 @@ "files": [ | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -70,14 +72,14 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/register": "7.21.0", | ||
"@cucumber/cucumber": "9.1.0", | ||
"@form8ion/babel-preset": "1.6.99", | ||
"@form8ion/commitlint-config": "1.0.49", | ||
"@form8ion/eslint-config": "5.0.29", | ||
"@babel/register": "7.22.5", | ||
"@cucumber/cucumber": "9.2.0", | ||
"@form8ion/babel-preset": "1.6.105", | ||
"@form8ion/commitlint-config": "1.0.52", | ||
"@form8ion/eslint-config": "5.0.35", | ||
"@form8ion/eslint-config-cucumber": "1.4.1", | ||
"@form8ion/eslint-config-mocha": "2.0.3", | ||
"@form8ion/remark-lint-preset": "5.0.0", | ||
"@form8ion/remark-lint-preset": "5.0.9", | ||
"@rollup/plugin-babel": "6.0.3", | ||
"@travi/any": "2.1.8", | ||
"ban-sensitive-files": "1.9.19", | ||
"c8": "7.13.0", | ||
"c8": "8.0.0", | ||
"chai": "4.3.7", | ||
@@ -89,3 +91,3 @@ "cross-env": "7.0.3", | ||
"jest-when": "3.5.2", | ||
"lockfile-lint": "4.10.1", | ||
"lockfile-lint": "4.10.6", | ||
"ls-engines": "0.9.0", | ||
@@ -95,12 +97,13 @@ "mocha": "10.2.0", | ||
"npm-run-all": "4.1.5", | ||
"publint": "0.1.16", | ||
"remark-cli": "11.0.0", | ||
"remark-toc": "8.0.1", | ||
"remark-usage": "10.0.1", | ||
"rimraf": "5.0.0", | ||
"rollup": "3.20.4", | ||
"rimraf": "5.0.1", | ||
"rollup": "3.26.2", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "15.0.3", | ||
"testdouble": "3.17.2", | ||
"vitest": "0.30.1" | ||
"sinon": "15.2.0", | ||
"testdouble": "3.18.0", | ||
"vitest": "0.32.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
34734
224
33