@lmzhen/dsh-evolution-feedback 0.1.0-rc.49 → 0.1.0-rc.50

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/lib/index.js +1 -1
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -109,7 +109,7 @@ function apply(ctx, rawConfig = {}) {
109
109
  };
110
110
  }
111
111
  ctx.effect(() => () => {
112
- if (io) feedback.flush(io);
112
+ if (io) return feedback.flush(io);
113
113
  }, "evolution-feedback.flush");
114
114
  }
115
115
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-feedback",
3
3
  "description": "Feedback-to-quality scoring for self-evolution (community build)",
4
- "version": "0.1.0-rc.49",
4
+ "version": "0.1.0-rc.50",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,13 +37,13 @@
37
37
  "peerDependencies": {
38
38
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
39
39
  "@deepseek-ai/cordis": "^4.0.1",
40
- "@lmzhen/dsh-evolution-io": "^0.1.0-rc.49",
41
- "@lmzhen/dsh-skill-usage": "^0.1.0-rc.49"
40
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.50",
41
+ "@lmzhen/dsh-skill-usage": "^0.1.0-rc.50"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
45
- "@lmzhen/dsh-evolution-io": "^0.1.0-rc.49",
46
- "@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.49",
47
- "@lmzhen/dsh-skill-usage": "^0.1.0-rc.49"
45
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.50",
46
+ "@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.50",
47
+ "@lmzhen/dsh-skill-usage": "^0.1.0-rc.50"
48
48
  }
49
49
  }