@helia/mfs 7.1.0 → 7.1.1-eb1908b3
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/index.min.js +1 -1
- package/dist/index.min.js.map +3 -3
- package/package.json +19 -18
- package/dist/typedoc-urls.json +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/mfs",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1-eb1908b3",
|
|
4
4
|
"description": "A mutable filesystem powered by Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
31
|
"types": "./dist/src/index.d.ts",
|
|
32
|
-
"import": "./dist/src/index.js"
|
|
32
|
+
"import": "./dist/src/index.js",
|
|
33
|
+
"module-sync": "./dist/src/index.js"
|
|
33
34
|
}
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
@@ -47,28 +48,28 @@
|
|
|
47
48
|
"test:electron-main": "aegir test -t electron-main"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@helia/unixfs": "
|
|
51
|
+
"@helia/unixfs": "7.2.1-eb1908b3",
|
|
51
52
|
"@libp2p/interface": "^3.2.0",
|
|
52
|
-
"interface-blockstore": "^6.0.
|
|
53
|
-
"interface-datastore": "^9.0.
|
|
54
|
-
"ipfs-unixfs": "^12.0.
|
|
55
|
-
"ipfs-unixfs-exporter": "^15.0.
|
|
53
|
+
"interface-blockstore": "^6.0.2",
|
|
54
|
+
"interface-datastore": "^9.0.3",
|
|
55
|
+
"ipfs-unixfs": "^12.0.1",
|
|
56
|
+
"ipfs-unixfs-exporter": "^15.0.4",
|
|
56
57
|
"ipfs-unixfs-importer": "^16.1.4",
|
|
57
|
-
"it-map": "^3.1.
|
|
58
|
-
"multiformats": "^13.4.
|
|
58
|
+
"it-map": "^3.1.5",
|
|
59
|
+
"multiformats": "^13.4.2"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@ipld/dag-pb": "^4.1.5",
|
|
62
|
-
"@libp2p/logger": "^6.
|
|
63
|
-
"aegir": "^47.
|
|
64
|
-
"blockstore-core": "^6.1.
|
|
65
|
-
"datastore-core": "^11.0.
|
|
63
|
+
"@libp2p/logger": "^6.2.4",
|
|
64
|
+
"aegir": "^47.1.5",
|
|
65
|
+
"blockstore-core": "^6.1.3",
|
|
66
|
+
"datastore-core": "^11.0.3",
|
|
66
67
|
"delay": "^7.0.0",
|
|
67
|
-
"it-all": "^3.0.
|
|
68
|
-
"it-drain": "^3.0.
|
|
69
|
-
"it-first": "^3.0.
|
|
70
|
-
"it-last": "^3.0.
|
|
71
|
-
"it-to-buffer": "^4.0.
|
|
68
|
+
"it-all": "^3.0.11",
|
|
69
|
+
"it-drain": "^3.0.12",
|
|
70
|
+
"it-first": "^3.0.11",
|
|
71
|
+
"it-last": "^3.0.11",
|
|
72
|
+
"it-to-buffer": "^4.0.12",
|
|
72
73
|
"uint8arrays": "^5.1.0"
|
|
73
74
|
},
|
|
74
75
|
"sideEffects": false
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
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.html",
|
|
15
|
-
".:mfs": "https://ipfs.github.io/helia/functions/_helia_mfs.mfs.html"
|
|
16
|
-
}
|