@seed-hypermedia/cli 0.0.6 → 0.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -165690,7 +165690,7 @@ function registerDocumentCommands(program2) {
165690
165690
  printSuccess2(`Document published: ${webUrl}`);
165691
165691
  }
165692
165692
  try {
165693
- const childHmUrl = `hm://${account}${path}?v=${changeBlock.cid.toString()}`;
165693
+ const childHmUrl = `hm://${account}${path}`;
165694
165694
  const linked = await autoLinkChildToParent2({ client, account, path, childHmUrl, signer });
165695
165695
  if (linked && !globalOpts.quiet) {
165696
165696
  printInfo("Parent document updated with link");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-hypermedia/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/seed-hypermedia/seed.git",