@amalgm/live 0.2.69 → 0.2.70
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/PURPOSE.md +6 -4
- package/package.json +1 -1
package/PURPOSE.md
CHANGED
|
@@ -272,10 +272,12 @@ its cutover.
|
|
|
272
272
|
local change to capture. The park timer and attempt count are process-local:
|
|
273
273
|
after restart, the durable intent is re-proved once and, if still blocked,
|
|
274
274
|
parks again from attempt one.
|
|
275
|
-
A host proves current physical repository ground from Card + Checkpoint
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
275
|
+
A host proves current physical repository ground from Card + Checkpoint and
|
|
276
|
+
the exact identity frontier sealed to that immutable transport. Compact
|
|
277
|
+
machine evidence is accepted only when it reproduces the transport's
|
|
278
|
+
identity hash; it survives obsolete parent-pack pruning, while mutable child
|
|
279
|
+
rows whose independent entity channels may advance before or after it can
|
|
280
|
+
neither invalidate nor substitute for that proof.
|
|
279
281
|
A missing active target below a still-present materialized root is
|
|
280
282
|
repairable official ground, not a local deletion: Apply takes the final
|
|
281
283
|
guard again, idempotently reveals the accepted result, and only exact
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amalgm/live",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.70",
|
|
4
4
|
"description": "Portable realtime SDK for Amalgm — wire contracts, mutation discipline, and delivery state machines behind host-injected adapters.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist-cjs/index.js",
|