@memfork/cli 0.1.5 → 0.1.6

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.
@@ -125,7 +125,7 @@ export async function autoProvision(opts) {
125
125
  // ── 6. MemoryTree ────────────────────────────────────────────────────────────
126
126
  step(6, "Creating MemoryTree on Sui");
127
127
  const memClient = await MemForksClient.connect({
128
- treeId: "0x" + "0".repeat(64), // placeholder — initTree creates the object
128
+ treeId: "", // no tree yet — initTree() creates the object
129
129
  signer: privateKey,
130
130
  network,
131
131
  memwal: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memfork/cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "MemForks CLI — init, commit, recall, merge, install plugins",
5
5
  "repository": {
6
6
  "type": "git",