@helia/unixfs 7.2.0 → 7.2.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 +21 -19
- package/dist/typedoc-urls.json +0 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/unixfs",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1-eb1908b3",
|
|
4
4
|
"description": "A Helia-compatible wrapper for UnixFS",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
|
|
@@ -45,11 +45,13 @@
|
|
|
45
45
|
"exports": {
|
|
46
46
|
".": {
|
|
47
47
|
"types": "./dist/src/index.d.ts",
|
|
48
|
-
"import": "./dist/src/index.js"
|
|
48
|
+
"import": "./dist/src/index.js",
|
|
49
|
+
"module-sync": "./dist/src/index.js"
|
|
49
50
|
},
|
|
50
51
|
"./errors": {
|
|
51
52
|
"types": "./dist/src/errors.d.ts",
|
|
52
|
-
"import": "./dist/src/errors.js"
|
|
53
|
+
"import": "./dist/src/errors.js",
|
|
54
|
+
"module-sync": "./dist/src/errors.js"
|
|
53
55
|
}
|
|
54
56
|
},
|
|
55
57
|
"scripts": {
|
|
@@ -67,33 +69,33 @@
|
|
|
67
69
|
"test:electron-main": "aegir test -t electron-main"
|
|
68
70
|
},
|
|
69
71
|
"dependencies": {
|
|
70
|
-
"@helia/interface": "
|
|
72
|
+
"@helia/interface": "6.2.1-eb1908b3",
|
|
71
73
|
"@ipld/dag-pb": "^4.1.5",
|
|
72
74
|
"@libp2p/interface": "^3.2.0",
|
|
73
|
-
"@libp2p/logger": "^6.
|
|
74
|
-
"@libp2p/utils": "^7.0.
|
|
75
|
-
"@multiformats/murmur3": "^2.
|
|
76
|
-
"interface-blockstore": "^6.0.
|
|
75
|
+
"@libp2p/logger": "^6.2.4",
|
|
76
|
+
"@libp2p/utils": "^7.0.15",
|
|
77
|
+
"@multiformats/murmur3": "^2.2.2",
|
|
78
|
+
"interface-blockstore": "^6.0.2",
|
|
77
79
|
"ipfs-unixfs": "^12.0.1",
|
|
78
|
-
"ipfs-unixfs-exporter": "^15.0.
|
|
80
|
+
"ipfs-unixfs-exporter": "^15.0.4",
|
|
79
81
|
"ipfs-unixfs-importer": "^16.1.4",
|
|
80
|
-
"it-all": "^3.0.
|
|
81
|
-
"it-first": "^3.0.
|
|
82
|
-
"it-glob": "^3.0.
|
|
83
|
-
"it-last": "^3.0.
|
|
82
|
+
"it-all": "^3.0.11",
|
|
83
|
+
"it-first": "^3.0.11",
|
|
84
|
+
"it-glob": "^3.0.5",
|
|
85
|
+
"it-last": "^3.0.11",
|
|
84
86
|
"it-pipe": "^3.0.1",
|
|
85
|
-
"it-to-buffer": "^4.0.
|
|
86
|
-
"multiformats": "^13.4.
|
|
87
|
-
"progress-events": "^1.0
|
|
87
|
+
"it-to-buffer": "^4.0.12",
|
|
88
|
+
"multiformats": "^13.4.2",
|
|
89
|
+
"progress-events": "^1.1.0",
|
|
88
90
|
"sparse-array": "^1.3.2",
|
|
89
91
|
"uint8arrays": "^5.1.0"
|
|
90
92
|
},
|
|
91
93
|
"devDependencies": {
|
|
92
|
-
"aegir": "^47.
|
|
93
|
-
"blockstore-core": "^6.1.
|
|
94
|
+
"aegir": "^47.1.5",
|
|
95
|
+
"blockstore-core": "^6.1.3",
|
|
94
96
|
"delay": "^7.0.0",
|
|
95
97
|
"iso-url": "^1.2.1",
|
|
96
|
-
"it-drain": "^3.0.
|
|
98
|
+
"it-drain": "^3.0.12",
|
|
97
99
|
"wherearewe": "^2.0.1"
|
|
98
100
|
},
|
|
99
101
|
"browser": {
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
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
|
-
"InvalidParametersError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidParametersError.html",
|
|
7
|
-
"./errors:InvalidParametersError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidParametersError.html",
|
|
8
|
-
"InvalidPBNodeError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidPBNodeError.html",
|
|
9
|
-
"./errors:InvalidPBNodeError": "https://ipfs.github.io/helia/classes/_helia_unixfs.errors.InvalidPBNodeError.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
|
-
"DirectoryStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.DirectoryStats.html",
|
|
31
|
-
".:DirectoryStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.DirectoryStats.html",
|
|
32
|
-
"ExtendedDirectoryStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedDirectoryStats.html",
|
|
33
|
-
".:ExtendedDirectoryStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedDirectoryStats.html",
|
|
34
|
-
"ExtendedFileStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedFileStats.html",
|
|
35
|
-
".:ExtendedFileStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedFileStats.html",
|
|
36
|
-
"ExtendedRawStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedRawStats.html",
|
|
37
|
-
".:ExtendedRawStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedRawStats.html",
|
|
38
|
-
"ExtendedStatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedStatOptions.html",
|
|
39
|
-
".:ExtendedStatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedStatOptions.html",
|
|
40
|
-
"ExtendedStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedStats.html",
|
|
41
|
-
".:ExtendedStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.ExtendedStats.html",
|
|
42
|
-
"FileCandidate": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.FileCandidate.html",
|
|
43
|
-
".:FileCandidate": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.FileCandidate.html",
|
|
44
|
-
"FileStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.FileStats.html",
|
|
45
|
-
".:FileStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.FileStats.html",
|
|
46
|
-
"GlobSourceOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.GlobSourceOptions.html",
|
|
47
|
-
"GlobSourceResult": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.GlobSourceResult.html",
|
|
48
|
-
"LsOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.LsOptions.html",
|
|
49
|
-
".:LsOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.LsOptions.html",
|
|
50
|
-
"MkdirOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.MkdirOptions.html",
|
|
51
|
-
".:MkdirOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.MkdirOptions.html",
|
|
52
|
-
"RawStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RawStats.html",
|
|
53
|
-
".:RawStats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RawStats.html",
|
|
54
|
-
"RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RmOptions.html",
|
|
55
|
-
".:RmOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.RmOptions.html",
|
|
56
|
-
"StatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.StatOptions.html",
|
|
57
|
-
".:StatOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.StatOptions.html",
|
|
58
|
-
"Stats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.Stats.html",
|
|
59
|
-
".:Stats": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.Stats.html",
|
|
60
|
-
"TouchOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.TouchOptions.html",
|
|
61
|
-
".:TouchOptions": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.TouchOptions.html",
|
|
62
|
-
"UnixFS": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFS.html",
|
|
63
|
-
".:UnixFS": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFS.html",
|
|
64
|
-
"UnixFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSComponents.html",
|
|
65
|
-
".:UnixFSComponents": "https://ipfs.github.io/helia/interfaces/_helia_unixfs.index.UnixFSComponents.html",
|
|
66
|
-
"AddEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddEvents.html",
|
|
67
|
-
".:AddEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddEvents.html",
|
|
68
|
-
"AddFileOptions": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddFileOptions.html",
|
|
69
|
-
".:AddFileOptions": "https://ipfs.github.io/helia/types/_helia_unixfs.index.AddFileOptions.html",
|
|
70
|
-
"GetEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.GetEvents.html",
|
|
71
|
-
".:GetEvents": "https://ipfs.github.io/helia/types/_helia_unixfs.index.GetEvents.html",
|
|
72
|
-
"globSource": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.globSource.html",
|
|
73
|
-
"unixfs": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.unixfs.html",
|
|
74
|
-
".:unixfs": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.unixfs.html",
|
|
75
|
-
"urlSource": "https://ipfs.github.io/helia/functions/_helia_unixfs.index.urlSource.html"
|
|
76
|
-
}
|