@memfork/cli 0.1.6 → 0.1.7

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.
@@ -128,6 +128,7 @@ export async function autoProvision(opts) {
128
128
  treeId: "", // no tree yet — initTree() creates the object
129
129
  signer: privateKey,
130
130
  network,
131
+ packageId: consts.packageId,
131
132
  memwal: {
132
133
  accountId,
133
134
  delegateKey: delegate.privateKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memfork/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "MemForks CLI — init, commit, recall, merge, install plugins",
5
5
  "repository": {
6
6
  "type": "git",