Comparing version 2.3.9 to 2.4.0
@@ -12,7 +12,7 @@ #!/usr/bin/env node | ||
const { init, add } = require('@rigel/commands'); | ||
const { init, add } = require('../commands/index'); | ||
const nodeV = require('../package.json').engines.node; | ||
const { checkNodeV, cleanArgs } = require('@rigel/utils'); | ||
const { warning } = require('@rigel/logger'); | ||
const { checkNodeV, cleanArgs } = require('../utils/index'); | ||
const { warning } = require('../logger/index'); | ||
@@ -19,0 +19,0 @@ /** |
{ | ||
"name": "rigel-cli", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"bin": { | ||
@@ -16,3 +13,3 @@ "rigel": "./bin/rigel.js" | ||
}, | ||
"version": "2.3.9", | ||
"version": "2.4.0", | ||
"license": "MIT", | ||
@@ -57,3 +54,2 @@ "dependencies": { | ||
"chai": "^4.2.0", | ||
"lerna": "^3.22.1", | ||
"mocha": "^7.0.0", | ||
@@ -63,9 +59,9 @@ "prettier": "2.0.2", | ||
}, | ||
"peerDependencies": { | ||
"@rigel/utils": "^1.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.9" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engineStrict": true | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
26
12
38304
46
1086
1