@amalgm/live 0.2.68 → 0.2.69

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/PURPOSE.md +4 -3
  2. package/package.json +1 -1
package/PURPOSE.md CHANGED
@@ -272,9 +272,10 @@ 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 a current repository against the identity map carried by that
276
- repository's accepted immutable transport chain, never against current child
277
- rows whose independent entity channels may advance before or after it.
275
+ A host proves current physical repository ground from Card + Checkpoint. It
276
+ checks the transported identity map when that repository transport is itself
277
+ the target, never as a guard against child rows whose independent entity
278
+ channels may advance before or after it.
278
279
  A missing active target below a still-present materialized root is
279
280
  repairable official ground, not a local deletion: Apply takes the final
280
281
  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.68",
3
+ "version": "0.2.69",
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",