@lmzhen/dsh-evolution-all 0.3.20 → 0.3.22
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/lib/types/index.d.ts +2 -2
- package/package.json +7 -8
package/lib/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @
|
|
2
|
+
* @lmzhen/dsh-evolution-all — aggregate entry package.
|
|
3
3
|
*
|
|
4
4
|
* Deliberately passive: no composition rows of its own. Its substance is the
|
|
5
5
|
* dependency closure — `evolution-host` (infrastructure + control plane) plus
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* installs the complete family in one command (the host bundle's patch rows
|
|
9
9
|
* carry the profile composition; the model tools mount via the Evolution
|
|
10
10
|
* agent preset). This module carries no runtime API.
|
|
11
|
-
* @module @
|
|
11
|
+
* @module @lmzhen/dsh-evolution-all
|
|
12
12
|
*/
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-all",
|
|
3
3
|
"description": "One-command aggregate entry for the dsh-evolution plugin family (host + model tools) (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.22",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -25,17 +25,16 @@
|
|
|
25
25
|
"./package.json": "./package.json"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
|
-
"lib
|
|
29
|
-
"lib/invariant.js",
|
|
28
|
+
"lib/*.js",
|
|
30
29
|
"lib/types/**/*.d.ts"
|
|
31
30
|
],
|
|
32
31
|
"license": "MIT",
|
|
33
32
|
"dependencies": {
|
|
34
|
-
"@lmzhen/dsh-evolution-host": "^0.3.
|
|
35
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-agent-preset": "^0.3.
|
|
33
|
+
"@lmzhen/dsh-evolution-host": "^0.3.22",
|
|
34
|
+
"@lmzhen/dsh-tool-memory": "^0.3.22",
|
|
35
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.22",
|
|
36
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.22",
|
|
37
|
+
"@lmzhen/dsh-evolution-agent-preset": "^0.3.22"
|
|
39
38
|
},
|
|
40
39
|
"peerDependencies": {
|
|
41
40
|
"@deepseek-ai/cordis": "^4.0.1",
|