@seed-hypermedia/client 0.0.2 → 0.0.3

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
@@ -156,7 +156,7 @@ import {
156
156
  toNumber,
157
157
  unpackHmId,
158
158
  unpackedHmIdSchema
159
- } from "./chunk-PPK3SKPV.mjs";
159
+ } from "./chunk-X57BIZUK.mjs";
160
160
  export {
161
161
  BlockRangeSchema,
162
162
  BoldAnnotationSchema,
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  parseFragment,
14
14
  serializeBlockRange,
15
15
  unpackHmId
16
- } from "./chunk-PPK3SKPV.mjs";
16
+ } from "./chunk-X57BIZUK.mjs";
17
17
 
18
18
  // src/capability.ts
19
19
  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.2",
3
+ "version": "0.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",