@helia/mfs 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/mfs",
3
- "version": "4.0.0-dff82ec",
3
+ "version": "4.0.0-e58e49c",
4
4
  "description": "A mutable filesystem powered by Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
@@ -140,7 +140,7 @@
140
140
  "release": "aegir release"
141
141
  },
142
142
  "dependencies": {
143
- "@helia/unixfs": "4.0.0-dff82ec",
143
+ "@helia/unixfs": "4.0.0-e58e49c",
144
144
  "@libp2p/interface": "^2.0.0",
145
145
  "@libp2p/logger": "^5.0.0",
146
146
  "interface-blockstore": "^5.2.10",
@@ -152,7 +152,7 @@
152
152
  },
153
153
  "devDependencies": {
154
154
  "@ipld/dag-pb": "^4.1.0",
155
- "aegir": "^44.0.1",
155
+ "aegir": "^45.0.1",
156
156
  "blockstore-core": "^5.0.0",
157
157
  "datastore-core": "^10.0.0",
158
158
  "delay": "^6.0.0",