@zapier/zapier-sdk-cli 0.65.7 → 0.65.8

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.65.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e1c327d]
8
+ - @zapier/zapier-sdk@0.84.2
9
+ - @zapier/zapier-sdk-mcp@0.18.8
10
+
3
11
  ## 0.65.7
4
12
 
5
13
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -1759,7 +1759,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1759
1759
 
1760
1760
  // package.json
1761
1761
  var package_default = {
1762
- version: "0.65.7"};
1762
+ version: "0.65.8"};
1763
1763
 
1764
1764
  // src/telemetry/builders.ts
1765
1765
  function createCliBaseEvent(context = {}) {
@@ -8020,7 +8020,7 @@ function buildBoxLines(message) {
8020
8020
  // package.json with { type: 'json' }
8021
8021
  var package_default2 = {
8022
8022
  name: "@zapier/zapier-sdk-cli",
8023
- version: "0.65.7"};
8023
+ version: "0.65.8"};
8024
8024
 
8025
8025
  // src/sdk.ts
8026
8026
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/cli.mjs CHANGED
@@ -1716,7 +1716,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1716
1716
 
1717
1717
  // package.json
1718
1718
  var package_default = {
1719
- version: "0.65.7"};
1719
+ version: "0.65.8"};
1720
1720
 
1721
1721
  // src/telemetry/builders.ts
1722
1722
  function createCliBaseEvent(context = {}) {
@@ -7977,7 +7977,7 @@ function buildBoxLines(message) {
7977
7977
  // package.json with { type: 'json' }
7978
7978
  var package_default2 = {
7979
7979
  name: "@zapier/zapier-sdk-cli",
7980
- version: "0.65.7"};
7980
+ version: "0.65.8"};
7981
7981
 
7982
7982
  // src/sdk.ts
7983
7983
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5109,7 +5109,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5109
5109
  // package.json with { type: 'json' }
5110
5110
  var package_default = {
5111
5111
  name: "@zapier/zapier-sdk-cli",
5112
- version: "0.65.7"};
5112
+ version: "0.65.8"};
5113
5113
 
5114
5114
  // src/sdk.ts
5115
5115
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5073,7 +5073,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5073
5073
  // package.json with { type: 'json' }
5074
5074
  var package_default = {
5075
5075
  name: "@zapier/zapier-sdk-cli",
5076
- version: "0.65.7"};
5076
+ version: "0.65.8"};
5077
5077
 
5078
5078
  // src/sdk.ts
5079
5079
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/index.cjs CHANGED
@@ -5109,7 +5109,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5109
5109
  // package.json with { type: 'json' }
5110
5110
  var package_default = {
5111
5111
  name: "@zapier/zapier-sdk-cli",
5112
- version: "0.65.7"};
5112
+ version: "0.65.8"};
5113
5113
 
5114
5114
  // src/sdk.ts
5115
5115
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5192,7 +5192,7 @@ function createZapierCliSdk(options = {}) {
5192
5192
 
5193
5193
  // package.json
5194
5194
  var package_default2 = {
5195
- version: "0.65.7"};
5195
+ version: "0.65.8"};
5196
5196
 
5197
5197
  // src/telemetry/builders.ts
5198
5198
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -5073,7 +5073,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5073
5073
  // package.json with { type: 'json' }
5074
5074
  var package_default = {
5075
5075
  name: "@zapier/zapier-sdk-cli",
5076
- version: "0.65.7"};
5076
+ version: "0.65.8"};
5077
5077
 
5078
5078
  // src/sdk.ts
5079
5079
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -5156,7 +5156,7 @@ function createZapierCliSdk(options = {}) {
5156
5156
 
5157
5157
  // package.json
5158
5158
  var package_default2 = {
5159
- version: "0.65.7"};
5159
+ version: "0.65.8"};
5160
5160
 
5161
5161
  // src/telemetry/builders.ts
5162
5162
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.65.7",
3
+ "version": "0.65.8",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -93,8 +93,8 @@
93
93
  "typescript": "^5.8.3",
94
94
  "wrap-ansi": "^10.0.0",
95
95
  "zod": "4.3.6",
96
- "@zapier/zapier-sdk": "0.84.1",
97
- "@zapier/zapier-sdk-mcp": "0.18.7"
96
+ "@zapier/zapier-sdk": "0.84.2",
97
+ "@zapier/zapier-sdk-mcp": "0.18.8"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/express": "^5.0.3",