@helia/car 4.1.1-e3522f5 → 4.1.2-41bcc88d

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.
@@ -7,7 +7,7 @@
7
7
  */
8
8
  export class SubgraphExporter {
9
9
  async *export(_cid, block) {
10
- for await (const [, linkedCid] of block.links()) {
10
+ for (const [, linkedCid] of block.links()) {
11
11
  yield linkedCid;
12
12
  }
13
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"subgraph-exporter.js","sourceRoot":"","sources":["../../../src/export-strategies/subgraph-exporter.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,MAAM,OAAO,gBAAgB;IAC3B,KAAK,CAAC,CAAE,MAAM,CAAE,IAAS,EAAE,KAAsC;QAC/D,IAAI,KAAK,EAAE,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAChD,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"subgraph-exporter.js","sourceRoot":"","sources":["../../../src/export-strategies/subgraph-exporter.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,MAAM,OAAO,gBAAgB;IAC3B,KAAK,CAAC,CAAE,MAAM,CAAE,IAAS,EAAE,KAAsC;QAC/D,KAAK,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAC1C,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
@@ -10,7 +10,7 @@ export class UnixFSExporter {
10
10
  throw new NotUnixFSError('Target CID was not UnixFS - use the SubGraphExporter to export arbitrary graphs');
11
11
  }
12
12
  // yield all the blocks that make up the file or directory
13
- for await (const [, linkedCid] of block.links()) {
13
+ for (const [, linkedCid] of block.links()) {
14
14
  yield linkedCid;
15
15
  }
16
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"unixfs-exporter.js","sourceRoot":"","sources":["../../../src/export-strategies/unixfs-exporter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAK7C;;;GAGG;AACH,MAAM,OAAO,cAAc;IACzB,KAAK,CAAC,CAAE,MAAM,CAAE,GAAQ,EAAE,KAAsC;QAC9D,IAAI,GAAG,CAAC,IAAI,KAAK,iBAAiB,IAAI,GAAG,CAAC,IAAI,KAAK,iBAAiB,EAAE,CAAC;YACrE,MAAM,IAAI,cAAc,CAAC,iFAAiF,CAAC,CAAA;QAC7G,CAAC;QAED,0DAA0D;QAC1D,IAAI,KAAK,EAAE,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAChD,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"unixfs-exporter.js","sourceRoot":"","sources":["../../../src/export-strategies/unixfs-exporter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAK7C;;;GAGG;AACH,MAAM,OAAO,cAAc;IACzB,KAAK,CAAC,CAAE,MAAM,CAAE,GAAQ,EAAE,KAAsC;QAC9D,IAAI,GAAG,CAAC,IAAI,KAAK,iBAAiB,IAAI,GAAG,CAAC,IAAI,KAAK,iBAAiB,EAAE,CAAC;YACrE,MAAM,IAAI,cAAc,CAAC,iFAAiF,CAAC,CAAA;QAC7G,CAAC;QAED,0DAA0D;QAC1D,KAAK,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAC1C,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
@@ -11,7 +11,7 @@ export class GraphSearch {
11
11
  return this.target.equals(cid);
12
12
  }
13
13
  async *traverse(cid, block) {
14
- for await (const [, linkedCid] of block.links()) {
14
+ for (const [, linkedCid] of block.links()) {
15
15
  yield linkedCid;
16
16
  }
17
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"graph-search.js","sourceRoot":"","sources":["../../../src/traversal-strategies/graph-search.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,MAAM,OAAO,WAAW;IACL,MAAM,CAAK;IAE5B,YAAa,MAAW;QACtB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED,QAAQ,CAAE,GAAQ;QAChB,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;IAChC,CAAC;IAED,KAAK,CAAC,CAAE,QAAQ,CAA6C,GAAQ,EAAE,KAAQ;QAC7E,IAAI,KAAK,EAAE,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAChD,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
1
+ {"version":3,"file":"graph-search.js","sourceRoot":"","sources":["../../../src/traversal-strategies/graph-search.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,MAAM,OAAO,WAAW;IACL,MAAM,CAAK;IAE5B,YAAa,MAAW;QACtB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED,QAAQ,CAAE,GAAQ;QAChB,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;IAChC,CAAC;IAED,KAAK,CAAC,CAAE,QAAQ,CAA6C,GAAQ,EAAE,KAAQ;QAC7E,KAAK,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,KAAK,CAAC,KAAK,EAAE,EAAE,CAAC;YAC1C,MAAM,SAAS,CAAA;QACjB,CAAC;IACH,CAAC;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/car",
3
- "version": "4.1.1-e3522f5",
3
+ "version": "4.1.2-41bcc88d",
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",
@@ -54,7 +54,7 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@helia/interface": "5.3.1-e3522f5",
57
+ "@helia/interface": "5.3.2-41bcc88d",
58
58
  "@ipld/car": "^5.3.3",
59
59
  "@ipld/dag-pb": "^4.1.3",
60
60
  "@libp2p/interface": "^2.2.1",
@@ -69,11 +69,11 @@
69
69
  "progress-events": "^1.0.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@helia/mfs": "5.0.2-e3522f5",
73
- "@helia/unixfs": "5.0.2-e3522f5",
72
+ "@helia/mfs": "5.0.3-41bcc88d",
73
+ "@helia/unixfs": "5.0.3-41bcc88d",
74
74
  "@ipld/dag-cbor": "^9.2.2",
75
75
  "@libp2p/logger": "^5.1.15",
76
- "aegir": "^46.0.1",
76
+ "aegir": "^47.0.7",
77
77
  "blockstore-core": "^5.0.2",
78
78
  "datastore-core": "^10.0.2",
79
79
  "ipfs-unixfs-importer": "^15.3.1",
@@ -11,7 +11,7 @@ import type { CID } from 'multiformats/cid'
11
11
  */
12
12
  export class SubgraphExporter implements ExportStrategy {
13
13
  async * export (_cid: CID, block: BlockView<any, any, any, 0 | 1>): AsyncGenerator<CID, void, undefined> {
14
- for await (const [, linkedCid] of block.links()) {
14
+ for (const [, linkedCid] of block.links()) {
15
15
  yield linkedCid
16
16
  }
17
17
  }
@@ -15,7 +15,7 @@ export class UnixFSExporter implements ExportStrategy {
15
15
  }
16
16
 
17
17
  // yield all the blocks that make up the file or directory
18
- for await (const [, linkedCid] of block.links()) {
18
+ for (const [, linkedCid] of block.links()) {
19
19
  yield linkedCid
20
20
  }
21
21
  }
@@ -18,7 +18,7 @@ export class GraphSearch implements TraversalStrategy {
18
18
  }
19
19
 
20
20
  async * traverse <T extends BlockView<any, any, any, 0 | 1>>(cid: CID, block: T): AsyncGenerator<CID, void, undefined> {
21
- for await (const [, linkedCid] of block.links()) {
21
+ for (const [, linkedCid] of block.links()) {
22
22
  yield linkedCid
23
23
  }
24
24
  }