@zapier/zapier-sdk-cli 0.66.2 → 0.66.4
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/CHANGELOG.md +19 -0
- package/dist/cli.cjs +308 -1767
- package/dist/cli.mjs +272 -1730
- package/dist/experimental.cjs +6 -6
- package/dist/experimental.mjs +7 -7
- package/dist/index.cjs +7 -7
- package/dist/index.mjs +8 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @zapier/zapier-sdk-cli
|
|
2
2
|
|
|
3
|
+
## 0.66.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4e560c0: The CLI now reports the correct error code and enriched message for SDK errors. Previously some errors surfaced as `UNKNOWN_ERROR` with an unformatted message (and lost their code in `--json` output) because an `instanceof` check failed across the CLI's bundled copies of the SDK.
|
|
8
|
+
- Updated dependencies [4e560c0]
|
|
9
|
+
- Updated dependencies [4e560c0]
|
|
10
|
+
- @zapier/zapier-sdk@0.87.0
|
|
11
|
+
- @zapier/zapier-sdk-mcp@0.18.13
|
|
12
|
+
|
|
13
|
+
## 0.66.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 2bdd154: A command whose parameters come only from its input schema (no declared resolvers) now prompts for a missing required parameter instead of erroring; `publish-workflow-version` is the one such command today. Non-interactively, missing required parameters are still reported together. Typed object, array, and record answers now accept JSON.
|
|
18
|
+
- Updated dependencies [afa9c95]
|
|
19
|
+
- @zapier/zapier-sdk@0.86.0
|
|
20
|
+
- @zapier/zapier-sdk-mcp@0.18.12
|
|
21
|
+
|
|
3
22
|
## 0.66.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|