Comparing version 27.2.1 to 27.2.2
const {red} = require('kleur') | ||
const {process, console} = require('./src/globals.js') | ||
const {process, console} = require('./lib/globals.js') | ||
@@ -4,0 +4,0 @@ module.exports = (error) => { |
const {green} = require('kleur') | ||
const {console, process} = require('./src/globals.js') | ||
const {addDashes, resolveProperty} = require('./src/helpers.js') | ||
const {console, process} = require('./lib/globals.js') | ||
const {addDashes, resolveProperty} = require('./lib/helpers.js') | ||
@@ -5,0 +5,0 @@ const getUsage = (prefix, command) => { |
{ | ||
"name": "sergeant", | ||
"version": "27.2.1", | ||
"description": "", | ||
"main": "main.js", | ||
"scripts": { | ||
"pretest": "lint '**/*.js'", | ||
"test": "tape test.js" | ||
"version": "27.2.2", | ||
"homepage": "https://github.com/erickmerchant/sergeant#README", | ||
"bugs": { | ||
"url": "https://github.com/erickmerchant/sergeant/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://erickmerchant@github.com/erickmerchant/sergeant.git" | ||
}, | ||
"license": "ISC", | ||
"author": "Erick Merchant <erickmerchant@gmail.com>", | ||
"files": [ | ||
@@ -17,25 +21,19 @@ "LICENSE", | ||
"parse.js", | ||
"src/" | ||
"lib/" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://erickmerchant@github.com/erickmerchant/sergeant.git" | ||
"main": "main.js", | ||
"scripts": { | ||
"pretest": "lint '**/*.js'", | ||
"test": "tape test.js" | ||
}, | ||
"author": "Erick Merchant <erickmerchant@gmail.com>", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/erickmerchant/sergeant/issues" | ||
"dependencies": { | ||
"kleur": "^3.0.3" | ||
}, | ||
"homepage": "https://github.com/erickmerchant/sergeant#README", | ||
"devDependencies": { | ||
"@erickmerchant/lint": "^3.6.0", | ||
"@erickmerchant/lint": "^4.0.0", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.7.2", | ||
"outdent": "^0.7.0", | ||
"proxyquire": "^2.1.3", | ||
"tape": "^4.12.0" | ||
"tape": "^4.13.0" | ||
}, | ||
"dependencies": { | ||
"kleur": "^3.0.3" | ||
}, | ||
"engines": { | ||
@@ -42,0 +40,0 @@ "node": ">=12" |
const {red} = require('kleur') | ||
const {console, process} = require('./src/globals.js') | ||
const {addDashes, resolveProperty} = require('./src/helpers.js') | ||
const {console, process} = require('./lib/globals.js') | ||
const {addDashes, resolveProperty} = require('./lib/helpers.js') | ||
@@ -5,0 +5,0 @@ module.exports = (argv, {signature, options}) => { |
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
5
0
13395