@helia/mfs 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-mfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-mfs)
12
- [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-mfs/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-mfs/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 mutable filesystem powered by Helia
15
15
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  `@helia/mfs` is an implementation of a Mutable File System powered by Helia.
19
19
 
20
- See the interface for all available operations.
20
+ See the [API docs](https://ipfs.github.io/helia/modules/_helia_mfs.html) for all available operations.
21
21
 
22
22
  ## Example
23
23
 
@@ -58,7 +58,7 @@ Loading this module through a script tag will make it's exports available as `He
58
58
 
59
59
  # API Docs
60
60
 
61
- - <https://ipfs.github.io/helia-mfs/modules/_helia_mfs.html>
61
+ - <https://ipfs.github.io/helia/modules/_helia_mfs.html>
62
62
 
63
63
  # License
64
64
 
@@ -69,7 +69,7 @@ Licensed under either of
69
69
 
70
70
  # Contribute
71
71
 
72
- Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia-mfs/issues).
72
+ Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
73
73
 
74
74
  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.
75
75
 
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * `@helia/mfs` is an implementation of a {@link https://docs.ipfs.tech/concepts/file-systems/ Mutable File System} powered by {@link https://github.com/ipfs/helia Helia}.
5
5
  *
6
- * See the {@link MFS MFS interface} for all available operations.
6
+ * See the [API docs](https://ipfs.github.io/helia/modules/_helia_mfs.html) for all available operations.
7
7
  *
8
8
  * @example
9
9
  *
package/dist/src/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * `@helia/mfs` is an implementation of a {@link https://docs.ipfs.tech/concepts/file-systems/ Mutable File System} powered by {@link https://github.com/ipfs/helia Helia}.
5
5
  *
6
- * See the {@link MFS MFS interface} for all available operations.
6
+ * See the [API docs](https://ipfs.github.io/helia/modules/_helia_mfs.html) for all available operations.
7
7
  *
8
8
  * @example
9
9
  *
@@ -1,16 +1,16 @@
1
1
  {
2
- "MFS": "https://ipfs.github.io/helia-mfs/interfaces/MFS.html",
3
- ".:MFS": "https://ipfs.github.io/helia-mfs/interfaces/MFS.html",
4
- "MFSComponents": "https://ipfs.github.io/helia-mfs/interfaces/MFSComponents.html",
5
- ".:MFSComponents": "https://ipfs.github.io/helia-mfs/interfaces/MFSComponents.html",
6
- "MFSInit": "https://ipfs.github.io/helia-mfs/interfaces/MFSInit.html",
7
- ".:MFSInit": "https://ipfs.github.io/helia-mfs/interfaces/MFSInit.html",
8
- "RmOptions": "https://ipfs.github.io/helia-mfs/interfaces/RmOptions.html",
9
- ".:RmOptions": "https://ipfs.github.io/helia-mfs/interfaces/RmOptions.html",
10
- "MkdirOptions": "https://ipfs.github.io/helia-mfs/types/MkdirOptions.html",
11
- ".:MkdirOptions": "https://ipfs.github.io/helia-mfs/types/MkdirOptions.html",
12
- "WriteOptions": "https://ipfs.github.io/helia-mfs/types/WriteOptions.html",
13
- ".:WriteOptions": "https://ipfs.github.io/helia-mfs/types/WriteOptions.html",
14
- "mfs": "https://ipfs.github.io/helia-mfs/functions/mfs-1.html",
15
- ".:mfs": "https://ipfs.github.io/helia-mfs/functions/mfs-1.html"
2
+ "MFS": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFS.html",
3
+ ".:MFS": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFS.html",
4
+ "MFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFSComponents.html",
5
+ ".:MFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFSComponents.html",
6
+ "MFSInit": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFSInit.html",
7
+ ".:MFSInit": "https://ipfs.github.io/helia/interfaces/_helia_mfs.MFSInit.html",
8
+ "RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_mfs.RmOptions.html",
9
+ ".:RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_mfs.RmOptions.html",
10
+ "MkdirOptions": "https://ipfs.github.io/helia/types/_helia_mfs.MkdirOptions.html",
11
+ ".:MkdirOptions": "https://ipfs.github.io/helia/types/_helia_mfs.MkdirOptions.html",
12
+ "WriteOptions": "https://ipfs.github.io/helia/types/_helia_mfs.WriteOptions.html",
13
+ ".:WriteOptions": "https://ipfs.github.io/helia/types/_helia_mfs.WriteOptions.html",
14
+ "mfs": "https://ipfs.github.io/helia/functions/_helia_mfs.mfs-1.html",
15
+ ".:mfs": "https://ipfs.github.io/helia/functions/_helia_mfs.mfs-1.html"
16
16
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@helia/mfs",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A mutable filesystem powered by Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/ipfs/helia-mfs/tree/main/packages/mfs#readme",
6
+ "homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/ipfs/helia-mfs.git"
9
+ "url": "git+https://github.com/ipfs/helia.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/ipfs/helia-mfs/issues"
12
+ "url": "https://github.com/ipfs/helia/issues"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public",
@@ -139,8 +139,8 @@
139
139
  "release": "aegir release"
140
140
  },
141
141
  "dependencies": {
142
- "@helia/interface": "^3.0.0",
143
- "@helia/unixfs": "^2.0.0",
142
+ "@helia/interface": "^3.0.1",
143
+ "@helia/unixfs": "^2.0.1",
144
144
  "@libp2p/interfaces": "^3.3.1",
145
145
  "@libp2p/logger": "^4.0.4",
146
146
  "interface-datastore": "^8.2.2",
@@ -151,16 +151,16 @@
151
151
  },
152
152
  "devDependencies": {
153
153
  "@ipld/dag-pb": "^4.0.7",
154
- "aegir": "^42.0.1",
155
- "blockstore-core": "^4.0.1",
154
+ "aegir": "^42.1.0",
155
+ "blockstore-core": "^4.3.8",
156
156
  "datastore-core": "^9.2.0",
157
157
  "delay": "^6.0.0",
158
158
  "interface-blockstore": "^5.2.9",
159
- "it-all": "^3.0.1",
160
- "it-drain": "^3.0.1",
159
+ "it-all": "^3.0.4",
160
+ "it-drain": "^3.0.5",
161
161
  "it-first": "^3.0.1",
162
162
  "it-last": "^3.0.4",
163
- "it-to-buffer": "^4.0.1",
163
+ "it-to-buffer": "^4.0.2",
164
164
  "uint8arrays": "^5.0.1"
165
165
  }
166
166
  }
package/src/index.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * `@helia/mfs` is an implementation of a {@link https://docs.ipfs.tech/concepts/file-systems/ Mutable File System} powered by {@link https://github.com/ipfs/helia Helia}.
5
5
  *
6
- * See the {@link MFS MFS interface} for all available operations.
6
+ * See the [API docs](https://ipfs.github.io/helia/modules/_helia_mfs.html) for all available operations.
7
7
  *
8
8
  * @example
9
9
  *