@flowdot.ai/cli 1.1.1 → 1.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowdot.ai/cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Official CLI for FlowDot - Execute workflows, send messages to the agent, and manage your account from the command line",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,7 +23,8 @@
23
23
  "verify-pack": "node scripts/verify-pack.mjs",
24
24
  "publish:safe": "node scripts/publish.mjs",
25
25
  "prepublishOnly": "npm run clean && npm run lint && npm test && npm run build && npm run verify-pack",
26
- "prepare": "husky || true"
26
+ "prepare": "husky || true",
27
+ "postinstall": "patch-package"
27
28
  },
28
29
  "files": [
29
30
  "dist",
@@ -68,6 +69,7 @@
68
69
  "ink-text-input": "^6.0.0",
69
70
  "jest-environment-jsdom": "^30.2.0",
70
71
  "lint-staged": "^15.2.10",
72
+ "patch-package": "^8.0.1",
71
73
  "prettier": "^3.2.5",
72
74
  "rimraf": "^6.0.1",
73
75
  "typescript": "^5.3.3",
@@ -77,11 +79,15 @@
77
79
  "vitest": "^3.2.4"
78
80
  },
79
81
  "dependencies": {
80
- "@flowdot.ai/api": "^1.2.1",
82
+ "@flowdot.ai/api": "^1.2.3",
83
+ "@livekit/rtc-node": "^0.13.28",
81
84
  "ink": "npm:@jrichman/ink@6.4.6",
82
85
  "keytar": "^7.9.0",
83
86
  "react": "^19.2.0"
84
87
  },
88
+ "optionalDependencies": {
89
+ "naudiodon2": "^2.4.0"
90
+ },
85
91
  "lint-staged": {
86
92
  "*.{ts,tsx}": [
87
93
  "cross-env NODE_OPTIONS=--max-old-space-size=8192 eslint --fix"