@form8ion/javascript-core
Advanced tools
Comparing version 5.0.1 to 5.1.0-alpha.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
var cliMessages = require('@travi/cli-messages'); | ||
var execa = require('execa'); | ||
var execa = require('@form8ion/execa-wrapper'); | ||
var hoek = require('@hapi/hoek'); | ||
@@ -9,0 +9,0 @@ var semver = require('semver'); |
import { info, warn } from '@travi/cli-messages'; | ||
import execa from 'execa'; | ||
import execa from '@form8ion/execa-wrapper'; | ||
import hoek from '@hapi/hoek'; | ||
@@ -4,0 +4,0 @@ import { satisfies } from 'semver'; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "5.0.1", | ||
"version": "5.1.0-alpha.1", | ||
"files": [ | ||
@@ -47,17 +47,17 @@ "example.js", | ||
"@babel/register": "7.17.7", | ||
"@form8ion/babel-preset": "1.6.87", | ||
"@form8ion/commitlint-config": "1.0.31", | ||
"@form8ion/eslint-config": "5.0.1", | ||
"@form8ion/eslint-config-mocha": "2.0.1", | ||
"@form8ion/remark-lint-preset": "3.0.0", | ||
"@form8ion/babel-preset": "1.6.90", | ||
"@form8ion/commitlint-config": "1.0.35", | ||
"@form8ion/eslint-config": "5.0.4", | ||
"@form8ion/eslint-config-mocha": "2.0.2", | ||
"@form8ion/remark-lint-preset": "4.0.0", | ||
"@rollup/plugin-babel": "5.3.1", | ||
"@travi/any": "2.0.20", | ||
"@travi/any": "2.1.1", | ||
"ban-sensitive-files": "1.9.18", | ||
"c8": "7.11.2", | ||
"c8": "7.11.3", | ||
"chai": "4.3.6", | ||
"cross-env": "7.0.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "7.0.4", | ||
"husky": "8.0.1", | ||
"lockfile-lint": "4.7.4", | ||
"ls-engines": "0.6.5", | ||
"ls-engines": "0.7.0", | ||
"mocha": "10.0.0", | ||
@@ -70,8 +70,9 @@ "mock-fs": "5.1.2", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.71.1", | ||
"rollup": "2.75.6", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "13.0.2", | ||
"sinon": "14.0.0", | ||
"testdouble": "3.16.5" | ||
}, | ||
"dependencies": { | ||
"@form8ion/execa-wrapper": "^1.0.0-alpha.1", | ||
"@form8ion/overridable-prompts": "^1.1.0", | ||
@@ -81,3 +82,2 @@ "@hapi/hoek": "^10.0.0", | ||
"deepmerge": "^4.2.2", | ||
"execa": "^5.0.0", | ||
"inquirer": "^8.0.0", | ||
@@ -84,0 +84,0 @@ "semver": "^7.3.5" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
36423
1
+ Added@form8ion/execa-wrapper@1.0.0(transitive)
- Removedexeca@^5.0.0