neonctl 2.18.0 → 2.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/commands/init.js +1 -1
  2. package/package.json +2 -2
package/commands/init.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { init } from 'neon-init';
2
2
  import { sendError } from '../analytics.js';
3
3
  export const command = 'init';
4
- export const describe = 'Initialize a new Neon project using your AI coding assistant';
4
+ export const describe = 'Initialize a project with Neon using your AI coding assistant';
5
5
  export const builder = (yargs) => yargs
6
6
  .option('context-file', {
7
7
  hidden: true,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git+ssh://git@github.com/neondatabase/neonctl.git"
6
6
  },
7
7
  "type": "module",
8
- "version": "2.18.0",
8
+ "version": "2.18.1",
9
9
  "description": "CLI tool for NeonDB Cloud management",
10
10
  "main": "index.js",
11
11
  "author": "NeonDB",
@@ -62,7 +62,7 @@
62
62
  "cli-table": "^0.3.11",
63
63
  "crypto-random-string": "^5.0.0",
64
64
  "diff": "^5.2.0",
65
- "neon-init": "^0.9.0",
65
+ "neon-init": "^0.10.0",
66
66
  "open": "^10.1.0",
67
67
  "openid-client": "^6.8.1",
68
68
  "prompts": "2.4.2",