@lmzhen/dsh-evolution-feedback 0.1.0-rc.3 → 0.1.0-rc.5

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 CHANGED
@@ -107,4 +107,4 @@ function apply(ctx, rawConfig = {}) {
107
107
  }, "evolution-feedback.flush");
108
108
  }
109
109
  //#endregion
110
- export { Config, EvolutionFeedback, EvolutionFeedback as default, apply, name };
110
+ export { Config, EvolutionFeedback, apply, name };
@@ -47,5 +47,5 @@ export interface Config {
47
47
  }
48
48
  export declare const Config: z<Config>;
49
49
  export declare function apply(ctx: Context, rawConfig?: Config): void;
50
- export default EvolutionFeedback;
50
+ export {};
51
51
  //# sourceMappingURL=index.d.ts.map
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.3",
4
+ "version": "0.1.0-rc.5",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,14 +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.3",
41
- "@lmzhen/dsh-skill-usage": "^0.1.0-rc.3"
40
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.5",
41
+ "@lmzhen/dsh-skill-usage": "^0.1.0-rc.5"
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.3",
46
- "@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.3",
47
- "@lmzhen/dsh-skill-usage": "^0.1.0-rc.3",
48
- "@lmzhen/dsh-evolution": "^0.1.0-rc.3"
45
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.5",
46
+ "@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.5",
47
+ "@lmzhen/dsh-skill-usage": "^0.1.0-rc.5"
49
48
  }
50
49
  }