@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 CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
10
10
  [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
11
- [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-unixfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-unixfs)
12
- [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-unixfs/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-unixfs/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
11
+ [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia)
12
+ [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](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-unixfs/modules/_helia_unixfs.html>
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-unixfs/issues).
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
 
@@ -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 {@link UnixFS UnixFS interface} for all available operations.
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 {@link UnixFS UnixFS interface} for all available operations.
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
  *
@@ -1,54 +1,54 @@
1
1
  {
2
- "AlreadyExistsError": "https://ipfs.github.io/helia-unixfs/classes/errors.AlreadyExistsError.html",
3
- "./errors:AlreadyExistsError": "https://ipfs.github.io/helia-unixfs/classes/errors.AlreadyExistsError.html",
4
- "DoesNotExistError": "https://ipfs.github.io/helia-unixfs/classes/errors.DoesNotExistError.html",
5
- "./errors:DoesNotExistError": "https://ipfs.github.io/helia-unixfs/classes/errors.DoesNotExistError.html",
6
- "InvalidPBNodeError": "https://ipfs.github.io/helia-unixfs/classes/errors.InvalidPBNodeError.html",
7
- "./errors:InvalidPBNodeError": "https://ipfs.github.io/helia-unixfs/classes/errors.InvalidPBNodeError.html",
8
- "InvalidParametersError": "https://ipfs.github.io/helia-unixfs/classes/errors.InvalidParametersError.html",
9
- "./errors:InvalidParametersError": "https://ipfs.github.io/helia-unixfs/classes/errors.InvalidParametersError.html",
10
- "NoContentError": "https://ipfs.github.io/helia-unixfs/classes/errors.NoContentError.html",
11
- "./errors:NoContentError": "https://ipfs.github.io/helia-unixfs/classes/errors.NoContentError.html",
12
- "NotADirectoryError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotADirectoryError.html",
13
- "./errors:NotADirectoryError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotADirectoryError.html",
14
- "NotAFileError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotAFileError.html",
15
- "./errors:NotAFileError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotAFileError.html",
16
- "NotUnixFSError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotUnixFSError.html",
17
- "./errors:NotUnixFSError": "https://ipfs.github.io/helia-unixfs/classes/errors.NotUnixFSError.html",
18
- "UnixFSError": "https://ipfs.github.io/helia-unixfs/classes/errors.UnixFSError.html",
19
- "./errors:UnixFSError": "https://ipfs.github.io/helia-unixfs/classes/errors.UnixFSError.html",
20
- "UnknownError": "https://ipfs.github.io/helia-unixfs/classes/errors.UnknownError.html",
21
- "./errors:UnknownError": "https://ipfs.github.io/helia-unixfs/classes/errors.UnknownError.html",
22
- "AddOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.AddOptions.html",
23
- ".:AddOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.AddOptions.html",
24
- "CatOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.CatOptions.html",
25
- ".:CatOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.CatOptions.html",
26
- "ChmodOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.ChmodOptions.html",
27
- ".:ChmodOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.ChmodOptions.html",
28
- "CpOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.CpOptions.html",
29
- ".:CpOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.CpOptions.html",
30
- "LsOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.LsOptions.html",
31
- ".:LsOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.LsOptions.html",
32
- "MkdirOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.MkdirOptions.html",
33
- ".:MkdirOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.MkdirOptions.html",
34
- "RmOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.RmOptions.html",
35
- ".:RmOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.RmOptions.html",
36
- "StatOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.StatOptions.html",
37
- ".:StatOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.StatOptions.html",
38
- "TouchOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.TouchOptions.html",
39
- ".:TouchOptions": "https://ipfs.github.io/helia-unixfs/interfaces/index.TouchOptions.html",
40
- "UnixFS": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFS.html",
41
- ".:UnixFS": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFS.html",
42
- "UnixFSComponents": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFSComponents.html",
43
- ".:UnixFSComponents": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFSComponents.html",
44
- "UnixFSStats": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFSStats.html",
45
- ".:UnixFSStats": "https://ipfs.github.io/helia-unixfs/interfaces/index.UnixFSStats.html",
46
- "AddEvents": "https://ipfs.github.io/helia-unixfs/types/index.AddEvents.html",
47
- ".:AddEvents": "https://ipfs.github.io/helia-unixfs/types/index.AddEvents.html",
48
- "GetEvents": "https://ipfs.github.io/helia-unixfs/types/index.GetEvents.html",
49
- ".:GetEvents": "https://ipfs.github.io/helia-unixfs/types/index.GetEvents.html",
50
- "globSource": "https://ipfs.github.io/helia-unixfs/functions/index.globSource.html",
51
- "unixfs": "https://ipfs.github.io/helia-unixfs/functions/index.unixfs-1.html",
52
- ".:unixfs": "https://ipfs.github.io/helia-unixfs/functions/index.unixfs-1.html",
53
- "urlSource": "https://ipfs.github.io/helia-unixfs/functions/index.urlSource.html"
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.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-unixfs/tree/main/packages/unixfs#readme",
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-unixfs.git"
9
+ "url": "git+https://github.com/ipfs/helia.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/ipfs/helia-unixfs/issues"
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.0",
163
- "@ipld/dag-pb": "^4.0.0",
164
- "@libp2p/interface": "^1.0.2",
165
- "@libp2p/logger": "^4.0.2",
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.1",
182
- "blockstore-core": "^4.0.1",
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.1",
187
- "it-drain": "^3.0.1",
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.1",
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 {@link UnixFS UnixFS interface} for all available operations.
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
  *