@trayio/cdk-cli 5.15.0 → 5.17.0

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/README.md CHANGED
@@ -19,7 +19,7 @@ $ npm install -g @trayio/cdk-cli
19
19
  $ tray-cdk COMMAND
20
20
  running command...
21
21
  $ tray-cdk (--version|-v)
22
- @trayio/cdk-cli/5.15.0 linux-x64 node-v18.20.8
22
+ @trayio/cdk-cli/5.17.0 linux-x64 node-v18.20.8
23
23
  $ tray-cdk --help [COMMAND]
24
24
  USAGE
25
25
  $ tray-cdk COMMAND
@@ -751,5 +751,5 @@
751
751
  ]
752
752
  }
753
753
  },
754
- "version": "5.15.0"
754
+ "version": "5.17.0"
755
755
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli",
3
- "version": "5.15.0",
3
+ "version": "5.17.0",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -22,13 +22,13 @@
22
22
  "@oclif/plugin-version": "2.0.11",
23
23
  "@oclif/plugin-warn-if-update-available": "^3.1.4",
24
24
  "@oclif/test": "3.1.12",
25
- "@trayio/axios": "5.15.0",
26
- "@trayio/cdk-build": "5.15.0",
27
- "@trayio/cdk-cli-commons": "5.15.0",
28
- "@trayio/commons": "5.15.0",
29
- "@trayio/generator": "5.15.0",
30
- "@trayio/tray-client": "5.15.0",
31
- "@trayio/tray-openapi": "5.15.0",
25
+ "@trayio/axios": "5.17.0",
26
+ "@trayio/cdk-build": "5.17.0",
27
+ "@trayio/cdk-cli-commons": "5.17.0",
28
+ "@trayio/commons": "5.17.0",
29
+ "@trayio/generator": "5.17.0",
30
+ "@trayio/tray-client": "5.17.0",
31
+ "@trayio/tray-openapi": "5.17.0",
32
32
  "chalk": "4.1.2",
33
33
  "dotenv": "^16.0.0",
34
34
  "inquirer": "8.2.6"