@klum-db/lobby 0.4.0-pre.0 → 0.4.0-pre.1

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/README.md CHANGED
@@ -111,7 +111,7 @@ const report = await migrateThenMerge(receiver, compartmentBytes, {
111
111
 
112
112
  | Capability | What it does | API |
113
113
  |---|---|---|
114
- | **Bundle** (FR-1) | Multi-compartment `.noydb` container + pre-decrypt manifest | `@noy-db/hub/bundle` · `writeMultiVaultBundle` |
114
+ | **Bundle** (FR-1) | Multi-compartment `.noydb` container + pre-decrypt manifest | `@noy-db/hub/pod` · `writeMultiVaultBundle` |
115
115
  | **Relocate** (FR-2) | Cross-vault FK-closure extraction → bundle | `extractCrossVaultPartition` / `walkCrossVaultClosure` |
116
116
  | **Merge** (FR-3) | Reconcile a compartment into an existing vault | `mergeCompartment` |
117
117
  | **Authority** (FR-4) | Per-**field** conflict resolution (registry-newest vs owner) | `resolveFieldAuthority` · `strategy: 'field-authority'` |
@@ -1,6 +1,5 @@
1
- import { V as VaultGroup } from '../vault-group-D0EC-D5c.cjs';
1
+ import { V as VaultGroup } from '../vault-group-DJtzjwZK.cjs';
2
2
  import '@noy-db/hub/cargo';
3
- import '@noy-db/hub/bundle';
4
3
 
5
4
  /**
6
5
  * A config module for the `klum` CLI default-exports this factory: given an
@@ -1,6 +1,5 @@
1
- import { V as VaultGroup } from '../vault-group-D0EC-D5c.js';
1
+ import { V as VaultGroup } from '../vault-group-DJtzjwZK.js';
2
2
  import '@noy-db/hub/cargo';
3
- import '@noy-db/hub/bundle';
4
3
 
5
4
  /**
6
5
  * A config module for the `klum` CLI default-exports this factory: given an