@voiceflow/cli 0.240.0 → 0.241.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/cli",
3
- "version": "0.240.0",
3
+ "version": "0.241.0",
4
4
  "description": "Voiceflow CLI (vf) — command line for Voiceflow, the AI agent platform for customer experience automation. Manage agents, knowledge bases, workflows, tests, and transcripts from your terminal or CI.",
5
5
  "keywords": [
6
6
  "voiceflow",
@@ -36,11 +36,11 @@
36
36
  "node": ">=18"
37
37
  },
38
38
  "optionalDependencies": {
39
- "@voiceflow/cli-darwin-arm64": "0.240.0",
40
- "@voiceflow/cli-darwin-x64": "0.240.0",
41
- "@voiceflow/cli-linux-arm64": "0.240.0",
42
- "@voiceflow/cli-linux-x64": "0.240.0",
43
- "@voiceflow/cli-win32-arm64": "0.240.0",
44
- "@voiceflow/cli-win32-x64": "0.240.0"
39
+ "@voiceflow/cli-darwin-arm64": "0.241.0",
40
+ "@voiceflow/cli-darwin-x64": "0.241.0",
41
+ "@voiceflow/cli-linux-arm64": "0.241.0",
42
+ "@voiceflow/cli-linux-x64": "0.241.0",
43
+ "@voiceflow/cli-win32-arm64": "0.241.0",
44
+ "@voiceflow/cli-win32-x64": "0.241.0"
45
45
  }
46
46
  }