@spinajs/cli
Advanced tools
Comparing version 2.0.257 to 2.0.258
#!/usr/bin/env node | ||
export {}; | ||
import "./args.js"; | ||
//# sourceMappingURL=cli.d.ts.map |
@@ -8,5 +8,3 @@ #!/usr/bin/env node | ||
const configuration_common_1 = require("@spinajs/configuration-common"); | ||
di_1.DI.register(() => { | ||
return process.argv; | ||
}).as('__cli_argv_provider__'); | ||
require("./args.js"); | ||
async function cli() { | ||
@@ -13,0 +11,0 @@ di_1.DI.setESMModuleSupport(); |
#!/usr/bin/env node | ||
export {}; | ||
import "./args.js"; | ||
//# sourceMappingURL=cli.d.ts.map |
@@ -6,5 +6,3 @@ #!/usr/bin/env node | ||
import { Configuration } from '@spinajs/configuration-common'; | ||
DI.register(() => { | ||
return process.argv; | ||
}).as('__cli_argv_provider__'); | ||
import "./args.js"; | ||
async function cli() { | ||
@@ -11,0 +9,0 @@ DI.setESMModuleSupport(); |
{ | ||
"name": "@spinajs/cli", | ||
"version": "2.0.257", | ||
"version": "2.0.258", | ||
"description": "SpinaJS command line module", | ||
@@ -45,7 +45,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.257", | ||
"@spinajs/di": "^2.0.257", | ||
"@spinajs/exceptions": "^2.0.257", | ||
"@spinajs/log": "^2.0.257", | ||
"@spinajs/reflection": "^2.0.257", | ||
"@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", | ||
"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
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
178848
46
632
Updated@spinajs/di@^2.0.258
Updated@spinajs/exceptions@^2.0.258
Updated@spinajs/log@^2.0.258
Updated@spinajs/reflection@^2.0.258