@saluzi/saluzi-edu 0.1.47 → 0.1.49
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/dist/cli.js +138 -140
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saluzi/saluzi-edu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.49",
|
|
4
4
|
"description": "Saluzi CLI - interactive AI coding assistant in the terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -204,8 +204,8 @@
|
|
|
204
204
|
"zod": "^4.3.6"
|
|
205
205
|
},
|
|
206
206
|
"optionalDependencies": {
|
|
207
|
-
"better-sqlite3": "^11.0.0",
|
|
208
207
|
"doubaoime-asr": "^0.1.0",
|
|
208
|
+
"libsql": "^0.5.29",
|
|
209
209
|
"sharp": "^0.34.5",
|
|
210
210
|
"undici": "^7.25.0"
|
|
211
211
|
},
|