@helia/dag-json 4.0.6 → 4.0.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -69,7 +69,7 @@ Loading this module through a script tag will make its exports available as `Hel
69
69
 
70
70
  # API Docs
71
71
 
72
- - <https://ipfs.github.io/helia/modules/_helia_dag_json.html>
72
+ - <https://ipfs.github.io/helia/modules/_helia_dag-json.html>
73
73
 
74
74
  # License
75
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/dag-json",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Add/get IPLD blocks containing dag-json with your Helia node",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -54,7 +54,7 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@helia/interface": "^5.3.2",
57
+ "@helia/interface": "^5.4.0",
58
58
  "@ipld/dag-json": "^10.2.3",
59
59
  "@libp2p/interface": "^2.2.1",
60
60
  "interface-blockstore": "^5.3.1",