@helia/interop 7.0.2-f7b5d3f → 7.0.3-075b6ca

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +37 -37
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -42,8 +42,8 @@ Loading this module through a script tag will make its exports available as `Hel
42
42
 
43
43
  Licensed under either of
44
44
 
45
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
46
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
45
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/helia/blob/main/packages/interop/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
46
+ - MIT ([LICENSE-MIT](https://github.com/ipfs/helia/blob/main/packages/interop/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
47
47
 
48
48
  # Contribute
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interop",
3
- "version": "7.0.2-f7b5d3f",
3
+ "version": "7.0.3-075b6ca",
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,44 +58,44 @@
58
58
  "test:electron-main": "aegir test -t electron-main"
59
59
  },
60
60
  "dependencies": {
61
- "@chainsafe/libp2p-gossipsub": "^14.0.0",
62
- "@helia/block-brokers": "4.0.1-f7b5d3f",
63
- "@helia/car": "4.0.0-f7b5d3f",
64
- "@helia/dag-cbor": "4.0.0-f7b5d3f",
65
- "@helia/dag-json": "4.0.0-f7b5d3f",
66
- "@helia/http": "2.0.1-f7b5d3f",
67
- "@helia/interface": "5.0.0-f7b5d3f",
68
- "@helia/ipns": "8.0.0-f7b5d3f",
69
- "@helia/json": "4.0.0-f7b5d3f",
70
- "@helia/mfs": "4.0.0-f7b5d3f",
71
- "@helia/routers": "2.1.0-f7b5d3f",
72
- "@helia/strings": "4.0.0-f7b5d3f",
73
- "@helia/unixfs": "4.0.0-f7b5d3f",
74
- "@ipld/car": "^5.3.0",
75
- "@ipld/dag-cbor": "^9.2.0",
76
- "@libp2p/crypto": "^5.0.0",
77
- "@libp2p/interface": "^2.0.0",
78
- "@libp2p/kad-dht": "^14.0.0",
79
- "@libp2p/keychain": "^5.0.2",
80
- "@libp2p/peer-id": "^5.0.0",
81
- "@libp2p/websockets": "^9.0.0",
61
+ "@chainsafe/libp2p-gossipsub": "^14.1.0",
62
+ "@helia/block-brokers": "4.0.2-075b6ca",
63
+ "@helia/car": "4.0.1-075b6ca",
64
+ "@helia/dag-cbor": "4.0.1-075b6ca",
65
+ "@helia/dag-json": "4.0.1-075b6ca",
66
+ "@helia/http": "2.0.2-075b6ca",
67
+ "@helia/interface": "5.1.0-075b6ca",
68
+ "@helia/ipns": "8.0.1-075b6ca",
69
+ "@helia/json": "4.0.1-075b6ca",
70
+ "@helia/mfs": "4.0.1-075b6ca",
71
+ "@helia/routers": "2.2.0-075b6ca",
72
+ "@helia/strings": "4.0.1-075b6ca",
73
+ "@helia/unixfs": "4.0.1-075b6ca",
74
+ "@ipld/car": "^5.3.3",
75
+ "@ipld/dag-cbor": "^9.2.2",
76
+ "@libp2p/crypto": "^5.0.7",
77
+ "@libp2p/interface": "^2.2.1",
78
+ "@libp2p/kad-dht": "^14.1.3",
79
+ "@libp2p/keychain": "^5.0.10",
80
+ "@libp2p/peer-id": "^5.0.8",
81
+ "@libp2p/websockets": "^9.0.13",
82
82
  "@multiformats/sha3": "^3.0.2",
83
- "aegir": "^45.0.1",
84
- "helia": "5.1.0-f7b5d3f",
85
- "ipfs-unixfs-importer": "^15.2.4",
86
- "ipfsd-ctl": "^15.0.0",
83
+ "aegir": "^45.0.6",
84
+ "helia": "5.1.1-075b6ca",
85
+ "ipfs-unixfs-importer": "^15.3.1",
86
+ "ipfsd-ctl": "^15.0.2",
87
87
  "ipns": "^10.0.0",
88
- "it-all": "^3.0.4",
89
- "it-drain": "^3.0.5",
90
- "it-last": "^3.0.4",
91
- "it-map": "^3.0.5",
92
- "it-to-buffer": "^4.0.5",
93
- "kubo": "^0.32.0",
94
- "kubo-rpc-client": "^5.0.0",
95
- "libp2p": "^2.0.0",
96
- "multiformats": "^13.1.0",
97
- "p-defer": "^4.0.0",
98
- "uint8arrays": "^5.0.2",
88
+ "it-all": "^3.0.6",
89
+ "it-drain": "^3.0.7",
90
+ "it-last": "^3.0.6",
91
+ "it-map": "^3.1.1",
92
+ "it-to-buffer": "^4.0.7",
93
+ "kubo": "^0.32.1",
94
+ "kubo-rpc-client": "^5.0.2",
95
+ "libp2p": "^2.3.1",
96
+ "multiformats": "^13.3.1",
97
+ "p-defer": "^4.0.1",
98
+ "uint8arrays": "^5.1.0",
99
99
  "wherearewe": "^2.0.1"
100
100
  },
101
101
  "browser": {
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0