@getdial/cli 0.33.6 → 0.33.7

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/README.md CHANGED
@@ -18,7 +18,7 @@ Or use the bootstrap script, which installs the CLI and walks you through sign-u
18
18
  curl -fsSL https://getdial.ai/install | bash
19
19
  ```
20
20
 
21
- Requires **Node.js 22+**.
21
+ Requires **Node.js 22.19+**.
22
22
 
23
23
  ## Quick start
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getdial/cli",
3
- "version": "0.33.6",
3
+ "version": "0.33.7",
4
4
  "description": "Dial CLI — install, sign up, and run the local listen service.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "preferGlobal": true,
18
18
  "type": "module",
19
19
  "engines": {
20
- "node": ">=22"
20
+ "node": ">=22.19.0"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -40,7 +40,7 @@
40
40
  "pino": "^10.3.1",
41
41
  "pino-pretty": "^13.1.3",
42
42
  "pubnub": "^11.0.1",
43
- "undici": "^8.3.0",
43
+ "undici": "^8.7.0",
44
44
  "zod": "^4.4.3"
45
45
  },
46
46
  "devDependencies": {
package/skills.tar.gz CHANGED
Binary file