@trayio/cdk-cli 4.44.0 → 4.45.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/4.44.0 linux-x64 node-v18.20.4
22
+ @trayio/cdk-cli/4.45.0 linux-x64 node-v18.20.4
23
23
  $ tray-cdk --help [COMMAND]
24
24
  USAGE
25
25
  $ tray-cdk COMMAND
@@ -96,7 +96,7 @@ class Import extends core_1.Command {
96
96
  await fileStorage.write({
97
97
  key: 'errors.json',
98
98
  content: stream_1.Readable.from(JSON.stringify(result.right.errors)),
99
- metadata: { name: 'errors.json', size: 0 },
99
+ metadata: { size: 0 },
100
100
  })();
101
101
  }
102
102
  if (!flags.skipInstall) {
@@ -430,5 +430,5 @@
430
430
  ]
431
431
  }
432
432
  },
433
- "version": "4.44.0"
433
+ "version": "4.45.0"
434
434
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli",
3
- "version": "4.44.0",
3
+ "version": "4.45.0",
4
4
  "description": "A CLI for connector development",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -22,12 +22,12 @@
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": "4.44.0",
26
- "@trayio/cdk-build": "4.44.0",
27
- "@trayio/commons": "4.44.0",
28
- "@trayio/generator": "4.44.0",
29
- "@trayio/tray-client": "4.44.0",
30
- "@trayio/tray-openapi": "4.44.0",
25
+ "@trayio/axios": "4.45.0",
26
+ "@trayio/cdk-build": "4.45.0",
27
+ "@trayio/commons": "4.45.0",
28
+ "@trayio/generator": "4.45.0",
29
+ "@trayio/tray-client": "4.45.0",
30
+ "@trayio/tray-openapi": "4.45.0",
31
31
  "chalk": "4.1.2",
32
32
  "inquirer": "8.2.6"
33
33
  },