@zapier/zapier-sdk-cli 0.64.0 → 0.64.1

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.64.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ce612ee]
8
+ - @zapier/zapier-sdk@0.82.1
9
+ - @zapier/zapier-sdk-mcp@0.18.1
10
+
3
11
  ## 0.64.0
4
12
 
5
13
  ### Minor Changes
package/dist/cli.cjs CHANGED
@@ -1727,7 +1727,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1727
1727
 
1728
1728
  // package.json
1729
1729
  var package_default = {
1730
- version: "0.64.0"};
1730
+ version: "0.64.1"};
1731
1731
 
1732
1732
  // src/telemetry/builders.ts
1733
1733
  function createCliBaseEvent(context = {}) {
@@ -7928,7 +7928,7 @@ function buildBoxLines(message) {
7928
7928
  // package.json with { type: 'json' }
7929
7929
  var package_default2 = {
7930
7930
  name: "@zapier/zapier-sdk-cli",
7931
- version: "0.64.0"};
7931
+ version: "0.64.1"};
7932
7932
 
7933
7933
  // src/sdk.ts
7934
7934
  zapierSdk.injectCliLogin(login_exports);
package/dist/cli.mjs CHANGED
@@ -1684,7 +1684,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1684
1684
 
1685
1685
  // package.json
1686
1686
  var package_default = {
1687
- version: "0.64.0"};
1687
+ version: "0.64.1"};
1688
1688
 
1689
1689
  // src/telemetry/builders.ts
1690
1690
  function createCliBaseEvent(context = {}) {
@@ -7885,7 +7885,7 @@ function buildBoxLines(message) {
7885
7885
  // package.json with { type: 'json' }
7886
7886
  var package_default2 = {
7887
7887
  name: "@zapier/zapier-sdk-cli",
7888
- version: "0.64.0"};
7888
+ version: "0.64.1"};
7889
7889
 
7890
7890
  // src/sdk.ts
7891
7891
  injectCliLogin(login_exports);
@@ -5060,7 +5060,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5060
5060
  // package.json with { type: 'json' }
5061
5061
  var package_default = {
5062
5062
  name: "@zapier/zapier-sdk-cli",
5063
- version: "0.64.0"};
5063
+ version: "0.64.1"};
5064
5064
 
5065
5065
  // src/experimental.ts
5066
5066
  experimental.injectCliLogin(login_exports);
@@ -5024,7 +5024,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5024
5024
  // package.json with { type: 'json' }
5025
5025
  var package_default = {
5026
5026
  name: "@zapier/zapier-sdk-cli",
5027
- version: "0.64.0"};
5027
+ version: "0.64.1"};
5028
5028
 
5029
5029
  // src/experimental.ts
5030
5030
  injectCliLogin(login_exports);
package/dist/index.cjs CHANGED
@@ -5059,7 +5059,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5059
5059
  // package.json with { type: 'json' }
5060
5060
  var package_default = {
5061
5061
  name: "@zapier/zapier-sdk-cli",
5062
- version: "0.64.0"};
5062
+ version: "0.64.1"};
5063
5063
 
5064
5064
  // src/sdk.ts
5065
5065
  zapierSdk.injectCliLogin(login_exports);
@@ -5099,7 +5099,7 @@ function createZapierCliSdk(options = {}) {
5099
5099
 
5100
5100
  // package.json
5101
5101
  var package_default2 = {
5102
- version: "0.64.0"};
5102
+ version: "0.64.1"};
5103
5103
 
5104
5104
  // src/telemetry/builders.ts
5105
5105
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -5023,7 +5023,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
5023
5023
  // package.json with { type: 'json' }
5024
5024
  var package_default = {
5025
5025
  name: "@zapier/zapier-sdk-cli",
5026
- version: "0.64.0"};
5026
+ version: "0.64.1"};
5027
5027
 
5028
5028
  // src/sdk.ts
5029
5029
  injectCliLogin(login_exports);
@@ -5063,7 +5063,7 @@ function createZapierCliSdk(options = {}) {
5063
5063
 
5064
5064
  // package.json
5065
5065
  var package_default2 = {
5066
- version: "0.64.0"};
5066
+ version: "0.64.1"};
5067
5067
 
5068
5068
  // src/telemetry/builders.ts
5069
5069
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.64.0",
3
+ "version": "0.64.1",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -95,8 +95,8 @@
95
95
  "typescript": "^5.8.3",
96
96
  "wrap-ansi": "^10.0.0",
97
97
  "zod": "4.3.6",
98
- "@zapier/zapier-sdk": "0.82.0",
99
- "@zapier/zapier-sdk-mcp": "0.18.0"
98
+ "@zapier/zapier-sdk": "0.82.1",
99
+ "@zapier/zapier-sdk-mcp": "0.18.1"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/express": "^5.0.3",