@zapier/zapier-sdk-cli 0.67.5 → 0.67.6

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,13 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.67.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4886b5b]
8
+ - @zapier/zapier-sdk@0.91.1
9
+ - @zapier/zapier-sdk-mcp@0.18.20
10
+
3
11
  ## 0.67.5
4
12
 
5
13
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -536,7 +536,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
536
536
 
537
537
  // package.json
538
538
  var package_default = {
539
- version: "0.67.5"};
539
+ version: "0.67.6"};
540
540
 
541
541
  // src/telemetry/builders.ts
542
542
  function createCliBaseEvent(context = {}) {
@@ -6758,7 +6758,7 @@ function buildBoxLines(message) {
6758
6758
  // package.json with { type: 'json' }
6759
6759
  var package_default2 = {
6760
6760
  name: "@zapier/zapier-sdk-cli",
6761
- version: "0.67.5"};
6761
+ version: "0.67.6"};
6762
6762
 
6763
6763
  // src/sdk.ts
6764
6764
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/cli.mjs CHANGED
@@ -494,7 +494,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
494
494
 
495
495
  // package.json
496
496
  var package_default = {
497
- version: "0.67.5"};
497
+ version: "0.67.6"};
498
498
 
499
499
  // src/telemetry/builders.ts
500
500
  function createCliBaseEvent(context = {}) {
@@ -6716,7 +6716,7 @@ function buildBoxLines(message) {
6716
6716
  // package.json with { type: 'json' }
6717
6717
  var package_default2 = {
6718
6718
  name: "@zapier/zapier-sdk-cli",
6719
- version: "0.67.5"};
6719
+ version: "0.67.6"};
6720
6720
 
6721
6721
  // src/sdk.ts
6722
6722
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5100,7 +5100,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5100
5100
  // package.json with { type: 'json' }
5101
5101
  var package_default = {
5102
5102
  name: "@zapier/zapier-sdk-cli",
5103
- version: "0.67.5"};
5103
+ version: "0.67.6"};
5104
5104
 
5105
5105
  // src/sdk.ts
5106
5106
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5064,7 +5064,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5064
5064
  // package.json with { type: 'json' }
5065
5065
  var package_default = {
5066
5066
  name: "@zapier/zapier-sdk-cli",
5067
- version: "0.67.5"};
5067
+ version: "0.67.6"};
5068
5068
 
5069
5069
  // src/sdk.ts
5070
5070
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/index.cjs CHANGED
@@ -5100,7 +5100,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5100
5100
  // package.json with { type: 'json' }
5101
5101
  var package_default = {
5102
5102
  name: "@zapier/zapier-sdk-cli",
5103
- version: "0.67.5"};
5103
+ version: "0.67.6"};
5104
5104
 
5105
5105
  // src/sdk.ts
5106
5106
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5183,7 +5183,7 @@ function createZapierCliSdk(options = {}) {
5183
5183
 
5184
5184
  // package.json
5185
5185
  var package_default2 = {
5186
- version: "0.67.5"};
5186
+ version: "0.67.6"};
5187
5187
 
5188
5188
  // src/telemetry/builders.ts
5189
5189
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -5064,7 +5064,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5064
5064
  // package.json with { type: 'json' }
5065
5065
  var package_default = {
5066
5066
  name: "@zapier/zapier-sdk-cli",
5067
- version: "0.67.5"};
5067
+ version: "0.67.6"};
5068
5068
 
5069
5069
  // src/sdk.ts
5070
5070
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5147,7 +5147,7 @@ function createZapierCliSdk(options = {}) {
5147
5147
 
5148
5148
  // package.json
5149
5149
  var package_default2 = {
5150
- version: "0.67.5"};
5150
+ version: "0.67.6"};
5151
5151
 
5152
5152
  // src/telemetry/builders.ts
5153
5153
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.67.5",
3
+ "version": "0.67.6",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -94,8 +94,8 @@
94
94
  "typescript": "^5.8.3",
95
95
  "wrap-ansi": "^10.0.0",
96
96
  "zod": "4.3.6",
97
- "@zapier/zapier-sdk-mcp": "0.18.19",
98
- "@zapier/zapier-sdk": "0.91.0"
97
+ "@zapier/zapier-sdk": "0.91.1",
98
+ "@zapier/zapier-sdk-mcp": "0.18.20"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/express": "^5.0.3",