@seed-hypermedia/client 0.0.37 → 0.0.38

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
@@ -92,6 +92,9 @@ import {
92
92
  HMListDiscussionsInputSchema,
93
93
  HMListDiscussionsOutputSchema,
94
94
  HMListDiscussionsRequestSchema,
95
+ HMListDocumentCollaboratorsInputSchema,
96
+ HMListDocumentCollaboratorsOutputSchema,
97
+ HMListDocumentCollaboratorsRequestSchema,
95
98
  HMListDomainsInputSchema,
96
99
  HMListDomainsOutputSchema,
97
100
  HMListDomainsRequestSchema,
@@ -169,7 +172,7 @@ import {
169
172
  toNumber,
170
173
  unpackHmId,
171
174
  unpackedHmIdSchema
172
- } from "./chunk-2BRMXRIG.mjs";
175
+ } from "./chunk-PY2VJAIE.mjs";
173
176
  export {
174
177
  BackgroundColorAnnotationSchema,
175
178
  BlockRangeSchema,
@@ -264,6 +267,9 @@ export {
264
267
  HMListDiscussionsInputSchema,
265
268
  HMListDiscussionsOutputSchema,
266
269
  HMListDiscussionsRequestSchema,
270
+ HMListDocumentCollaboratorsInputSchema,
271
+ HMListDocumentCollaboratorsOutputSchema,
272
+ HMListDocumentCollaboratorsRequestSchema,
267
273
  HMListDomainsInputSchema,
268
274
  HMListDomainsOutputSchema,
269
275
  HMListDomainsRequestSchema,
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  serializeBlockRange,
18
18
  toNumber,
19
19
  unpackHmId
20
- } from "./chunk-2BRMXRIG.mjs";
20
+ } from "./chunk-PY2VJAIE.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.37",
3
+ "version": "0.0.38",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",