@helia/ipns 6.0.0-a04e041 → 6.0.0-c3f2ed1
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 +16 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# @helia/ipns
|
|
7
|
+
# @helia/ipns
|
|
8
8
|
|
|
9
9
|
[](https://ipfs.tech)
|
|
10
10
|
[](https://discuss.ipfs.tech)
|
|
@@ -15,6 +15,21 @@
|
|
|
15
15
|
|
|
16
16
|
# About
|
|
17
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
|
+
|
|
18
33
|
IPNS operations using a Helia node
|
|
19
34
|
|
|
20
35
|
## Example - Getting started
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/ipns",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-c3f2ed1",
|
|
4
4
|
"description": "An implementation of IPNS for Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
|
|
@@ -164,26 +164,26 @@
|
|
|
164
164
|
"release": "aegir release"
|
|
165
165
|
},
|
|
166
166
|
"dependencies": {
|
|
167
|
-
"@helia/interface": "4.0.0-
|
|
168
|
-
"@libp2p/interface": "^1.1.
|
|
169
|
-
"@libp2p/kad-dht": "^12.0.
|
|
170
|
-
"@libp2p/logger": "^4.0.
|
|
171
|
-
"@libp2p/peer-id": "^4.0.
|
|
167
|
+
"@helia/interface": "4.0.0-c3f2ed1",
|
|
168
|
+
"@libp2p/interface": "^1.1.4",
|
|
169
|
+
"@libp2p/kad-dht": "^12.0.8",
|
|
170
|
+
"@libp2p/logger": "^4.0.7",
|
|
171
|
+
"@libp2p/peer-id": "^4.0.7",
|
|
172
172
|
"dns-over-http-resolver": "^3.0.2",
|
|
173
173
|
"dns-packet": "^5.6.1",
|
|
174
174
|
"hashlru": "^2.3.0",
|
|
175
|
-
"interface-datastore": "^8.2.
|
|
175
|
+
"interface-datastore": "^8.2.11",
|
|
176
176
|
"ipns": "^9.0.0",
|
|
177
|
-
"multiformats": "^13.0
|
|
177
|
+
"multiformats": "^13.1.0",
|
|
178
178
|
"p-queue": "^8.0.1",
|
|
179
179
|
"progress-events": "^1.0.0",
|
|
180
|
-
"uint8arrays": "^5.0.
|
|
180
|
+
"uint8arrays": "^5.0.2"
|
|
181
181
|
},
|
|
182
182
|
"devDependencies": {
|
|
183
|
-
"@libp2p/peer-id-factory": "^4.0.
|
|
183
|
+
"@libp2p/peer-id-factory": "^4.0.7",
|
|
184
184
|
"@types/dns-packet": "^5.6.5",
|
|
185
|
-
"aegir": "^42.2.
|
|
186
|
-
"datastore-core": "^9.2.
|
|
185
|
+
"aegir": "^42.2.5",
|
|
186
|
+
"datastore-core": "^9.2.9",
|
|
187
187
|
"sinon": "^17.0.1",
|
|
188
188
|
"sinon-ts": "^2.0.0"
|
|
189
189
|
},
|