@zapier/zapier-sdk-cli 0.77.8 → 0.77.9
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 +11 -0
- package/README.md +2 -2
- package/dist/cli.cjs +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/experimental.cjs +1 -1
- package/dist/experimental.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @zapier/zapier-sdk-cli
|
|
2
2
|
|
|
3
|
+
## 0.77.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1ec9410]
|
|
8
|
+
- Updated dependencies [1ec9410]
|
|
9
|
+
- Updated dependencies [1ec9410]
|
|
10
|
+
- @zapier/kitcore@0.19.0
|
|
11
|
+
- @zapier/zapier-sdk@0.104.0
|
|
12
|
+
- @zapier/zapier-sdk-mcp@0.21.10
|
|
13
|
+
|
|
3
14
|
## 0.77.8
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -187,8 +187,8 @@ These options are available for all commands:
|
|
|
187
187
|
| `--debug` | | Enable debug logging. |
|
|
188
188
|
| `--base-url <url>` | | Base URL for Zapier API endpoints. |
|
|
189
189
|
| `--tracking-base-url <url>` | | Base URL for Zapier tracking endpoints. |
|
|
190
|
-
| `--max-network-retries <count>` | | Max retries for rate-limited
|
|
191
|
-
| `--max-network-retry-delay-seconds <seconds>` | | Max delay in seconds to wait
|
|
190
|
+
| `--max-network-retries <count>` | | Max retries for rate-limited and server-error responses (default: 3). |
|
|
191
|
+
| `--max-network-retry-delay-seconds <seconds>` | | Max delay in seconds to wait between network retries (default: 60). |
|
|
192
192
|
| `--max-concurrent-requests <count>` | | Max concurrent in-flight HTTP requests (default: 200, max: 10000). |
|
|
193
193
|
| `--approval-timeout-seconds <seconds>` | | Timeout in seconds for approval polling. Default: 600 (10 min). |
|
|
194
194
|
| `--max-approval-retries` | | Maximum number of sequential approval rounds per request (one per gating policy) before giving up. Default: 2. |
|
package/dist/cli.cjs
CHANGED
|
@@ -602,7 +602,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
602
602
|
|
|
603
603
|
// package.json
|
|
604
604
|
var package_default = {
|
|
605
|
-
version: "0.77.
|
|
605
|
+
version: "0.77.9"};
|
|
606
606
|
var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
|
|
607
607
|
var LOCKFILES = [
|
|
608
608
|
["pnpm-lock.yaml", "pnpm"],
|
|
@@ -8367,7 +8367,7 @@ function buildBoxLines(message) {
|
|
|
8367
8367
|
// package.json with { type: 'json' }
|
|
8368
8368
|
var package_default2 = {
|
|
8369
8369
|
name: "@zapier/zapier-sdk-cli",
|
|
8370
|
-
version: "0.77.
|
|
8370
|
+
version: "0.77.9"};
|
|
8371
8371
|
|
|
8372
8372
|
// src/sdk.ts
|
|
8373
8373
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/cli.mjs
CHANGED
|
@@ -558,7 +558,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
558
558
|
|
|
559
559
|
// package.json
|
|
560
560
|
var package_default = {
|
|
561
|
-
version: "0.77.
|
|
561
|
+
version: "0.77.9"};
|
|
562
562
|
var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
|
|
563
563
|
var LOCKFILES = [
|
|
564
564
|
["pnpm-lock.yaml", "pnpm"],
|
|
@@ -8323,7 +8323,7 @@ function buildBoxLines(message) {
|
|
|
8323
8323
|
// package.json with { type: 'json' }
|
|
8324
8324
|
var package_default2 = {
|
|
8325
8325
|
name: "@zapier/zapier-sdk-cli",
|
|
8326
|
-
version: "0.77.
|
|
8326
|
+
version: "0.77.9"};
|
|
8327
8327
|
|
|
8328
8328
|
// src/sdk.ts
|
|
8329
8329
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.cjs
CHANGED
|
@@ -6860,7 +6860,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6860
6860
|
// package.json with { type: 'json' }
|
|
6861
6861
|
var package_default = {
|
|
6862
6862
|
name: "@zapier/zapier-sdk-cli",
|
|
6863
|
-
version: "0.77.
|
|
6863
|
+
version: "0.77.9"};
|
|
6864
6864
|
|
|
6865
6865
|
// src/sdk.ts
|
|
6866
6866
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.mjs
CHANGED
|
@@ -6819,7 +6819,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6819
6819
|
// package.json with { type: 'json' }
|
|
6820
6820
|
var package_default = {
|
|
6821
6821
|
name: "@zapier/zapier-sdk-cli",
|
|
6822
|
-
version: "0.77.
|
|
6822
|
+
version: "0.77.9"};
|
|
6823
6823
|
|
|
6824
6824
|
// src/sdk.ts
|
|
6825
6825
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/index.cjs
CHANGED
|
@@ -6861,7 +6861,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6861
6861
|
// package.json with { type: 'json' }
|
|
6862
6862
|
var package_default = {
|
|
6863
6863
|
name: "@zapier/zapier-sdk-cli",
|
|
6864
|
-
version: "0.77.
|
|
6864
|
+
version: "0.77.9"};
|
|
6865
6865
|
|
|
6866
6866
|
// src/sdk.ts
|
|
6867
6867
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
|
@@ -6945,7 +6945,7 @@ function createZapierCliSdk(options = {}) {
|
|
|
6945
6945
|
|
|
6946
6946
|
// package.json
|
|
6947
6947
|
var package_default2 = {
|
|
6948
|
-
version: "0.77.
|
|
6948
|
+
version: "0.77.9"};
|
|
6949
6949
|
|
|
6950
6950
|
// src/telemetry/builders.ts
|
|
6951
6951
|
function createCliBaseEvent(context = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -6820,7 +6820,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
|
|
|
6820
6820
|
// package.json with { type: 'json' }
|
|
6821
6821
|
var package_default = {
|
|
6822
6822
|
name: "@zapier/zapier-sdk-cli",
|
|
6823
|
-
version: "0.77.
|
|
6823
|
+
version: "0.77.9"};
|
|
6824
6824
|
|
|
6825
6825
|
// src/sdk.ts
|
|
6826
6826
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
|
@@ -6904,7 +6904,7 @@ function createZapierCliSdk(options = {}) {
|
|
|
6904
6904
|
|
|
6905
6905
|
// package.json
|
|
6906
6906
|
var package_default2 = {
|
|
6907
|
-
version: "0.77.
|
|
6907
|
+
version: "0.77.9"};
|
|
6908
6908
|
|
|
6909
6909
|
// src/telemetry/builders.ts
|
|
6910
6910
|
function createCliBaseEvent(context = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zapier/zapier-sdk-cli",
|
|
3
|
-
"version": "0.77.
|
|
3
|
+
"version": "0.77.9",
|
|
4
4
|
"description": "Command line interface for Zapier SDK",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"typescript": "^5.8.3",
|
|
96
96
|
"wrap-ansi": "^10.0.0",
|
|
97
97
|
"zod": "4.3.6",
|
|
98
|
-
"@zapier/kitcore": "0.
|
|
99
|
-
"@zapier/zapier-sdk": "0.
|
|
100
|
-
"@zapier/zapier-sdk
|
|
98
|
+
"@zapier/kitcore": "0.19.0",
|
|
99
|
+
"@zapier/zapier-sdk-mcp": "0.21.10",
|
|
100
|
+
"@zapier/zapier-sdk": "0.104.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@types/cross-spawn": "^6.0.6",
|