@zapier/zapier-sdk-cli 0.66.2 → 0.66.3

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.66.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - Updated dependencies [afa9c95]
9
+ - @zapier/zapier-sdk@0.86.0
10
+ - @zapier/zapier-sdk-mcp@0.18.12
11
+
3
12
  ## 0.66.2
4
13
 
5
14
  ### Patch Changes