@helia/car 5.3.0 → 5.3.1-e27aa2de
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 +4 -4
- package/package.json +6 -6
- package/dist/typedoc-urls.json +0 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/car",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1-e27aa2de",
|
|
4
4
|
"description": "Import/export car files from Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"test:electron-main": "aegir test -t electron-main"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@helia/interface": "
|
|
51
|
-
"@helia/utils": "
|
|
50
|
+
"@helia/interface": "6.0.2-e27aa2de",
|
|
51
|
+
"@helia/utils": "2.3.1-e27aa2de",
|
|
52
52
|
"@ipld/car": "^5.4.2",
|
|
53
53
|
"@ipld/dag-pb": "^4.1.5",
|
|
54
54
|
"@libp2p/interface": "^3.1.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"race-signal": "^2.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@helia/mfs": "
|
|
69
|
-
"@helia/unixfs": "
|
|
68
|
+
"@helia/mfs": "6.0.3-e27aa2de",
|
|
69
|
+
"@helia/unixfs": "6.0.3-e27aa2de",
|
|
70
70
|
"@ipld/dag-cbor": "^9.2.5",
|
|
71
71
|
"@libp2p/logger": "^6.0.5",
|
|
72
72
|
"aegir": "^47.0.22",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"datastore-core": "^11.0.2",
|
|
75
75
|
"ipfs-unixfs-importer": "^16.0.1",
|
|
76
76
|
"it-all": "^3.0.9",
|
|
77
|
-
"it-foreach": "^2.1.
|
|
77
|
+
"it-foreach": "^2.1.5",
|
|
78
78
|
"it-length": "^3.0.9",
|
|
79
79
|
"sinon": "^21.0.0"
|
|
80
80
|
},
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"BlockExporter": "https://ipfs.github.io/helia/classes/_helia_car.BlockExporter.html",
|
|
3
|
-
"CIDPath": "https://ipfs.github.io/helia/classes/_helia_car.CIDPath.html",
|
|
4
|
-
"GraphSearch": "https://ipfs.github.io/helia/classes/_helia_car.GraphSearch.html",
|
|
5
|
-
"SubgraphExporter": "https://ipfs.github.io/helia/classes/_helia_car.SubgraphExporter.html",
|
|
6
|
-
"UnixFSExporter": "https://ipfs.github.io/helia/classes/_helia_car.UnixFSExporter.html",
|
|
7
|
-
"UnixFSPath": "https://ipfs.github.io/helia/classes/_helia_car.UnixFSPath.html",
|
|
8
|
-
"Car": "https://ipfs.github.io/helia/interfaces/_helia_car.Car.html",
|
|
9
|
-
".:Car": "https://ipfs.github.io/helia/interfaces/_helia_car.Car.html",
|
|
10
|
-
"CarComponents": "https://ipfs.github.io/helia/interfaces/_helia_car.CarComponents.html",
|
|
11
|
-
".:CarComponents": "https://ipfs.github.io/helia/interfaces/_helia_car.CarComponents.html",
|
|
12
|
-
"ExportCarOptions": "https://ipfs.github.io/helia/interfaces/_helia_car.ExportCarOptions.html",
|
|
13
|
-
".:ExportCarOptions": "https://ipfs.github.io/helia/interfaces/_helia_car.ExportCarOptions.html",
|
|
14
|
-
"ExportStrategy": "https://ipfs.github.io/helia/interfaces/_helia_car.ExportStrategy.html",
|
|
15
|
-
".:ExportStrategy": "https://ipfs.github.io/helia/interfaces/_helia_car.ExportStrategy.html",
|
|
16
|
-
"GraphSearchOptions": "https://ipfs.github.io/helia/interfaces/_helia_car.GraphSearchOptions.html",
|
|
17
|
-
"SubgraphExporterInit": "https://ipfs.github.io/helia/interfaces/_helia_car.SubgraphExporterInit.html",
|
|
18
|
-
"TraversalStrategy": "https://ipfs.github.io/helia/interfaces/_helia_car.TraversalStrategy.html",
|
|
19
|
-
".:TraversalStrategy": "https://ipfs.github.io/helia/interfaces/_helia_car.TraversalStrategy.html",
|
|
20
|
-
"UnixFSExporterOptions": "https://ipfs.github.io/helia/interfaces/_helia_car.UnixFSExporterOptions.html",
|
|
21
|
-
"car": "https://ipfs.github.io/helia/functions/_helia_car.car.html",
|
|
22
|
-
".:car": "https://ipfs.github.io/helia/functions/_helia_car.car.html"
|
|
23
|
-
}
|