@form8ion/javascript-core
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -102,4 +102,9 @@ 'use strict'; | ||
function determineActiveLtsNodeMajorVersions() { | ||
return [12, 14, 16]; | ||
} | ||
exports.DEV_DEPENDENCY_TYPE = DEV_DEPENDENCY_TYPE; | ||
exports.PROD_DEPENDENCY_TYPE = PROD_DEPENDENCY_TYPE; | ||
exports.determineActiveLtsNodeMajorVersions = determineActiveLtsNodeMajorVersions; | ||
exports.dialects = dialects; | ||
@@ -106,0 +111,0 @@ exports.installDependencies = install; |
@@ -93,3 +93,7 @@ import { info, warn } from '@travi/cli-messages'; | ||
export { DEV_DEPENDENCY_TYPE, PROD_DEPENDENCY_TYPE, dialects, install as installDependencies, packageManagers, shouldBePublished as projectTypeShouldBePublished, projectTypes, choiceScaffolder as scaffoldChoice, optionsValidator as validateOptions }; | ||
function determineActiveLtsNodeMajorVersions() { | ||
return [12, 14, 16]; | ||
} | ||
export { DEV_DEPENDENCY_TYPE, PROD_DEPENDENCY_TYPE, determineActiveLtsNodeMajorVersions, dialects, install as installDependencies, packageManagers, shouldBePublished as projectTypeShouldBePublished, projectTypes, choiceScaffolder as scaffoldChoice, optionsValidator as validateOptions }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"files": [ | ||
@@ -46,17 +46,17 @@ "example.js", | ||
"devDependencies": { | ||
"@babel/register": "7.16.0", | ||
"@form8ion/babel-preset": "1.6.72", | ||
"@form8ion/commitlint-config": "1.0.23", | ||
"@form8ion/eslint-config": "1.10.0", | ||
"@form8ion/eslint-config-mocha": "1.2.14", | ||
"@babel/register": "7.17.7", | ||
"@form8ion/babel-preset": "1.6.85", | ||
"@form8ion/commitlint-config": "1.0.30", | ||
"@form8ion/eslint-config": "2.0.1", | ||
"@form8ion/eslint-config-mocha": "1.2.16", | ||
"@form8ion/remark-lint-preset": "2.1.7", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@travi/any": "2.0.19", | ||
"ban-sensitive-files": "1.9.16", | ||
"chai": "4.3.4", | ||
"@rollup/plugin-babel": "5.3.1", | ||
"@travi/any": "2.0.20", | ||
"ban-sensitive-files": "1.9.18", | ||
"chai": "4.3.6", | ||
"codecov": "3.8.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "7.0.4", | ||
"lockfile-lint": "4.6.2", | ||
"mocha": "9.1.3", | ||
"lockfile-lint": "4.7.4", | ||
"mocha": "9.2.2", | ||
"mock-fs": "5.1.2", | ||
@@ -69,6 +69,6 @@ "npm-run-all": "4.1.5", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.61.0", | ||
"rollup": "2.70.1", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "12.0.1", | ||
"testdouble": "3.16.3" | ||
"sinon": "13.0.1", | ||
"testdouble": "3.16.4" | ||
}, | ||
@@ -75,0 +75,0 @@ "dependencies": { |
@@ -202,2 +202,6 @@ coverageShouldBeReported# javascript-core | ||
#### `determineActiveLtsNodeMajorVersions` | ||
Returns a list of the currently active major LTS versions of node.js | ||
## Contributing | ||
@@ -204,0 +208,0 @@ |
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
34876
210
268