@trayio/cdk-cli 4.11.0 → 4.11.1-unstable

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/4.11.0 linux-x64 node-v18.20.2
22
+ @trayio/cdk-cli/4.11.1-unstable linux-x64 node-v18.20.2
23
23
  $ tray-cdk --help [COMMAND]
24
24
  USAGE
25
25
  $ tray-cdk COMMAND
@@ -343,5 +343,5 @@
343
343
  ]
344
344
  }
345
345
  },
346
- "version": "4.11.0"
346
+ "version": "4.11.1-unstable"
347
347
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli",
3
- "version": "4.11.0",
3
+ "version": "4.11.1-unstable",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -20,12 +20,12 @@
20
20
  "@oclif/plugin-plugins": "^5",
21
21
  "@oclif/plugin-version": "2.0.11",
22
22
  "@oclif/test": "3.1.12",
23
- "@trayio/axios": "4.11.0",
24
- "@trayio/cdk-build": "4.11.0",
25
- "@trayio/commons": "4.11.0",
26
- "@trayio/generator": "4.11.0",
27
- "@trayio/tray-client": "4.11.0",
28
- "@trayio/tray-openapi": "4.11.0",
23
+ "@trayio/axios": "4.11.1-unstable",
24
+ "@trayio/cdk-build": "4.11.1-unstable",
25
+ "@trayio/commons": "4.11.1-unstable",
26
+ "@trayio/generator": "4.11.1-unstable",
27
+ "@trayio/tray-client": "4.11.1-unstable",
28
+ "@trayio/tray-openapi": "4.11.1-unstable",
29
29
  "chalk": "4.1.2",
30
30
  "inquirer": "8.2.6"
31
31
  },