@gojinko/cli 0.1.5 → 0.1.7
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ export function createProgram() {
|
|
|
10
10
|
program
|
|
11
11
|
.name('jinko')
|
|
12
12
|
.description('Jinko CLI — search flights, manage trips, and book travel from the terminal.')
|
|
13
|
-
.version('0.1.
|
|
13
|
+
.version('0.1.7')
|
|
14
14
|
.option('--format <format>', 'output format: json (default) or table', 'json')
|
|
15
15
|
.option('--api-key <key>', 'API key (jnk_...) — overrides env/config');
|
|
16
16
|
registerFlightsCommands(program);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gojinko/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"jinko": "./dist/bin/jinko.js"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"chalk": "^5.4.1",
|
|
13
13
|
"zod": "^3.23.8",
|
|
14
14
|
"yaml": "^2.7.0",
|
|
15
|
-
"@gojinko/api-client": "0.1.
|
|
15
|
+
"@gojinko/api-client": "0.1.7"
|
|
16
16
|
},
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"access": "public"
|