@trayio/cdk-cli 1.14.0 → 1.16.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
@@ -1,16 +1,11 @@
1
- # @trayio/connector-cli
1
+ # @trayio/cdk-cli
2
2
 
3
3
  A collection of CLI commands for connector development.
4
4
 
5
- # Contributing
6
-
7
- [Guide on contributing](./CONTRIBUTING.md)
8
-
9
5
  # Table of Contents
10
6
 
11
7
  <!-- toc -->
12
- * [@trayio/connector-cli](#trayioconnector-cli)
13
- * [Contributing](#contributing)
8
+ * [@trayio/cdk-cli](#trayiocdk-cli)
14
9
  * [Table of Contents](#table-of-contents)
15
10
  * [Usage](#usage)
16
11
  * [Commands](#commands)
@@ -24,7 +19,7 @@ $ npm install -g @trayio/cdk-cli
24
19
  $ tray-cdk COMMAND
25
20
  running command...
26
21
  $ tray-cdk (--version|-v)
27
- @trayio/cdk-cli/1.14.0 linux-x64 node-v18.18.2
22
+ @trayio/cdk-cli/1.16.0 linux-x64 node-v18.18.2
28
23
  $ tray-cdk --help [COMMAND]
29
24
  USAGE
30
25
  $ tray-cdk COMMAND
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.14.0",
2
+ "version": "1.16.0",
3
3
  "commands": {
4
4
  "add-operation": {
5
5
  "id": "add-operation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli",
3
- "version": "1.14.0",
3
+ "version": "1.16.0",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -19,11 +19,11 @@
19
19
  "@oclif/plugin-help": "5.2.9",
20
20
  "@oclif/plugin-version": "1.3.3",
21
21
  "@oclif/test": "2.3.17",
22
- "@trayio/axios": "1.14.0",
23
- "@trayio/cdk-build": "1.14.0",
24
- "@trayio/commons": "1.14.0",
25
- "@trayio/generator": "1.14.0",
26
- "@trayio/tray-client": "1.14.0",
22
+ "@trayio/axios": "1.16.0",
23
+ "@trayio/cdk-build": "1.16.0",
24
+ "@trayio/commons": "1.16.0",
25
+ "@trayio/generator": "1.16.0",
26
+ "@trayio/tray-client": "1.16.0",
27
27
  "@types/inquirer": "8.2.6",
28
28
  "chalk": "4.1.2",
29
29
  "inquirer": "8.2.5"