@helia/ipns 7.2.2-55b9650 → 7.2.2-74ccc92

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/ipns",
3
- "version": "7.2.2-55b9650",
3
+ "version": "7.2.2-74ccc92",
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,7 +164,7 @@
164
164
  "release": "aegir release"
165
165
  },
166
166
  "dependencies": {
167
- "@helia/interface": "4.3.0-55b9650",
167
+ "@helia/interface": "4.3.0-74ccc92",
168
168
  "@libp2p/interface": "^1.1.4",
169
169
  "@libp2p/kad-dht": "^12.0.8",
170
170
  "@libp2p/logger": "^4.0.7",
@@ -179,10 +179,10 @@
179
179
  "devDependencies": {
180
180
  "@libp2p/peer-id-factory": "^4.0.7",
181
181
  "@types/dns-packet": "^5.6.5",
182
- "aegir": "^42.2.5",
182
+ "aegir": "^43.0.1",
183
183
  "datastore-core": "^9.2.9",
184
184
  "it-drain": "^3.0.5",
185
- "sinon": "^17.0.1",
185
+ "sinon": "^18.0.0",
186
186
  "sinon-ts": "^2.0.0"
187
187
  },
188
188
  "browser": {