@zapier/zapier-sdk-cli 0.65.4 → 0.65.5

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,14 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.65.5
4
+
5
+ ### Patch Changes
6
+
7
+ - e1896a3: Code Substrate methods now use the `/code-substrate-runner` and `/code-substrate-workflows` API path prefixes across the SDK, the CLI, and the MCP server, and `sdk.context.api` and the CLI `curl` command accept paths built on them. The previous `/sdkdurableapi` and `/durableworkflowzaps` prefixes remain supported.
8
+ - Updated dependencies [e1896a3]
9
+ - @zapier/zapier-sdk@0.84.0
10
+ - @zapier/zapier-sdk-mcp@0.18.6
11
+
3
12
  ## 0.65.4
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -741,7 +741,7 @@ npx zapier-sdk publish-workflow-version <workflow> <source-files> [--dependencie
741
741
 
742
742
  #### `run-durable` 🧪 _experimental_
743
743
 
744
- Run a workflow source file as a run-once durable run on sdkdurableapi (no deployed workflow required). Returns the run ID immediately; poll via getDurableRun for terminal status.
744
+ Run a workflow source file as a run-once durable run on code-substrate-runner (no deployed workflow required). Returns the run ID immediately; poll via getDurableRun for terminal status.
745
745
 
746
746
  **Options:**
747
747
 
package/dist/cli.cjs CHANGED
@@ -1760,7 +1760,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1760
1760
 
1761
1761
  // package.json
1762
1762
  var package_default = {
1763
- version: "0.65.4"};
1763
+ version: "0.65.5"};
1764
1764
 
1765
1765
  // src/telemetry/builders.ts
1766
1766
  function createCliBaseEvent(context = {}) {
@@ -8021,7 +8021,7 @@ function buildBoxLines(message) {
8021
8021
  // package.json with { type: 'json' }
8022
8022
  var package_default2 = {
8023
8023
  name: "@zapier/zapier-sdk-cli",
8024
- version: "0.65.4"};
8024
+ version: "0.65.5"};
8025
8025
 
8026
8026
  // src/sdk.ts
8027
8027
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/cli.mjs CHANGED
@@ -1717,7 +1717,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1717
1717
 
1718
1718
  // package.json
1719
1719
  var package_default = {
1720
- version: "0.65.4"};
1720
+ version: "0.65.5"};
1721
1721
 
1722
1722
  // src/telemetry/builders.ts
1723
1723
  function createCliBaseEvent(context = {}) {
@@ -7978,7 +7978,7 @@ function buildBoxLines(message) {
7978
7978
  // package.json with { type: 'json' }
7979
7979
  var package_default2 = {
7980
7980
  name: "@zapier/zapier-sdk-cli",
7981
- version: "0.65.4"};
7981
+ version: "0.65.5"};
7982
7982
 
7983
7983
  // src/sdk.ts
7984
7984
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -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.65.4"};
5112
+ version: "0.65.5"};
5113
5113
 
5114
5114
  // src/sdk.ts
5115
5115
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -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.65.4"};
5076
+ version: "0.65.5"};
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.65.4"};
5112
+ version: "0.65.5"};
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.65.4"};
5195
+ version: "0.65.5"};
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.65.4"};
5076
+ version: "0.65.5"};
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.65.4"};
5159
+ version: "0.65.5"};
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.65.4",
3
+ "version": "0.65.5",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -95,8 +95,8 @@
95
95
  "typescript": "^5.8.3",
96
96
  "wrap-ansi": "^10.0.0",
97
97
  "zod": "4.3.6",
98
- "@zapier/zapier-sdk": "0.83.3",
99
- "@zapier/zapier-sdk-mcp": "0.18.5"
98
+ "@zapier/zapier-sdk": "0.84.0",
99
+ "@zapier/zapier-sdk-mcp": "0.18.6"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/express": "^5.0.3",