@zapier/zapier-sdk-cli 0.81.0 → 0.81.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.81.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [47a61ba]
8
+ - @zapier/zapier-sdk@0.108.1
9
+ - @zapier/zapier-sdk-mcp@0.23.1
10
+
3
11
  ## 0.81.0
4
12
 
5
13
  ### Minor Changes
package/README.md CHANGED
@@ -1270,7 +1270,7 @@ npx zapier-sdk list-connections [app] [--search] [--title] [--owner] [--connecti
1270
1270
 
1271
1271
  #### `wait-for-new-connection`
1272
1272
 
1273
- Wait for a new connection to appear for the given app. Polls `/api/v0/connections` with server-side `ordering=-date` until the most recent matching row's `date` is at or after the started-at timestamp, then returns it. Pair with `get-connection-start-url` — that mints the URL the user opens, this waits for the resulting connection to land. Errors with a timeout after the configured timeout (default 5 min). Example (JS):
1273
+ Wait for a new connection to appear for the given app. Polls the connections list newest-first until the most recent matching row's `date` is at or after the started-at timestamp, then returns it. Pair with `get-connection-start-url` — that mints the URL the user opens, this waits for the resulting connection to land. Errors with a timeout after the configured timeout (default 5 min). Example (JS):
1274
1274
 
1275
1275
  ```ts
1276
1276
  const {
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.81.0"};
605
+ version: "0.81.1"};
606
606
  var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
607
607
  var LOCKFILES = [
608
608
  ["pnpm-lock.yaml", "pnpm"],
@@ -8685,7 +8685,7 @@ function buildBoxLines(message) {
8685
8685
  // package.json with { type: 'json' }
8686
8686
  var package_default2 = {
8687
8687
  name: "@zapier/zapier-sdk-cli",
8688
- version: "0.81.0"};
8688
+ version: "0.81.1"};
8689
8689
 
8690
8690
  // src/sdk.ts
8691
8691
  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.81.0"};
561
+ version: "0.81.1"};
562
562
  var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
563
563
  var LOCKFILES = [
564
564
  ["pnpm-lock.yaml", "pnpm"],
@@ -8641,7 +8641,7 @@ function buildBoxLines(message) {
8641
8641
  // package.json with { type: 'json' }
8642
8642
  var package_default2 = {
8643
8643
  name: "@zapier/zapier-sdk-cli",
8644
- version: "0.81.0"};
8644
+ version: "0.81.1"};
8645
8645
 
8646
8646
  // src/sdk.ts
8647
8647
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7178,7 +7178,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7178
7178
  // package.json with { type: 'json' }
7179
7179
  var package_default = {
7180
7180
  name: "@zapier/zapier-sdk-cli",
7181
- version: "0.81.0"};
7181
+ version: "0.81.1"};
7182
7182
 
7183
7183
  // src/sdk.ts
7184
7184
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7137,7 +7137,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7137
7137
  // package.json with { type: 'json' }
7138
7138
  var package_default = {
7139
7139
  name: "@zapier/zapier-sdk-cli",
7140
- version: "0.81.0"};
7140
+ version: "0.81.1"};
7141
7141
 
7142
7142
  // src/sdk.ts
7143
7143
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/index.cjs CHANGED
@@ -7179,7 +7179,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7179
7179
  // package.json with { type: 'json' }
7180
7180
  var package_default = {
7181
7181
  name: "@zapier/zapier-sdk-cli",
7182
- version: "0.81.0"};
7182
+ version: "0.81.1"};
7183
7183
 
7184
7184
  // src/sdk.ts
7185
7185
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7263,7 +7263,7 @@ function createZapierCliSdk(options = {}) {
7263
7263
 
7264
7264
  // package.json
7265
7265
  var package_default2 = {
7266
- version: "0.81.0"};
7266
+ version: "0.81.1"};
7267
7267
 
7268
7268
  // src/telemetry/builders.ts
7269
7269
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -7138,7 +7138,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7138
7138
  // package.json with { type: 'json' }
7139
7139
  var package_default = {
7140
7140
  name: "@zapier/zapier-sdk-cli",
7141
- version: "0.81.0"};
7141
+ version: "0.81.1"};
7142
7142
 
7143
7143
  // src/sdk.ts
7144
7144
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7222,7 +7222,7 @@ function createZapierCliSdk(options = {}) {
7222
7222
 
7223
7223
  // package.json
7224
7224
  var package_default2 = {
7225
- version: "0.81.0"};
7225
+ version: "0.81.1"};
7226
7226
 
7227
7227
  // src/telemetry/builders.ts
7228
7228
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.81.0",
3
+ "version": "0.81.1",
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.20.0",
99
- "@zapier/zapier-sdk-mcp": "0.23.0",
100
- "@zapier/zapier-sdk": "0.108.0"
98
+ "@zapier/zapier-sdk-mcp": "0.23.1",
99
+ "@zapier/zapier-sdk": "0.108.1",
100
+ "@zapier/kitcore": "0.20.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/cross-spawn": "^6.0.6",