@gitlab/duo-cli
Advanced tools
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
| const cliPath = join(__dirname, 'index.js'); | ||
| const result = spawnSync(process.execPath, [cliPath, ...process.argv.slice(2)], { | ||
| const result = spawnSync(process.execPath, ['--no-deprecation', cliPath, ...process.argv.slice(2)], { | ||
| stdio: 'inherit', | ||
@@ -29,0 +29,0 @@ }); |
+1
-1
| { | ||
| "name": "@gitlab/duo-cli", | ||
| "version": "8.62.0", | ||
| "version": "8.62.1", | ||
| "description": "GitLab Duo for your command line", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
32964570
0