@seed-hypermedia/cli 0.0.6 → 0.0.8

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6627,7 +6627,7 @@ var init_hm_types = __esm(() => {
6627
6627
  output: HMCommentSchema
6628
6628
  });
6629
6629
  HMSearchInputSchema = objectType({
6630
- query: stringType(),
6630
+ query: coerce.string(),
6631
6631
  accountUid: stringType().optional(),
6632
6632
  includeBody: booleanType().optional(),
6633
6633
  contextSize: numberType().optional(),
@@ -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.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/seed-hypermedia/seed.git",
@@ -54,7 +54,6 @@
54
54
  "@ipld/dag-cbor": "^9.2.2",
55
55
  "@noble/ed25519": "^2.2.0",
56
56
  "@noble/hashes": "^1.7.0",
57
- "@seed-hypermedia/client": "workspace:*",
58
57
  "bip39": "^3.1.0",
59
58
  "pdfjs-dist": "^4.2.67",
60
59
  "chalk": "^5.3.0",
@@ -65,6 +64,7 @@
65
64
  "yaml": "^2.6.0"
66
65
  },
67
66
  "devDependencies": {
67
+ "@seed-hypermedia/client": "workspace:*",
68
68
  "@types/bun": "latest",
69
69
  "@types/node": "^20.0.0",
70
70
  "typescript": "^5.7.0"