@helia/mfs 3.0.6-3577d3d → 3.0.6-5fab3a3
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ $ npm i @helia/mfs
|
|
|
65
65
|
|
|
66
66
|
## Browser `<script>` tag
|
|
67
67
|
|
|
68
|
-
Loading this module through a script tag will make
|
|
68
|
+
Loading this module through a script tag will make its exports available as `HeliaMfs` in the global namespace.
|
|
69
69
|
|
|
70
70
|
```html
|
|
71
71
|
<script src="https://unpkg.com/@helia/mfs/dist/index.min.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/mfs",
|
|
3
|
-
"version": "3.0.6-
|
|
3
|
+
"version": "3.0.6-5fab3a3",
|
|
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",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"release": "aegir release"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@helia/unixfs": "3.0.6-
|
|
142
|
+
"@helia/unixfs": "3.0.6-5fab3a3",
|
|
143
143
|
"@libp2p/interfaces": "^3.3.2",
|
|
144
144
|
"@libp2p/logger": "^4.0.7",
|
|
145
145
|
"interface-blockstore": "^5.2.10",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@ipld/dag-pb": "^4.1.0",
|
|
154
|
-
"aegir": "^
|
|
154
|
+
"aegir": "^43.0.1",
|
|
155
155
|
"blockstore-core": "^4.4.0",
|
|
156
156
|
"datastore-core": "^9.2.9",
|
|
157
157
|
"delay": "^6.0.0",
|