@helia/interop 6.1.6-b4877b5 → 6.1.6-f16c9ea

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/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -32,7 +32,7 @@ $ npm i @helia/interop
32
32
 
33
33
  ## Browser `<script>` tag
34
34
 
35
- Loading this module through a script tag will make it's exports available as `HeliaInterop` in the global namespace.
35
+ Loading this module through a script tag will make its exports available as `HeliaInterop` in the global namespace.
36
36
 
37
37
  ```html
38
38
  <script src="https://unpkg.com/@helia/interop/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interop",
3
- "version": "6.1.6-b4877b5",
3
+ "version": "6.1.6-f16c9ea",
4
4
  "description": "Interop tests for Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
@@ -58,18 +58,18 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@chainsafe/libp2p-gossipsub": "^13.0.0",
61
- "@helia/block-brokers": "3.0.2-b4877b5",
62
- "@helia/car": "3.1.5-b4877b5",
63
- "@helia/dag-cbor": "3.0.4-b4877b5",
64
- "@helia/dag-json": "3.0.4-b4877b5",
65
- "@helia/http": "1.0.9-b4877b5",
66
- "@helia/interface": "4.3.0-b4877b5",
67
- "@helia/ipns": "7.2.2-b4877b5",
68
- "@helia/json": "3.0.4-b4877b5",
69
- "@helia/mfs": "3.0.6-b4877b5",
70
- "@helia/routers": "1.1.0-b4877b5",
71
- "@helia/strings": "3.0.4-b4877b5",
72
- "@helia/unixfs": "3.0.6-b4877b5",
61
+ "@helia/block-brokers": "3.0.2-f16c9ea",
62
+ "@helia/car": "3.1.5-f16c9ea",
63
+ "@helia/dag-cbor": "3.0.4-f16c9ea",
64
+ "@helia/dag-json": "3.0.4-f16c9ea",
65
+ "@helia/http": "1.0.9-f16c9ea",
66
+ "@helia/interface": "4.3.0-f16c9ea",
67
+ "@helia/ipns": "7.2.2-f16c9ea",
68
+ "@helia/json": "3.0.4-f16c9ea",
69
+ "@helia/mfs": "3.0.6-f16c9ea",
70
+ "@helia/routers": "1.1.0-f16c9ea",
71
+ "@helia/strings": "3.0.4-f16c9ea",
72
+ "@helia/unixfs": "3.0.6-f16c9ea",
73
73
  "@ipld/car": "^5.3.0",
74
74
  "@ipld/dag-cbor": "^9.2.0",
75
75
  "@libp2p/interface": "^1.1.4",
@@ -80,7 +80,7 @@
80
80
  "@libp2p/websockets": "^8.0.16",
81
81
  "@multiformats/sha3": "^3.0.2",
82
82
  "aegir": "^43.0.1",
83
- "helia": "4.2.4-b4877b5",
83
+ "helia": "4.2.4-f16c9ea",
84
84
  "ipfs-unixfs-importer": "^15.2.4",
85
85
  "ipfsd-ctl": "^14.0.0",
86
86
  "it-all": "^3.0.4",