@trayio/cdk-cli 0.9.0 → 0.11.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
@@ -24,7 +24,7 @@ $ npm install -g @trayio/cdk-cli
24
24
  $ tray-cdk COMMAND
25
25
  running command...
26
26
  $ tray-cdk (--version|-v)
27
- @trayio/cdk-cli/0.9.0 linux-x64 node-v18.17.1
27
+ @trayio/cdk-cli/0.11.0 linux-x64 node-v18.18.0
28
28
  $ tray-cdk --help [COMMAND]
29
29
  USAGE
30
30
  $ tray-cdk COMMAND
@@ -16,7 +16,7 @@ exports.pascalCase = exports.titleCase = void 0;
16
16
  const core_1 = require("@oclif/core");
17
17
  const inquirer_1 = __importDefault(require("inquirer"));
18
18
  const chalk_1 = __importDefault(require("chalk"));
19
- const NodeFsGenerator_1 = require("@trayio/tray-generator/generator/NodeFsGenerator");
19
+ const NodeFsGenerator_1 = require("@trayio/generator/generator/NodeFsGenerator");
20
20
  const path_1 = __importDefault(require("path"));
21
21
  const lodash_1 = require("lodash");
22
22
  // TODO add to try-common in ts-modules
Binary file
package/dist/deploy.js CHANGED
@@ -39,7 +39,7 @@ const core_1 = require("@oclif/core");
39
39
  const chalk_1 = __importDefault(require("chalk"));
40
40
  const pathLib = __importStar(require("path"));
41
41
  const fse = __importStar(require("fs-extra"));
42
- const AxiosHttpClient_1 = require("@trayio/tray-axios/http/AxiosHttpClient");
42
+ const AxiosHttpClient_1 = require("@trayio/axios/http/AxiosHttpClient");
43
43
  const ConnectorDeploymentHttpClient_1 = require("@trayio/tray-client/connector/deployment/ConnectorDeploymentHttpClient");
44
44
  class DeployConnector extends core_1.Command {
45
45
  constructor() {
package/dist/init.js CHANGED
@@ -16,7 +16,7 @@ exports.pascalCase = exports.titleCase = void 0;
16
16
  const core_1 = require("@oclif/core");
17
17
  const inquirer_1 = __importDefault(require("inquirer"));
18
18
  const chalk_1 = __importDefault(require("chalk"));
19
- const NodeFsGenerator_1 = require("@trayio/tray-generator/generator/NodeFsGenerator");
19
+ const NodeFsGenerator_1 = require("@trayio/generator/generator/NodeFsGenerator");
20
20
  const path_1 = require("path");
21
21
  const lodash_1 = require("lodash");
22
22
  const child_process_1 = require("child_process");
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.0",
2
+ "version": "0.11.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": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -19,10 +19,10 @@
19
19
  "@oclif/plugin-help": "*",
20
20
  "@oclif/plugin-version": "*",
21
21
  "@oclif/test": "*",
22
- "@trayio/cdk-build": "0.9.0",
23
- "@trayio/tray-axios": "*",
24
- "@trayio/tray-client": "0.9.0",
25
- "@trayio/tray-generator": "*",
22
+ "@trayio/axios": "0.11.0",
23
+ "@trayio/cdk-build": "0.11.0",
24
+ "@trayio/generator": "0.11.0",
25
+ "@trayio/tray-client": "0.11.0",
26
26
  "@types/inquirer": "8.2.6",
27
27
  "chalk": "4.1.2",
28
28
  "inquirer": "8.2.5"