@helia/unixfs 5.0.3-41bcc88d → 5.0.3-7a52e951
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 +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ repo and examine the changes made.
|
|
|
30
30
|
|
|
31
31
|
-->
|
|
32
32
|
|
|
33
|
-
`@helia/unixfs` is an implementation of a
|
|
33
|
+
`@helia/unixfs` is an implementation of a filesystem compatible with Helia.
|
|
34
34
|
|
|
35
35
|
See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/unixfs",
|
|
3
|
-
"version": "5.0.3-
|
|
3
|
+
"version": "5.0.3-7a52e951",
|
|
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",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"test:electron-main": "aegir test -t electron-main"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@helia/interface": "5.3.2-
|
|
77
|
+
"@helia/interface": "5.3.2-7a52e951",
|
|
78
78
|
"@ipld/dag-pb": "^4.1.3",
|
|
79
79
|
"@libp2p/interface": "^2.2.1",
|
|
80
80
|
"@libp2p/logger": "^5.1.4",
|