@helia/ipns 7.2.2-a8fdfc2 → 7.2.2-e6bca0b

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/ipns",
3
- "version": "7.2.2-a8fdfc2",
3
+ "version": "7.2.2-e6bca0b",
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-a8fdfc2",
167
+ "@helia/interface": "4.3.0-e6bca0b",
168
168
  "@libp2p/interface": "^1.1.4",
169
169
  "@libp2p/kad-dht": "^12.0.8",
170
170
  "@libp2p/logger": "^4.0.7",
@@ -182,7 +182,7 @@
182
182
  "aegir": "^42.2.5",
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": {