@helia/interop 2.0.0 → 3.0.0-ece384a
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/README.md +4 -4
- package/package.json +29 -14
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
> Interop tests for Helia
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# Install
|
|
15
15
|
|
|
16
16
|
```console
|
|
17
17
|
$ npm i @helia/interop
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## Browser `<script>` tag
|
|
21
21
|
|
|
22
22
|
Loading this module through a script tag will make it's exports available as `HeliaInterop` in the global namespace.
|
|
23
23
|
|
|
@@ -25,14 +25,14 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
25
25
|
<script src="https://unpkg.com/@helia/interop/dist/index.min.js"></script>
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
# License
|
|
29
29
|
|
|
30
30
|
Licensed under either of
|
|
31
31
|
|
|
32
32
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
33
33
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
# Contribute
|
|
36
36
|
|
|
37
37
|
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/interop",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-ece384a",
|
|
4
4
|
"description": "Interop tests for Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
|
-
"homepage": "https://github.com/ipfs/helia/tree/
|
|
6
|
+
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/ipfs/helia.git"
|
|
@@ -53,26 +53,41 @@
|
|
|
53
53
|
"test:electron-main": "aegir test -t electron-main"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@helia/
|
|
59
|
-
"@
|
|
56
|
+
"@helia/block-brokers": "1.0.0-ece384a",
|
|
57
|
+
"@helia/car": "2.0.1-ece384a",
|
|
58
|
+
"@helia/dag-cbor": "2.0.1-ece384a",
|
|
59
|
+
"@helia/dag-json": "2.0.1-ece384a",
|
|
60
|
+
"@helia/interface": "3.0.1-ece384a",
|
|
61
|
+
"@helia/ipns": "4.0.0-ece384a",
|
|
62
|
+
"@helia/json": "2.0.1-ece384a",
|
|
63
|
+
"@helia/mfs": "2.0.1-ece384a",
|
|
64
|
+
"@helia/strings": "2.0.1-ece384a",
|
|
65
|
+
"@helia/unixfs": "2.0.1-ece384a",
|
|
66
|
+
"@ipld/car": "^5.2.5",
|
|
67
|
+
"@ipld/dag-cbor": "^9.0.7",
|
|
68
|
+
"@libp2p/interface": "^1.1.1",
|
|
69
|
+
"@libp2p/kad-dht": "^12.0.2",
|
|
70
|
+
"@libp2p/keychain": "^4.0.5",
|
|
60
71
|
"@libp2p/peer-id": "^4.0.3",
|
|
61
|
-
"@libp2p/
|
|
72
|
+
"@libp2p/peer-id-factory": "^4.0.3",
|
|
62
73
|
"@libp2p/websockets": "^8.0.1",
|
|
63
74
|
"@multiformats/sha3": "^3.0.0",
|
|
64
|
-
"aegir": "^42.
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
75
|
+
"aegir": "^42.1.0",
|
|
76
|
+
"helia": "3.0.1-ece384a",
|
|
77
|
+
"ipfs-core-types": "^0.14.1",
|
|
78
|
+
"ipfs-unixfs-importer": "^15.2.3",
|
|
68
79
|
"ipfsd-ctl": "^13.0.0",
|
|
69
80
|
"it-all": "^3.0.4",
|
|
70
81
|
"it-drain": "^3.0.5",
|
|
71
|
-
"it-
|
|
82
|
+
"it-last": "^3.0.4",
|
|
83
|
+
"it-map": "^3.0.5",
|
|
84
|
+
"it-to-buffer": "^4.0.2",
|
|
72
85
|
"kubo": "^0.25.0",
|
|
73
86
|
"kubo-rpc-client": "^3.0.1",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
87
|
+
"multiformats": "^13.0.0",
|
|
88
|
+
"p-defer": "^4.0.0",
|
|
89
|
+
"uint8arrays": "^5.0.1",
|
|
90
|
+
"wherearewe": "^2.0.1"
|
|
76
91
|
},
|
|
77
92
|
"browser": {
|
|
78
93
|
"./dist/test/fixtures/create-helia.js": "./dist/test/fixtures/create-helia.browser.js",
|