@spinajs/cli
Advanced tools
Comparing version 2.0.254 to 2.0.255
@@ -72,3 +72,3 @@ "use strict"; | ||
const argv = di_1.DI.resolve('__cli_argv_provider__'); | ||
program.parse(argv); | ||
await program.parseAsync(argv); | ||
} | ||
@@ -75,0 +75,0 @@ } |
@@ -55,3 +55,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const argv = DI.resolve('__cli_argv_provider__'); | ||
program.parse(argv); | ||
await program.parseAsync(argv); | ||
} | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@spinajs/cli", | ||
"version": "2.0.254", | ||
"version": "2.0.255", | ||
"description": "SpinaJS command line module", | ||
@@ -45,7 +45,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.254", | ||
"@spinajs/di": "^2.0.254", | ||
"@spinajs/exceptions": "^2.0.254", | ||
"@spinajs/log": "^2.0.254", | ||
"@spinajs/reflection": "^2.0.254", | ||
"@spinajs/configuration": "^2.0.255", | ||
"@spinajs/di": "^2.0.255", | ||
"@spinajs/exceptions": "^2.0.255", | ||
"@spinajs/log": "^2.0.255", | ||
"@spinajs/reflection": "^2.0.255", | ||
"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
176291
Updated@spinajs/di@^2.0.255
Updated@spinajs/exceptions@^2.0.255
Updated@spinajs/log@^2.0.255
Updated@spinajs/reflection@^2.0.255