@zenfs/core 0.3.3 → 0.3.5
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/dist/FileIndex.d.ts +9 -7
- package/dist/FileIndex.js +9 -9
- package/dist/browser.min.js +3 -3
- package/dist/browser.min.js.map +3 -3
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -15,7 +15,7 @@ ZenFS is highly extensible, and includes a few built-in backends:
|
|
|
15
15
|
|
|
16
16
|
More backends can be defined by separate libraries, as long as they implement `FileSystem`.
|
|
17
17
|
|
|
18
|
-
ZenFS supports a number of other backends
|
|
18
|
+
ZenFS supports a number of other backends. Many are provided as seperate packages under `@zenfs`.
|
|
19
19
|
|
|
20
20
|
For more information, see the [API documentation for ZenFS](https://zen-fs.github.io/core).
|
|
21
21
|
|