snow-ai 0.4.32 → 0.4.34

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 (2) hide show
  1. package/bundle/cli.mjs +64568 -27612
  2. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-ai",
3
- "version": "0.4.32",
3
+ "version": "0.4.34",
4
4
  "description": "Intelligent Command Line Assistant powered by AI",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -96,6 +96,7 @@
96
96
  "tiktoken": "^1.0.22",
97
97
  "ts-node": "^10.9.1",
98
98
  "typescript": "^5.0.3",
99
+ "undici": "^7.16.0",
99
100
  "ws": "^8.14.2",
100
101
  "xlsx": "^0.18.5",
101
102
  "xo": "^0.53.1"
@@ -125,8 +126,5 @@
125
126
  "prettier": "@vdemedes/prettier-config",
126
127
  "optionalDependencies": {
127
128
  "sharp": "^0.34.5"
128
- },
129
- "dependencies": {
130
- "cli-table3": "^0.6.5"
131
129
  }
132
130
  }