@helia/ipns 8.2.4-9993b476 → 8.2.4-e502d45f

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -155,6 +155,7 @@ const name = ipns(helia, {
155
155
  ]
156
156
  })
157
157
 
158
+
158
159
  // store some data to publish
159
160
  const fs = unixfs(helia)
160
161
  const cid = await fs.addBytes(Uint8Array.from([0, 1, 2, 3, 4]))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/ipns",
3
- "version": "8.2.4-9993b476",
3
+ "version": "8.2.4-e502d45f",
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",
@@ -73,7 +73,7 @@
73
73
  "test:electron-main": "aegir test -t electron-main"
74
74
  },
75
75
  "dependencies": {
76
- "@helia/interface": "5.4.0-9993b476",
76
+ "@helia/interface": "5.4.0-e502d45f",
77
77
  "@libp2p/crypto": "^5.1.7",
78
78
  "@libp2p/interface": "^3.0.2",
79
79
  "@libp2p/kad-dht": "^16.0.5",