openttt 0.2.10 → 0.2.11

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/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./evm_connector";
2
2
  export * from "./x402_enforcer";
3
+ export * from "./adaptive_switch";
3
4
  export * from "./protocol_fee";
4
5
  export * from "./pool_registry";
5
6
  export * from "./v4_hook";
package/dist/index.js CHANGED
@@ -17,11 +17,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  // sdk/src/index.ts
18
18
  // 서버 내부 전용 (npm pack에서 제외):
19
19
  // grg_forward, grg_inverse, grg_pipeline, golay, reed_solomon
20
- // adaptive_switch (GRG 의존), auto_mint (GRG 의존)
20
+ // auto_mint (GRG 의존)
21
21
  // 위 모듈은 서버 코드에서 직접 경로로 import할 것.
22
22
  __exportStar(require("./evm_connector"), exports);
23
23
  __exportStar(require("./x402_enforcer"), exports);
24
- // ttt_builder omitted — requires adaptive_switch (server-internal, not in public SDK)
24
+ __exportStar(require("./adaptive_switch"), exports);
25
+ // ttt_builder omitted — server-internal only
25
26
  __exportStar(require("./protocol_fee"), exports);
26
27
  __exportStar(require("./pool_registry"), exports);
27
28
  __exportStar(require("./v4_hook"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openttt",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "OpenTTT \u2014 TLS-grade transaction ordering for DeFi. Time + Logic + Sync.",
5
5
  "license": "BSL-1.1",
6
6
  "repository": {