@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 +8 -0
- package/dist/cli.cjs +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zapier/zapier-sdk-cli",
|
|
3
|
-
"version": "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-
|
|
58
|
-
"@zapier/zapier-sdk-
|
|
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",
|