@seed-hypermedia/client 0.0.8 → 0.0.10

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.
@@ -650,7 +650,7 @@ var HMCommentRequestSchema = z.object({
650
650
  output: HMCommentSchema
651
651
  });
652
652
  var HMSearchInputSchema = z.object({
653
- query: z.string(),
653
+ query: z.coerce.string(),
654
654
  accountUid: z.string().optional(),
655
655
  includeBody: z.boolean().optional(),
656
656
  contextSize: z.number().optional(),
package/dist/hm-types.mjs CHANGED
@@ -159,7 +159,7 @@ import {
159
159
  toNumber,
160
160
  unpackHmId,
161
161
  unpackedHmIdSchema
162
- } from "./chunk-B5WCMFR5.mjs";
162
+ } from "./chunk-GMPLFPEM.mjs";
163
163
  export {
164
164
  BlockRangeSchema,
165
165
  BoldAnnotationSchema,
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  serializeBlockRange,
17
17
  toNumber,
18
18
  unpackHmId
19
- } from "./chunk-B5WCMFR5.mjs";
19
+ } from "./chunk-GMPLFPEM.mjs";
20
20
 
21
21
  // src/capability.ts
22
22
  import { encode as cborEncode2 } from "@ipld/dag-cbor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-hypermedia/client",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",