Comparing version 5.2.2 to 5.2.3-dev.20240219
@@ -54,2 +54,3 @@ #!/usr/bin/env node | ||
return __awaiter(this, void 0, void 0, function* () { | ||
console.log(process.argv); | ||
const type = process.argv[2]; | ||
@@ -56,0 +57,0 @@ const argv = process.argv.slice(3); |
{ | ||
"name": "nestia", | ||
"version": "5.2.2", | ||
"version": "5.2.3-dev.20240219", | ||
"description": "Nestia CLI tool", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -22,2 +22,3 @@ #!/usr/bin/env node | ||
async function main(): Promise<void> { | ||
console.log(process.argv); | ||
const type: string | undefined = process.argv[2]; | ||
@@ -24,0 +25,0 @@ const argv: string[] = process.argv.slice(3); |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
66657
1064
1