@helia/car 2.0.0 → 2.0.1-ece384a
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 +4 -4
- package/package.json +10 -26
- package/dist/typedoc-urls.json +0 -12
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://ipfs.tech)
|
|
10
10
|
[](https://discuss.ipfs.tech)
|
|
11
|
-
[](https://codecov.io/gh/ipfs/helia)
|
|
12
|
+
[](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain)
|
|
13
13
|
|
|
14
14
|
> Import/export car files from Helia
|
|
15
15
|
|
|
@@ -87,7 +87,7 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
87
87
|
|
|
88
88
|
# API Docs
|
|
89
89
|
|
|
90
|
-
- <https://ipfs.github.io/helia
|
|
90
|
+
- <https://ipfs.github.io/helia/modules/_helia_car.html>
|
|
91
91
|
|
|
92
92
|
# License
|
|
93
93
|
|
|
@@ -98,7 +98,7 @@ Licensed under either of
|
|
|
98
98
|
|
|
99
99
|
# Contribute
|
|
100
100
|
|
|
101
|
-
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia
|
|
101
|
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
|
|
102
102
|
|
|
103
103
|
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.
|
|
104
104
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/car",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1-ece384a",
|
|
4
4
|
"description": "Import/export car files from Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
|
-
"homepage": "https://github.com/ipfs/helia
|
|
6
|
+
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/ipfs/helia
|
|
9
|
+
"url": "git+https://github.com/ipfs/helia.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/ipfs/helia
|
|
12
|
+
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public",
|
|
@@ -20,22 +20,6 @@
|
|
|
20
20
|
],
|
|
21
21
|
"type": "module",
|
|
22
22
|
"types": "./dist/src/index.d.ts",
|
|
23
|
-
"typesVersions": {
|
|
24
|
-
"*": {
|
|
25
|
-
"*": [
|
|
26
|
-
"*",
|
|
27
|
-
"dist/*",
|
|
28
|
-
"dist/src/*",
|
|
29
|
-
"dist/src/*/index"
|
|
30
|
-
],
|
|
31
|
-
"src/*": [
|
|
32
|
-
"*",
|
|
33
|
-
"dist/*",
|
|
34
|
-
"dist/src/*",
|
|
35
|
-
"dist/src/*/index"
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
23
|
"files": [
|
|
40
24
|
"src",
|
|
41
25
|
"dist",
|
|
@@ -155,9 +139,9 @@
|
|
|
155
139
|
"release": "aegir release"
|
|
156
140
|
},
|
|
157
141
|
"dependencies": {
|
|
158
|
-
"@helia/interface": "
|
|
142
|
+
"@helia/interface": "3.0.1-ece384a",
|
|
159
143
|
"@ipld/car": "^5.1.1",
|
|
160
|
-
"@ipld/dag-pb": "^4.0.
|
|
144
|
+
"@ipld/dag-pb": "^4.0.3",
|
|
161
145
|
"@libp2p/interfaces": "^3.3.1",
|
|
162
146
|
"cborg": "^4.0.3",
|
|
163
147
|
"it-drain": "^3.0.5",
|
|
@@ -168,11 +152,11 @@
|
|
|
168
152
|
"progress-events": "^1.0.0"
|
|
169
153
|
},
|
|
170
154
|
"devDependencies": {
|
|
171
|
-
"@helia/unixfs": "
|
|
172
|
-
"aegir": "^42.0
|
|
173
|
-
"blockstore-core": "^4.
|
|
155
|
+
"@helia/unixfs": "2.0.1-ece384a",
|
|
156
|
+
"aegir": "^42.1.0",
|
|
157
|
+
"blockstore-core": "^4.3.8",
|
|
174
158
|
"interface-blockstore": "^5.2.9",
|
|
175
|
-
"ipfs-unixfs-importer": "^15.
|
|
159
|
+
"ipfs-unixfs-importer": "^15.2.3",
|
|
176
160
|
"it-to-buffer": "^4.0.2"
|
|
177
161
|
}
|
|
178
162
|
}
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Car": "https://ipfs.github.io/helia-car/interfaces/Car.html",
|
|
3
|
-
".:Car": "https://ipfs.github.io/helia-car/interfaces/Car.html",
|
|
4
|
-
"CarComponents": "https://ipfs.github.io/helia-car/interfaces/CarComponents.html",
|
|
5
|
-
".:CarComponents": "https://ipfs.github.io/helia-car/interfaces/CarComponents.html",
|
|
6
|
-
"CarInit": "https://ipfs.github.io/helia-car/interfaces/CarInit.html",
|
|
7
|
-
".:CarInit": "https://ipfs.github.io/helia-car/interfaces/CarInit.html",
|
|
8
|
-
"DAGWalker": "https://ipfs.github.io/helia-car/interfaces/DAGWalker.html",
|
|
9
|
-
".:DAGWalker": "https://ipfs.github.io/helia-car/interfaces/DAGWalker.html",
|
|
10
|
-
"car": "https://ipfs.github.io/helia-car/functions/car-1.html",
|
|
11
|
-
".:car": "https://ipfs.github.io/helia-car/functions/car-1.html"
|
|
12
|
-
}
|