@tanweilabs/daiti 0.0.13 → 0.0.14
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 +18 -6
- package/THIRD_PARTY_NOTICES.md +3 -3
- package/artifacts/manifest.json +12 -12
- package/artifacts/tanweilabs-daiti-im-0.0.14-539e8a6f40b2.tgz +0 -0
- package/artifacts/tanweilabs-daiti-loading-0.0.14-d01bfb8fb76b.tgz +0 -0
- package/artifacts/tanweilabs-daiti-preferences-0.0.14-172b87a224a2.tgz +0 -0
- package/artifacts/tanweilabs-daiti-ui-0.0.14-8d2dbe1f72d0.tgz +0 -0
- package/docs/validation.md +30 -0
- package/lib/cli.mjs +24 -8
- package/npm-shrinkwrap.json +2976 -2571
- package/package.json +2 -2
- package/artifacts/tanweilabs-daiti-im-0.0.13-0e2bac86e2db.tgz +0 -0
- package/artifacts/tanweilabs-daiti-loading-0.0.13-b0a916150f8b.tgz +0 -0
- package/artifacts/tanweilabs-daiti-preferences-0.0.13-1d67f451cc1f.tgz +0 -0
- package/artifacts/tanweilabs-daiti-ui-0.0.13-b91774395eff.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanweilabs/daiti",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "代体:本地运行、通过网页和 IM 使用的个人助理。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"pack:local": "npm run build && npm pack --pack-destination .local/releases"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@deepseek-ai/dsh": "0.1.
|
|
36
|
+
"@deepseek-ai/dsh": "0.1.7-alpha.2",
|
|
37
37
|
"pnpm": "11.19.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|