@seed-hypermedia/client 0.0.39 → 0.0.40

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.
package/dist/hm-types.mjs CHANGED
@@ -114,6 +114,10 @@ import {
114
114
  HMPublishBlobsInputSchema,
115
115
  HMPublishBlobsOutputSchema,
116
116
  HMPublishBlobsRequestSchema,
117
+ HMQueryBlockInputSchema,
118
+ HMQueryBlockItemSummarySchema,
119
+ HMQueryBlockPayloadSchema,
120
+ HMQueryBlockRequestSchema,
117
121
  HMQueryInclusionSchema,
118
122
  HMQueryRequestSchema,
119
123
  HMQueryResultSchema,
@@ -172,7 +176,7 @@ import {
172
176
  toNumber,
173
177
  unpackHmId,
174
178
  unpackedHmIdSchema
175
- } from "./chunk-PY2VJAIE.mjs";
179
+ } from "./chunk-2E3HWHST.mjs";
176
180
  export {
177
181
  BackgroundColorAnnotationSchema,
178
182
  BlockRangeSchema,
@@ -289,6 +293,10 @@ export {
289
293
  HMPublishBlobsInputSchema,
290
294
  HMPublishBlobsOutputSchema,
291
295
  HMPublishBlobsRequestSchema,
296
+ HMQueryBlockInputSchema,
297
+ HMQueryBlockItemSummarySchema,
298
+ HMQueryBlockPayloadSchema,
299
+ HMQueryBlockRequestSchema,
292
300
  HMQueryInclusionSchema,
293
301
  HMQueryRequestSchema,
294
302
  HMQueryResultSchema,
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  serializeBlockRange,
18
18
  toNumber,
19
19
  unpackHmId
20
- } from "./chunk-PY2VJAIE.mjs";
20
+ } from "./chunk-2E3HWHST.mjs";
21
21
 
22
22
  // src/capability.ts
23
23
  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.39",
3
+ "version": "0.0.40",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",