acp-kernel 0.0.43-pr.156.10 → 0.0.43

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/dist/index.js +10 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,13 +1,3 @@
1
- import {
2
- activeBlocks,
3
- advanceSurvival,
4
- allocateBlockId,
5
- allocateRunId,
6
- blockById,
7
- coveredMessageIds,
8
- createInitialState,
9
- highestActiveTier
10
- } from "./chunk-DPH62BGM.js";
11
1
  import {
12
2
  COMPRESS_PHILOSOPHY,
13
3
  HOW_TO_COMPRESS_RULES,
@@ -23,6 +13,16 @@ import {
23
13
  resolvePrompts,
24
14
  viableRanges
25
15
  } from "./chunk-MWXUJVMN.js";
16
+ import {
17
+ activeBlocks,
18
+ advanceSurvival,
19
+ allocateBlockId,
20
+ allocateRunId,
21
+ blockById,
22
+ coveredMessageIds,
23
+ createInitialState,
24
+ highestActiveTier
25
+ } from "./chunk-DPH62BGM.js";
26
26
 
27
27
  // src/refs.ts
28
28
  var REF_WIDTH = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acp-kernel",
3
- "version": "0.0.43-pr.156.10",
3
+ "version": "0.0.43",
4
4
  "description": "Framework-agnostic context-compression engine (model-driven, 3-tier LSM). Pure core: no host dependency.",
5
5
  "license": "MIT",
6
6
  "author": "ranxianglei",