@lmzhen/dsh-evolution-skill-catalog 0.4.0 → 0.4.1
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/index.js +1 -1
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -128,7 +128,7 @@ function apply(ctx, rawConfig = {}) {
|
|
|
128
128
|
const stamp = await libraryStamp();
|
|
129
129
|
if (summariesCache !== null && (stamp === null || summariesStamp === stamp)) return {
|
|
130
130
|
summaries: summariesCache,
|
|
131
|
-
complete:
|
|
131
|
+
complete: stamp !== null
|
|
132
132
|
};
|
|
133
133
|
if (summariesCache !== null && stamp !== null) control?.invalidate();
|
|
134
134
|
const epochAtScanStart = summariesEpoch;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-skill-catalog",
|
|
3
3
|
"description": "Native ctx.skills provider for the evolution-managed skill tree (community build)",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
30
|
-
"@lmzhen/dsh-evolution-core": "^0.4.
|
|
30
|
+
"@lmzhen/dsh-evolution-core": "^0.4.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
34
34
|
"@deepseek-ai/dsh-skill": "^0.1.5-rc.2",
|
|
35
|
-
"@lmzhen/dsh-evolution-io": "^0.4.
|
|
35
|
+
"@lmzhen/dsh-evolution-io": "^0.4.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@deepseek-ai/dsh-skill": "^0.1.5-rc.2",
|
|
39
|
-
"@lmzhen/dsh-evolution-core": "^0.4.
|
|
40
|
-
"@lmzhen/dsh-evolution-io": "^0.4.
|
|
39
|
+
"@lmzhen/dsh-evolution-core": "^0.4.1",
|
|
40
|
+
"@lmzhen/dsh-evolution-io": "^0.4.1"
|
|
41
41
|
}
|
|
42
42
|
}
|