@helia/interface 4.0.0 → 4.0.1
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 +17 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
+
# @helia/interface
|
|
8
|
+
|
|
7
9
|
[](https://ipfs.tech)
|
|
8
10
|
[](https://discuss.ipfs.tech)
|
|
9
11
|
[](https://codecov.io/gh/ipfs/helia)
|
|
@@ -13,6 +15,21 @@
|
|
|
13
15
|
|
|
14
16
|
# About
|
|
15
17
|
|
|
18
|
+
<!--
|
|
19
|
+
|
|
20
|
+
!IMPORTANT!
|
|
21
|
+
|
|
22
|
+
Everything in this README between "# About" and "# Install" is automatically
|
|
23
|
+
generated and will be overwritten the next time the doc generator is run.
|
|
24
|
+
|
|
25
|
+
To make changes to this section, please update the @packageDocumentation section
|
|
26
|
+
of src/index.js or src/index.ts
|
|
27
|
+
|
|
28
|
+
To experiment with formatting, please run "npm run docs" from the root of this
|
|
29
|
+
repo and examine the changes made.
|
|
30
|
+
|
|
31
|
+
-->
|
|
32
|
+
|
|
16
33
|
The API defined by a Helia node
|
|
17
34
|
|
|
18
35
|
## Example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/interface",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "The Helia API",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"build": "aegir build"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@libp2p/interface": "^1.1.
|
|
74
|
-
"interface-blockstore": "^5.2.
|
|
75
|
-
"interface-datastore": "^8.2.
|
|
76
|
-
"interface-store": "^5.1.
|
|
77
|
-
"multiformats": "^13.
|
|
73
|
+
"@libp2p/interface": "^1.1.4",
|
|
74
|
+
"interface-blockstore": "^5.2.10",
|
|
75
|
+
"interface-datastore": "^8.2.11",
|
|
76
|
+
"interface-store": "^5.1.8",
|
|
77
|
+
"multiformats": "^13.1.0",
|
|
78
78
|
"progress-events": "^1.0.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"aegir": "^42.
|
|
81
|
+
"aegir": "^42.2.5"
|
|
82
82
|
}
|
|
83
83
|
}
|