@helia/car 5.4.0 → 5.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/car",
3
- "version": "5.4.0",
3
+ "version": "5.4.1-eb1908b3",
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",
@@ -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,36 +48,36 @@
47
48
  "test:electron-main": "aegir test -t electron-main"
48
49
  },
49
50
  "dependencies": {
50
- "@helia/interface": "^6.2.0",
51
- "@helia/utils": "^2.5.0",
52
- "@ipld/car": "^5.4.2",
51
+ "@helia/interface": "6.2.1-eb1908b3",
52
+ "@helia/utils": "2.5.1-eb1908b3",
53
+ "@ipld/car": "^5.4.3",
53
54
  "@ipld/dag-pb": "^4.1.5",
54
55
  "@libp2p/interface": "^3.2.0",
55
- "@libp2p/utils": "^7.0.5",
56
- "any-signal": "^4.1.1",
57
- "interface-blockstore": "^6.0.1",
58
- "ipfs-unixfs": "^12.0.0",
59
- "ipfs-unixfs-exporter": "^15.0.2",
60
- "it-drain": "^3.0.10",
61
- "it-map": "^3.1.4",
62
- "it-to-buffer": "^4.0.10",
63
- "multiformats": "^13.4.1",
64
- "progress-events": "^1.0.1",
56
+ "@libp2p/utils": "^7.0.15",
57
+ "any-signal": "^4.2.0",
58
+ "interface-blockstore": "^6.0.2",
59
+ "ipfs-unixfs": "^12.0.1",
60
+ "ipfs-unixfs-exporter": "^15.0.4",
61
+ "it-drain": "^3.0.12",
62
+ "it-map": "^3.1.5",
63
+ "it-to-buffer": "^4.0.12",
64
+ "multiformats": "^13.4.2",
65
+ "progress-events": "^1.1.0",
65
66
  "race-signal": "^2.0.0"
66
67
  },
67
68
  "devDependencies": {
68
- "@helia/mfs": "^7.1.0",
69
- "@helia/unixfs": "^7.2.0",
70
- "@ipld/dag-cbor": "^9.2.5",
71
- "@libp2p/logger": "^6.0.5",
72
- "aegir": "^47.0.22",
73
- "blockstore-core": "^6.1.1",
74
- "datastore-core": "^11.0.2",
75
- "ipfs-unixfs-importer": "^16.0.1",
76
- "it-all": "^3.0.9",
77
- "it-foreach": "^2.1.5",
78
- "it-length": "^3.0.9",
79
- "sinon": "^21.0.0"
69
+ "@helia/mfs": "7.1.1-eb1908b3",
70
+ "@helia/unixfs": "7.2.1-eb1908b3",
71
+ "@ipld/dag-cbor": "^9.2.6",
72
+ "@libp2p/logger": "^6.2.4",
73
+ "aegir": "^47.1.5",
74
+ "blockstore-core": "^6.1.3",
75
+ "datastore-core": "^11.0.3",
76
+ "ipfs-unixfs-importer": "^16.1.4",
77
+ "it-all": "^3.0.11",
78
+ "it-foreach": "^2.1.6",
79
+ "it-length": "^3.0.11",
80
+ "sinon": "^21.1.0"
80
81
  },
81
82
  "sideEffects": false
82
83
  }
@@ -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
- }