@spinajs/cli
Advanced tools
Comparing version 2.0.258 to 2.0.259
@@ -13,3 +13,4 @@ "use strict"; | ||
if (args.indexOf(o) !== -1) { | ||
args = args.splice(process.argv.indexOf(o), 1); | ||
// remove option | ||
args.splice(process.argv.indexOf(o), 2); | ||
} | ||
@@ -16,0 +17,0 @@ } |
@@ -11,3 +11,4 @@ import { DI } from '@spinajs/di'; | ||
if (args.indexOf(o) !== -1) { | ||
args = args.splice(process.argv.indexOf(o), 1); | ||
// remove option | ||
args.splice(process.argv.indexOf(o), 2); | ||
} | ||
@@ -14,0 +15,0 @@ } |
{ | ||
"name": "@spinajs/cli", | ||
"version": "2.0.258", | ||
"version": "2.0.259", | ||
"description": "SpinaJS command line module", | ||
@@ -45,7 +45,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.258", | ||
"@spinajs/di": "^2.0.258", | ||
"@spinajs/exceptions": "^2.0.258", | ||
"@spinajs/log": "^2.0.258", | ||
"@spinajs/reflection": "^2.0.258", | ||
"@spinajs/configuration": "^2.0.259", | ||
"@spinajs/di": "^2.0.259", | ||
"@spinajs/exceptions": "^2.0.259", | ||
"@spinajs/log": "^2.0.259", | ||
"@spinajs/reflection": "^2.0.259", | ||
"commander": "10.0.0", | ||
@@ -52,0 +52,0 @@ "reflect-metadata": "^0.1.13" |
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
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
178898
634
Updated@spinajs/di@^2.0.259
Updated@spinajs/exceptions@^2.0.259
Updated@spinajs/log@^2.0.259
Updated@spinajs/reflection@^2.0.259