@helia/unixfs 4.0.0-dff82ec → 4.0.0-e58e49c

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/unixfs",
3
- "version": "4.0.0-dff82ec",
3
+ "version": "4.0.0-e58e49c",
4
4
  "description": "A Helia-compatible wrapper for UnixFS",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
@@ -160,7 +160,7 @@
160
160
  "release": "aegir release"
161
161
  },
162
162
  "dependencies": {
163
- "@helia/interface": "5.0.0-dff82ec",
163
+ "@helia/interface": "5.0.0-e58e49c",
164
164
  "@ipld/dag-pb": "^4.1.0",
165
165
  "@libp2p/interface": "^2.0.0",
166
166
  "@libp2p/logger": "^5.0.0",
@@ -181,7 +181,7 @@
181
181
  "uint8arrays": "^5.0.2"
182
182
  },
183
183
  "devDependencies": {
184
- "aegir": "^44.0.1",
184
+ "aegir": "^45.0.1",
185
185
  "blockstore-core": "^5.0.0",
186
186
  "delay": "^6.0.0",
187
187
  "iso-url": "^1.2.1",