@helia/car 2.0.0 → 2.0.1

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 CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
10
10
  [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
11
- [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-car.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-car)
12
- [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-car/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-car/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
11
+ [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia)
12
+ [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](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-car/modules/_helia_car.html>
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-car/issues).
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
 
@@ -1,12 +1,12 @@
1
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"
2
+ "Car": "https://ipfs.github.io/helia/interfaces/_helia_car.Car.html",
3
+ ".:Car": "https://ipfs.github.io/helia/interfaces/_helia_car.Car.html",
4
+ "CarComponents": "https://ipfs.github.io/helia/interfaces/_helia_car.CarComponents.html",
5
+ ".:CarComponents": "https://ipfs.github.io/helia/interfaces/_helia_car.CarComponents.html",
6
+ "CarInit": "https://ipfs.github.io/helia/interfaces/_helia_car.CarInit.html",
7
+ ".:CarInit": "https://ipfs.github.io/helia/interfaces/_helia_car.CarInit.html",
8
+ "DAGWalker": "https://ipfs.github.io/helia/interfaces/_helia_car.DAGWalker.html",
9
+ ".:DAGWalker": "https://ipfs.github.io/helia/interfaces/_helia_car.DAGWalker.html",
10
+ "car": "https://ipfs.github.io/helia/functions/_helia_car.car-1.html",
11
+ ".:car": "https://ipfs.github.io/helia/functions/_helia_car.car-1.html"
12
12
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@helia/car",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Import/export car files from Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/ipfs/helia-car/tree/main/packages/car#readme",
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-car.git"
9
+ "url": "git+https://github.com/ipfs/helia.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/ipfs/helia-car/issues"
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": "^3.0.0",
142
+ "@helia/interface": "^3.0.1",
159
143
  "@ipld/car": "^5.1.1",
160
- "@ipld/dag-pb": "^4.0.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": "^2.0.0",
172
- "aegir": "^42.0.1",
173
- "blockstore-core": "^4.0.1",
155
+ "@helia/unixfs": "^2.0.1",
156
+ "aegir": "^42.1.0",
157
+ "blockstore-core": "^4.3.8",
174
158
  "interface-blockstore": "^5.2.9",
175
- "ipfs-unixfs-importer": "^15.1.0",
159
+ "ipfs-unixfs-importer": "^15.2.3",
176
160
  "it-to-buffer": "^4.0.2"
177
161
  }
178
162
  }