@zapier/zapier-sdk-cli 0.21.0 → 0.22.0

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.22.0
4
+
5
+ - Fix 0.21.0 saying to update to 0.21.0.
6
+
7
+ ## 0.21.0
8
+
9
+ - Update dependency to @zapier/zapier-sdk@0.20.0 after accidentally publishing a major version update.
10
+
3
11
  ## 0.19.0
4
12
 
5
13
  ### Minor Changes
package/dist/cli.cjs CHANGED
@@ -1656,7 +1656,7 @@ var LoginSchema = zod.z.object({
1656
1656
 
1657
1657
  // package.json
1658
1658
  var package_default = {
1659
- version: "0.20.0"};
1659
+ version: "0.22.0"};
1660
1660
 
1661
1661
  // src/telemetry/builders.ts
1662
1662
  function createCliBaseEvent(context = {}) {
@@ -2937,7 +2937,7 @@ function createZapierCliSdk(options = {}) {
2937
2937
  // package.json with { type: 'json' }
2938
2938
  var package_default2 = {
2939
2939
  name: "@zapier/zapier-sdk-cli",
2940
- version: "0.20.0"};
2940
+ version: "0.22.0"};
2941
2941
  function detectPackageManager(cwd = process.cwd()) {
2942
2942
  const ua = process.env.npm_config_user_agent;
2943
2943
  if (ua) {
package/dist/cli.mjs CHANGED
@@ -1620,7 +1620,7 @@ var LoginSchema = z.object({
1620
1620
 
1621
1621
  // package.json
1622
1622
  var package_default = {
1623
- version: "0.20.0"};
1623
+ version: "0.22.0"};
1624
1624
 
1625
1625
  // src/telemetry/builders.ts
1626
1626
  function createCliBaseEvent(context = {}) {
@@ -2901,7 +2901,7 @@ function createZapierCliSdk(options = {}) {
2901
2901
  // package.json with { type: 'json' }
2902
2902
  var package_default2 = {
2903
2903
  name: "@zapier/zapier-sdk-cli",
2904
- version: "0.20.0"};
2904
+ version: "0.22.0"};
2905
2905
  function detectPackageManager(cwd = process.cwd()) {
2906
2906
  const ua = process.env.npm_config_user_agent;
2907
2907
  if (ua) {
package/dist/index.cjs CHANGED
@@ -302,7 +302,7 @@ var LoginSchema = zod.z.object({
302
302
 
303
303
  // package.json
304
304
  var package_default = {
305
- version: "0.20.0"};
305
+ version: "0.22.0"};
306
306
 
307
307
  // src/telemetry/builders.ts
308
308
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -271,7 +271,7 @@ var LoginSchema = z.object({
271
271
 
272
272
  // package.json
273
273
  var package_default = {
274
- version: "0.20.0"};
274
+ version: "0.22.0"};
275
275
 
276
276
  // src/telemetry/builders.ts
277
277
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -54,8 +54,8 @@
54
54
  "typescript": "^5.8.3",
55
55
  "zod": "4.2.1",
56
56
  "@zapier/zapier-sdk": "0.20.0",
57
- "@zapier/zapier-sdk-cli-login": "0.5.0",
58
- "@zapier/zapier-sdk-mcp": "0.5.0"
57
+ "@zapier/zapier-sdk-mcp": "0.5.0",
58
+ "@zapier/zapier-sdk-cli-login": "0.5.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/express": "^5.0.3",