@helia/dag-cbor 3.0.2 → 3.0.3
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/dag-cbor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
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,7 +140,7 @@
|
|
|
140
140
|
"release": "aegir release"
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@helia/interface": "^4.
|
|
143
|
+
"@helia/interface": "^4.2.0",
|
|
144
144
|
"@ipld/dag-cbor": "^9.2.0",
|
|
145
145
|
"@libp2p/interfaces": "^3.3.2",
|
|
146
146
|
"interface-blockstore": "^5.2.10",
|
|
@@ -150,5 +150,6 @@
|
|
|
150
150
|
"devDependencies": {
|
|
151
151
|
"aegir": "^42.2.5",
|
|
152
152
|
"blockstore-core": "^4.4.0"
|
|
153
|
-
}
|
|
153
|
+
},
|
|
154
|
+
"sideEffects": false
|
|
154
155
|
}
|