@helia/unixfs 2.0.0 → 2.0.1
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 +4 -4
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/typedoc-urls.json +52 -52
- package/package.json +13 -13
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://ipfs.tech)
|
|
10
10
|
[](https://discuss.ipfs.tech)
|
|
11
|
-
[](https://codecov.io/gh/ipfs/helia)
|
|
12
|
+
[](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain)
|
|
13
13
|
|
|
14
14
|
> A Helia-compatible wrapper for UnixFS
|
|
15
15
|
|
|
@@ -72,7 +72,7 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
72
72
|
|
|
73
73
|
# API Docs
|
|
74
74
|
|
|
75
|
-
- <https://ipfs.github.io/helia
|
|
75
|
+
- <https://ipfs.github.io/helia/modules/_helia_unixfs.html>
|
|
76
76
|
|
|
77
77
|
# License
|
|
78
78
|
|
|
@@ -83,7 +83,7 @@ Licensed under either of
|
|
|
83
83
|
|
|
84
84
|
# Contribute
|
|
85
85
|
|
|
86
|
-
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia
|
|
86
|
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
|
|
87
87
|
|
|
88
88
|
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
|
|
89
89
|
|
package/dist/src/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/unixfs` is an implementation of a {@link https://github.com/ipfs/specs/blob/main/UNIXFS.md UnixFS filesystem} compatible with {@link https://github.com/ipfs/helia Helia}.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example Creating files and directories
|
|
9
9
|
*
|
package/dist/src/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/unixfs` is an implementation of a {@link https://github.com/ipfs/specs/blob/main/UNIXFS.md UnixFS filesystem} compatible with {@link https://github.com/ipfs/helia Helia}.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example Creating files and directories
|
|
9
9
|
*
|
package/dist/typedoc-urls.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AlreadyExistsError": "https://ipfs.github.io/helia
|
|
3
|
-
"./errors:AlreadyExistsError": "https://ipfs.github.io/helia
|
|
4
|
-
"DoesNotExistError": "https://ipfs.github.io/helia
|
|
5
|
-
"./errors:DoesNotExistError": "https://ipfs.github.io/helia
|
|
6
|
-
"InvalidPBNodeError": "https://ipfs.github.io/helia
|
|
7
|
-
"./errors:InvalidPBNodeError": "https://ipfs.github.io/helia
|
|
8
|
-
"InvalidParametersError": "https://ipfs.github.io/helia
|
|
9
|
-
"./errors:InvalidParametersError": "https://ipfs.github.io/helia
|
|
10
|
-
"NoContentError": "https://ipfs.github.io/helia
|
|
11
|
-
"./errors:NoContentError": "https://ipfs.github.io/helia
|
|
12
|
-
"NotADirectoryError": "https://ipfs.github.io/helia
|
|
13
|
-
"./errors:NotADirectoryError": "https://ipfs.github.io/helia
|
|
14
|
-
"NotAFileError": "https://ipfs.github.io/helia
|
|
15
|
-
"./errors:NotAFileError": "https://ipfs.github.io/helia
|
|
16
|
-
"NotUnixFSError": "https://ipfs.github.io/helia
|
|
17
|
-
"./errors:NotUnixFSError": "https://ipfs.github.io/helia
|
|
18
|
-
"UnixFSError": "https://ipfs.github.io/helia
|
|
19
|
-
"./errors:UnixFSError": "https://ipfs.github.io/helia
|
|
20
|
-
"UnknownError": "https://ipfs.github.io/helia
|
|
21
|
-
"./errors:UnknownError": "https://ipfs.github.io/helia
|
|
22
|
-
"AddOptions": "https://ipfs.github.io/helia
|
|
23
|
-
".:AddOptions": "https://ipfs.github.io/helia
|
|
24
|
-
"CatOptions": "https://ipfs.github.io/helia
|
|
25
|
-
".:CatOptions": "https://ipfs.github.io/helia
|
|
26
|
-
"ChmodOptions": "https://ipfs.github.io/helia
|
|
27
|
-
".:ChmodOptions": "https://ipfs.github.io/helia
|
|
28
|
-
"CpOptions": "https://ipfs.github.io/helia
|
|
29
|
-
".:CpOptions": "https://ipfs.github.io/helia
|
|
30
|
-
"LsOptions": "https://ipfs.github.io/helia
|
|
31
|
-
".:LsOptions": "https://ipfs.github.io/helia
|
|
32
|
-
"MkdirOptions": "https://ipfs.github.io/helia
|
|
33
|
-
".:MkdirOptions": "https://ipfs.github.io/helia
|
|
34
|
-
"RmOptions": "https://ipfs.github.io/helia
|
|
35
|
-
".:RmOptions": "https://ipfs.github.io/helia
|
|
36
|
-
"StatOptions": "https://ipfs.github.io/helia
|
|
37
|
-
".:StatOptions": "https://ipfs.github.io/helia
|
|
38
|
-
"TouchOptions": "https://ipfs.github.io/helia
|
|
39
|
-
".:TouchOptions": "https://ipfs.github.io/helia
|
|
40
|
-
"UnixFS": "https://ipfs.github.io/helia
|
|
41
|
-
".:UnixFS": "https://ipfs.github.io/helia
|
|
42
|
-
"UnixFSComponents": "https://ipfs.github.io/helia
|
|
43
|
-
".:UnixFSComponents": "https://ipfs.github.io/helia
|
|
44
|
-
"UnixFSStats": "https://ipfs.github.io/helia
|
|
45
|
-
".:UnixFSStats": "https://ipfs.github.io/helia
|
|
46
|
-
"AddEvents": "https://ipfs.github.io/helia
|
|
47
|
-
".:AddEvents": "https://ipfs.github.io/helia
|
|
48
|
-
"GetEvents": "https://ipfs.github.io/helia
|
|
49
|
-
".:GetEvents": "https://ipfs.github.io/helia
|
|
50
|
-
"globSource": "https://ipfs.github.io/helia
|
|
51
|
-
"unixfs": "https://ipfs.github.io/helia
|
|
52
|
-
".:unixfs": "https://ipfs.github.io/helia
|
|
53
|
-
"urlSource": "https://ipfs.github.io/helia
|
|
2
|
+
"AlreadyExistsError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.AlreadyExistsError.html",
|
|
3
|
+
"./errors:AlreadyExistsError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.AlreadyExistsError.html",
|
|
4
|
+
"DoesNotExistError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.DoesNotExistError.html",
|
|
5
|
+
"./errors:DoesNotExistError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.DoesNotExistError.html",
|
|
6
|
+
"InvalidPBNodeError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidPBNodeError.html",
|
|
7
|
+
"./errors:InvalidPBNodeError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidPBNodeError.html",
|
|
8
|
+
"InvalidParametersError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidParametersError.html",
|
|
9
|
+
"./errors:InvalidParametersError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidParametersError.html",
|
|
10
|
+
"NoContentError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NoContentError.html",
|
|
11
|
+
"./errors:NoContentError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NoContentError.html",
|
|
12
|
+
"NotADirectoryError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotADirectoryError.html",
|
|
13
|
+
"./errors:NotADirectoryError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotADirectoryError.html",
|
|
14
|
+
"NotAFileError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotAFileError.html",
|
|
15
|
+
"./errors:NotAFileError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotAFileError.html",
|
|
16
|
+
"NotUnixFSError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotUnixFSError.html",
|
|
17
|
+
"./errors:NotUnixFSError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.NotUnixFSError.html",
|
|
18
|
+
"UnixFSError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.UnixFSError.html",
|
|
19
|
+
"./errors:UnixFSError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.UnixFSError.html",
|
|
20
|
+
"UnknownError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.UnknownError.html",
|
|
21
|
+
"./errors:UnknownError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.UnknownError.html",
|
|
22
|
+
"AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.AddOptions.html",
|
|
23
|
+
".:AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.AddOptions.html",
|
|
24
|
+
"CatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.CatOptions.html",
|
|
25
|
+
".:CatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.CatOptions.html",
|
|
26
|
+
"ChmodOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ChmodOptions.html",
|
|
27
|
+
".:ChmodOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ChmodOptions.html",
|
|
28
|
+
"CpOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.CpOptions.html",
|
|
29
|
+
".:CpOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.CpOptions.html",
|
|
30
|
+
"LsOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.LsOptions.html",
|
|
31
|
+
".:LsOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.LsOptions.html",
|
|
32
|
+
"MkdirOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.MkdirOptions.html",
|
|
33
|
+
".:MkdirOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.MkdirOptions.html",
|
|
34
|
+
"RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RmOptions.html",
|
|
35
|
+
".:RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RmOptions.html",
|
|
36
|
+
"StatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.StatOptions.html",
|
|
37
|
+
".:StatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.StatOptions.html",
|
|
38
|
+
"TouchOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.TouchOptions.html",
|
|
39
|
+
".:TouchOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.TouchOptions.html",
|
|
40
|
+
"UnixFS": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFS.html",
|
|
41
|
+
".:UnixFS": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFS.html",
|
|
42
|
+
"UnixFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSComponents.html",
|
|
43
|
+
".:UnixFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSComponents.html",
|
|
44
|
+
"UnixFSStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html",
|
|
45
|
+
".:UnixFSStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSStats.html",
|
|
46
|
+
"AddEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddEvents.html",
|
|
47
|
+
".:AddEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddEvents.html",
|
|
48
|
+
"GetEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.GetEvents.html",
|
|
49
|
+
".:GetEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.GetEvents.html",
|
|
50
|
+
"globSource": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.globSource.html",
|
|
51
|
+
"unixfs": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.unixfs-1.html",
|
|
52
|
+
".:unixfs": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.unixfs-1.html",
|
|
53
|
+
"urlSource": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.urlSource.html"
|
|
54
54
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/unixfs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A Helia-compatible wrapper for UnixFS",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
|
-
"homepage": "https://github.com/ipfs/helia
|
|
6
|
+
"homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/ipfs/helia
|
|
9
|
+
"url": "git+https://github.com/ipfs/helia.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/ipfs/helia
|
|
12
|
+
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public",
|
|
@@ -159,10 +159,10 @@
|
|
|
159
159
|
"release": "aegir release"
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@helia/interface": "^3.0.
|
|
163
|
-
"@ipld/dag-pb": "^4.0.
|
|
164
|
-
"@libp2p/interface": "^1.
|
|
165
|
-
"@libp2p/logger": "^4.0.
|
|
162
|
+
"@helia/interface": "^3.0.1",
|
|
163
|
+
"@ipld/dag-pb": "^4.0.3",
|
|
164
|
+
"@libp2p/interface": "^1.1.1",
|
|
165
|
+
"@libp2p/logger": "^4.0.4",
|
|
166
166
|
"@multiformats/murmur3": "^2.1.2",
|
|
167
167
|
"hamt-sharding": "^3.0.2",
|
|
168
168
|
"ipfs-unixfs": "^11.0.0",
|
|
@@ -178,15 +178,15 @@
|
|
|
178
178
|
"uint8arrays": "^5.0.1"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
|
-
"aegir": "^42.0
|
|
182
|
-
"blockstore-core": "^4.
|
|
181
|
+
"aegir": "^42.1.0",
|
|
182
|
+
"blockstore-core": "^4.3.8",
|
|
183
183
|
"delay": "^6.0.0",
|
|
184
184
|
"interface-blockstore": "^5.2.9",
|
|
185
185
|
"iso-url": "^1.2.1",
|
|
186
|
-
"it-all": "^3.0.
|
|
187
|
-
"it-drain": "^3.0.
|
|
186
|
+
"it-all": "^3.0.4",
|
|
187
|
+
"it-drain": "^3.0.5",
|
|
188
188
|
"it-first": "^3.0.1",
|
|
189
|
-
"it-to-buffer": "^4.0.
|
|
189
|
+
"it-to-buffer": "^4.0.2",
|
|
190
190
|
"wherearewe": "^2.0.1"
|
|
191
191
|
},
|
|
192
192
|
"browser": {
|
package/src/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* `@helia/unixfs` is an implementation of a {@link https://github.com/ipfs/specs/blob/main/UNIXFS.md UnixFS filesystem} compatible with {@link https://github.com/ipfs/helia Helia}.
|
|
5
5
|
*
|
|
6
|
-
* See the
|
|
6
|
+
* See the [API docs](https://ipfs.github.io/helia/modules/_helia_unixfs.html) for all available operations.
|
|
7
7
|
*
|
|
8
8
|
* @example Creating files and directories
|
|
9
9
|
*
|