@helia/dag-cbor 3.0.0-a04e041 → 3.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 +15 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -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
|
`@helia/dag-cbor` makes working with DAG-JSON Helia simple & straightforward.
|
|
19
34
|
|
|
20
35
|
See the DAGCBOR interface for all available operations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/dag-cbor",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-c3f2ed1",
|
|
4
4
|
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
|
|
@@ -140,15 +140,15 @@
|
|
|
140
140
|
"release": "aegir release"
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@helia/interface": "4.0.0-
|
|
144
|
-
"@ipld/dag-cbor": "^9.
|
|
143
|
+
"@helia/interface": "4.0.0-c3f2ed1",
|
|
144
|
+
"@ipld/dag-cbor": "^9.2.0",
|
|
145
145
|
"@libp2p/interfaces": "^3.3.2",
|
|
146
|
-
"interface-blockstore": "^5.2.
|
|
147
|
-
"multiformats": "^13.0
|
|
146
|
+
"interface-blockstore": "^5.2.10",
|
|
147
|
+
"multiformats": "^13.1.0",
|
|
148
148
|
"progress-events": "^1.0.0"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"aegir": "^42.2.
|
|
151
|
+
"aegir": "^42.2.5",
|
|
152
152
|
"blockstore-core": "^4.4.0"
|
|
153
153
|
}
|
|
154
154
|
}
|