@zapier/zapier-sdk 0.92.0 → 0.92.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,11 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
+ ## 0.92.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 67db455: Documented the guided `zapier-sdk setup` command in the SDK quick start.
8
+
3
9
  ## 0.92.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -120,6 +120,12 @@ npx @zapier/zapier-sdk-cli init my-zapier-app --non-interactive
120
120
 
121
121
  _For existing projects._
122
122
 
123
+ Run the guided setup to add undeclared Zapier SDK dependencies, authenticate, and inspect your connected apps:
124
+
125
+ ```bash
126
+ npx @zapier/zapier-sdk-cli setup
127
+ ```
128
+
123
129
  If you already have a project and want to start integrating apps through Zapier using the SDK:
124
130
 
125
131
  ```bash
@@ -6181,7 +6181,7 @@ function parseDeprecationDate(value) {
6181
6181
  }
6182
6182
 
6183
6183
  // src/sdk-version.ts
6184
- var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.92.0" : void 0) || "unknown";
6184
+ var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.92.1" : void 0) || "unknown";
6185
6185
 
6186
6186
  // src/utils/open-url.ts
6187
6187
  var nodePrefix = "node:";
@@ -6183,7 +6183,7 @@ function parseDeprecationDate(value) {
6183
6183
  }
6184
6184
 
6185
6185
  // src/sdk-version.ts
6186
- var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.92.0" : void 0) || "unknown";
6186
+ var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.92.1" : void 0) || "unknown";
6187
6187
 
6188
6188
  // src/utils/open-url.ts
6189
6189
  var nodePrefix = "node:";