@zapier/zapier-sdk-cli 0.66.1 → 0.66.2
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 +9 -0
- package/dist/cli.cjs +3 -3
- package/dist/cli.mjs +3 -3
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @zapier/zapier-sdk-cli
|
|
2
2
|
|
|
3
|
+
## 0.66.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 769751e: Updated a debug hint in the legacy parameter resolver to point at the paginated result's `.pages()` instead of the deprecated `toIterable()` helper.
|
|
8
|
+
- Updated dependencies [769751e]
|
|
9
|
+
- @zapier/zapier-sdk@0.85.0
|
|
10
|
+
- @zapier/zapier-sdk-mcp@0.18.11
|
|
11
|
+
|
|
3
12
|
## 0.66.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/cli.cjs
CHANGED
|
@@ -534,7 +534,7 @@ var SchemaParameterResolver = class {
|
|
|
534
534
|
const hasMore = page.nextCursor != null;
|
|
535
535
|
if (hasMore) {
|
|
536
536
|
this.debugLog(
|
|
537
|
-
`Resolver for ${promptLabel} has more pages but no iterator.
|
|
537
|
+
`Resolver for ${promptLabel} has more pages but no iterator. Return the paginated result's .pages() instead of an awaited page to enable "Load more..." support.`
|
|
538
538
|
);
|
|
539
539
|
}
|
|
540
540
|
return {
|
|
@@ -1965,7 +1965,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
1965
1965
|
|
|
1966
1966
|
// package.json
|
|
1967
1967
|
var package_default = {
|
|
1968
|
-
version: "0.66.
|
|
1968
|
+
version: "0.66.2"};
|
|
1969
1969
|
|
|
1970
1970
|
// src/telemetry/builders.ts
|
|
1971
1971
|
function createCliBaseEvent(context = {}) {
|
|
@@ -8226,7 +8226,7 @@ function buildBoxLines(message) {
|
|
|
8226
8226
|
// package.json with { type: 'json' }
|
|
8227
8227
|
var package_default2 = {
|
|
8228
8228
|
name: "@zapier/zapier-sdk-cli",
|
|
8229
|
-
version: "0.66.
|
|
8229
|
+
version: "0.66.2"};
|
|
8230
8230
|
|
|
8231
8231
|
// src/sdk.ts
|
|
8232
8232
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/cli.mjs
CHANGED
|
@@ -491,7 +491,7 @@ var SchemaParameterResolver = class {
|
|
|
491
491
|
const hasMore = page.nextCursor != null;
|
|
492
492
|
if (hasMore) {
|
|
493
493
|
this.debugLog(
|
|
494
|
-
`Resolver for ${promptLabel} has more pages but no iterator.
|
|
494
|
+
`Resolver for ${promptLabel} has more pages but no iterator. Return the paginated result's .pages() instead of an awaited page to enable "Load more..." support.`
|
|
495
495
|
);
|
|
496
496
|
}
|
|
497
497
|
return {
|
|
@@ -1922,7 +1922,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
|
|
|
1922
1922
|
|
|
1923
1923
|
// package.json
|
|
1924
1924
|
var package_default = {
|
|
1925
|
-
version: "0.66.
|
|
1925
|
+
version: "0.66.2"};
|
|
1926
1926
|
|
|
1927
1927
|
// src/telemetry/builders.ts
|
|
1928
1928
|
function createCliBaseEvent(context = {}) {
|
|
@@ -8183,7 +8183,7 @@ function buildBoxLines(message) {
|
|
|
8183
8183
|
// package.json with { type: 'json' }
|
|
8184
8184
|
var package_default2 = {
|
|
8185
8185
|
name: "@zapier/zapier-sdk-cli",
|
|
8186
|
-
version: "0.66.
|
|
8186
|
+
version: "0.66.2"};
|
|
8187
8187
|
|
|
8188
8188
|
// src/sdk.ts
|
|
8189
8189
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.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.66.
|
|
5112
|
+
version: "0.66.2"};
|
|
5113
5113
|
|
|
5114
5114
|
// src/sdk.ts
|
|
5115
5115
|
var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
|
package/dist/experimental.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.66.
|
|
5076
|
+
version: "0.66.2"};
|
|
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.66.
|
|
5112
|
+
version: "0.66.2"};
|
|
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.66.
|
|
5195
|
+
version: "0.66.2"};
|
|
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.66.
|
|
5076
|
+
version: "0.66.2"};
|
|
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.66.
|
|
5159
|
+
version: "0.66.2"};
|
|
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.66.
|
|
3
|
+
"version": "0.66.2",
|
|
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": "0.
|
|
98
|
-
"@zapier/zapier-sdk-mcp": "0.18.
|
|
97
|
+
"@zapier/zapier-sdk": "0.85.0",
|
|
98
|
+
"@zapier/zapier-sdk-mcp": "0.18.11"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@types/express": "^5.0.3",
|