@lmzhen/dsh-evolution-replay 0.1.0-rc.2 → 0.1.0-rc.4

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
@@ -100,4 +100,4 @@ function apply(ctx, rawConfig = {}) {
100
100
  });
101
101
  }
102
102
  //#endregion
103
- export { Config, DEFAULT_WEIGHTS, EvolutionReplayDriver, EvolutionReplayDriver as default, apply, comparePlans, name, scorePlan };
103
+ export { Config, DEFAULT_WEIGHTS, EvolutionReplayDriver, apply, comparePlans, name, scorePlan };
@@ -65,5 +65,4 @@ export declare class EvolutionReplayDriver {
65
65
  }
66
66
  export declare const name = "evolution-replay";
67
67
  export declare function apply(ctx: Context, rawConfig?: Config): void;
68
- export default EvolutionReplayDriver;
69
68
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-replay",
3
3
  "description": "Replay/A-B evaluation primitives for evolution plans (community build)",
4
- "version": "0.1.0-rc.2",
4
+ "version": "0.1.0-rc.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -33,7 +33,7 @@
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
35
  "@deepseek-ai/schemastery": "^3.18.1",
36
- "@lmzhen/dsh-evolution-core": "^0.1.0-rc.2"
36
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@deepseek-ai/cordis": "^4.0.1",
@@ -43,6 +43,6 @@
43
43
  "devDependencies": {
44
44
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
45
45
  "@deepseek-ai/dsh-session": "^0.1.0-rc.6",
46
- "@lmzhen/dsh-evolution-core": "^0.1.0-rc.2"
46
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.4"
47
47
  }
48
48
  }