@helia/interop 6.1.8-f5a03fc → 7.0.0-1b2934b
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.
|
@@ -20,8 +20,6 @@ export async function createHeliaNode(libp2pOptions) {
|
|
|
20
20
|
selectors: {
|
|
21
21
|
ipns: ipnsSelector
|
|
22
22
|
},
|
|
23
|
-
// skips waiting for the initial self-query to find peers
|
|
24
|
-
allowQueryWithZeroPeers: true,
|
|
25
23
|
protocol: '/ipfs/lan/kad/1.0.0',
|
|
26
24
|
peerInfoMapper: removePublicAddressesMapper,
|
|
27
25
|
clientMode: false
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-helia.js","sourceRoot":"","sources":["../../../src/fixtures/create-helia.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,MAAM,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAA;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAC5C,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAOnD,MAAM,CAAC,KAAK,UAAU,eAAe,CAAE,aAA6B;IAClE,MAAM,QAAQ,GAAG,cAAc,EAAE,CAAA;IACjC,QAAQ,CAAC,SAAS,GAAG;QACnB,MAAM,EAAE;YACN,oBAAoB;SACrB;KACF,CAAA;IACD,QAAQ,CAAC,QAAQ,GAAG;QAClB,GAAG,CAAC,QAAQ,CAAC,QAAQ,IAAI,EAAE,CAAC;QAC5B,GAAG,CAAC,aAAa,EAAE,QAAQ,IAAI,EAAE,CAAC;QAClC,GAAG,EAAE,MAAM,CAAC;YACV,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;aACpB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,YAAY;aACnB;YACD,
|
|
1
|
+
{"version":3,"file":"create-helia.js","sourceRoot":"","sources":["../../../src/fixtures/create-helia.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,EAAE,MAAM,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAA;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAC5C,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAOnD,MAAM,CAAC,KAAK,UAAU,eAAe,CAAE,aAA6B;IAClE,MAAM,QAAQ,GAAG,cAAc,EAAE,CAAA;IACjC,QAAQ,CAAC,SAAS,GAAG;QACnB,MAAM,EAAE;YACN,oBAAoB;SACrB;KACF,CAAA;IACD,QAAQ,CAAC,QAAQ,GAAG;QAClB,GAAG,CAAC,QAAQ,CAAC,QAAQ,IAAI,EAAE,CAAC;QAC5B,GAAG,CAAC,aAAa,EAAE,QAAQ,IAAI,EAAE,CAAC;QAClC,GAAG,EAAE,MAAM,CAAC;YACV,UAAU,EAAE;gBACV,IAAI,EAAE,aAAa;aACpB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,YAAY;aACnB;YACD,QAAQ,EAAE,qBAAqB;YAC/B,cAAc,EAAE,2BAA2B;YAC3C,UAAU,EAAE,KAAK;SAClB,CAAC;KACH,CAAA;IAED,kCAAkC;IAClC,QAAQ,CAAC,aAAa,GAAG,EAAE,CAAA;IAE3B,6CAA6C;IAC7C,oDAAoD;IACpD,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAA;IAChC,kDAAkD;IAClD,OAAO,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAA;IAC9B,6DAA6D;IAC7D,OAAO,QAAQ,CAAC,QAAQ,CAAC,gBAAgB,CAAA;IAEzC,OAAO,WAAW,CAAgC;QAChD,YAAY,EAAE;YACZ,OAAO,EAAE;SACV;QACD,MAAM,EAAE,QAAQ;QAChB,OAAO,EAAE;YACP,OAAO;SACR;KACF,CAAC,CAAA;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/interop",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-1b2934b",
|
|
4
4
|
"description": "Interop tests for Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"clean": "aegir clean",
|
|
48
48
|
"lint": "aegir lint",
|
|
49
49
|
"dep-check": "aegir dep-check",
|
|
50
|
+
"doc-check": "aegir doc-check",
|
|
50
51
|
"build": "aegir build",
|
|
51
52
|
"test": "aegir test",
|
|
52
53
|
"test:chrome": "aegir test -t browser --cov",
|
|
@@ -58,29 +59,29 @@
|
|
|
58
59
|
},
|
|
59
60
|
"dependencies": {
|
|
60
61
|
"@chainsafe/libp2p-gossipsub": "^14.0.0",
|
|
61
|
-
"@helia/block-brokers": "
|
|
62
|
-
"@helia/car": "
|
|
63
|
-
"@helia/dag-cbor": "
|
|
64
|
-
"@helia/dag-json": "
|
|
65
|
-
"@helia/http": "
|
|
66
|
-
"@helia/interface": "
|
|
67
|
-
"@helia/ipns": "
|
|
68
|
-
"@helia/json": "
|
|
69
|
-
"@helia/mfs": "
|
|
70
|
-
"@helia/routers": "
|
|
71
|
-
"@helia/strings": "
|
|
72
|
-
"@helia/unixfs": "
|
|
62
|
+
"@helia/block-brokers": "4.0.0-1b2934b",
|
|
63
|
+
"@helia/car": "4.0.0-1b2934b",
|
|
64
|
+
"@helia/dag-cbor": "4.0.0-1b2934b",
|
|
65
|
+
"@helia/dag-json": "4.0.0-1b2934b",
|
|
66
|
+
"@helia/http": "2.0.0-1b2934b",
|
|
67
|
+
"@helia/interface": "5.0.0-1b2934b",
|
|
68
|
+
"@helia/ipns": "8.0.0-1b2934b",
|
|
69
|
+
"@helia/json": "4.0.0-1b2934b",
|
|
70
|
+
"@helia/mfs": "4.0.0-1b2934b",
|
|
71
|
+
"@helia/routers": "2.0.0-1b2934b",
|
|
72
|
+
"@helia/strings": "4.0.0-1b2934b",
|
|
73
|
+
"@helia/unixfs": "4.0.0-1b2934b",
|
|
73
74
|
"@ipld/car": "^5.3.0",
|
|
74
75
|
"@ipld/dag-cbor": "^9.2.0",
|
|
75
76
|
"@libp2p/crypto": "^5.0.0",
|
|
76
77
|
"@libp2p/interface": "^2.0.0",
|
|
77
|
-
"@libp2p/kad-dht": "^
|
|
78
|
+
"@libp2p/kad-dht": "^14.0.0",
|
|
78
79
|
"@libp2p/keychain": "^5.0.2",
|
|
79
80
|
"@libp2p/peer-id": "^5.0.0",
|
|
80
81
|
"@libp2p/websockets": "^9.0.0",
|
|
81
82
|
"@multiformats/sha3": "^3.0.2",
|
|
82
83
|
"aegir": "^44.0.1",
|
|
83
|
-
"helia": "
|
|
84
|
+
"helia": "5.0.0-1b2934b",
|
|
84
85
|
"ipfs-unixfs-importer": "^15.2.4",
|
|
85
86
|
"ipfsd-ctl": "^15.0.0",
|
|
86
87
|
"ipns": "^10.0.0",
|
|
@@ -26,9 +26,6 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
|
|
|
26
26
|
selectors: {
|
|
27
27
|
ipns: ipnsSelector
|
|
28
28
|
},
|
|
29
|
-
// skips waiting for the initial self-query to find peers
|
|
30
|
-
allowQueryWithZeroPeers: true,
|
|
31
|
-
|
|
32
29
|
protocol: '/ipfs/lan/kad/1.0.0',
|
|
33
30
|
peerInfoMapper: removePublicAddressesMapper,
|
|
34
31
|
clientMode: false
|