@helia/interop 6.1.3 → 6.1.4-21ef20c
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.
|
@@ -3,17 +3,9 @@ import { ipns } from '@helia/ipns';
|
|
|
3
3
|
import { expect } from 'aegir/chai';
|
|
4
4
|
import { createHeliaNode } from './fixtures/create-helia.js';
|
|
5
5
|
const TEST_DOMAINS = [
|
|
6
|
-
'ipfs.
|
|
6
|
+
'ipfs.tech',
|
|
7
7
|
'docs.ipfs.tech',
|
|
8
|
-
'en.wikipedia-on-ipfs.org'
|
|
9
|
-
'blog.libp2p.io',
|
|
10
|
-
'consensuslab.world',
|
|
11
|
-
'n0.computer',
|
|
12
|
-
'protocol.ai',
|
|
13
|
-
'research.protocol.ai',
|
|
14
|
-
'probelab.io',
|
|
15
|
-
'singularity.storage',
|
|
16
|
-
'saturn.tech'
|
|
8
|
+
'en.wikipedia-on-ipfs.org'
|
|
17
9
|
];
|
|
18
10
|
describe('@helia/ipns - dnslink', () => {
|
|
19
11
|
let helia;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ipns-dnslink.spec.js","sourceRoot":"","sources":["../../src/ipns-dnslink.spec.ts"],"names":[],"mappings":"AAAA,sBAAsB;AAEtB,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAI5D,MAAM,YAAY,GAAa;IAC7B,
|
|
1
|
+
{"version":3,"file":"ipns-dnslink.spec.js","sourceRoot":"","sources":["../../src/ipns-dnslink.spec.ts"],"names":[],"mappings":"AAAA,sBAAsB;AAEtB,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAI5D,MAAM,YAAY,GAAa;IAC7B,WAAW;IACX,gBAAgB;IAChB,0BAA0B;CAC3B,CAAA;AAED,QAAQ,CAAC,uBAAuB,EAAE,GAAG,EAAE;IACrC,IAAI,KAAkB,CAAA;IACtB,IAAI,IAAU,CAAA;IAEd,UAAU,CAAC,KAAK,IAAI,EAAE;QACpB,KAAK,GAAG,MAAM,eAAe,EAAE,CAAA;QAC/B,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAA;IACpB,CAAC,CAAC,CAAA;IAEF,SAAS,CAAC,KAAK,IAAI,EAAE;QACnB,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAClB,MAAM,KAAK,CAAC,IAAI,EAAE,CAAA;QACpB,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QAC5B,EAAE,CAAC,kBAAkB,MAAM,EAAE,EAAE,KAAK,IAAI,EAAE;YACxC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,CAAA;YAEhD,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;QACxC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAA;IACf,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/interop",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4-21ef20c",
|
|
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",
|
|
@@ -58,18 +58,18 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@chainsafe/libp2p-gossipsub": "^13.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": "
|
|
61
|
+
"@helia/block-brokers": "3.0.1-21ef20c",
|
|
62
|
+
"@helia/car": "3.1.5-21ef20c",
|
|
63
|
+
"@helia/dag-cbor": "3.0.4-21ef20c",
|
|
64
|
+
"@helia/dag-json": "3.0.4-21ef20c",
|
|
65
|
+
"@helia/http": "1.0.8-21ef20c",
|
|
66
|
+
"@helia/interface": "4.3.0-21ef20c",
|
|
67
|
+
"@helia/ipns": "7.2.2-21ef20c",
|
|
68
|
+
"@helia/json": "3.0.4-21ef20c",
|
|
69
|
+
"@helia/mfs": "3.0.6-21ef20c",
|
|
70
|
+
"@helia/routers": "1.1.0-21ef20c",
|
|
71
|
+
"@helia/strings": "3.0.4-21ef20c",
|
|
72
|
+
"@helia/unixfs": "3.0.6-21ef20c",
|
|
73
73
|
"@ipld/car": "^5.3.0",
|
|
74
74
|
"@ipld/dag-cbor": "^9.2.0",
|
|
75
75
|
"@libp2p/interface": "^1.1.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@libp2p/websockets": "^8.0.16",
|
|
81
81
|
"@multiformats/sha3": "^3.0.2",
|
|
82
82
|
"aegir": "^42.2.5",
|
|
83
|
-
"helia": "
|
|
83
|
+
"helia": "4.2.2-21ef20c",
|
|
84
84
|
"ipfs-unixfs-importer": "^15.2.4",
|
|
85
85
|
"ipfsd-ctl": "^14.0.0",
|
|
86
86
|
"it-all": "^3.0.4",
|
package/src/ipns-dnslink.spec.ts
CHANGED
|
@@ -7,17 +7,9 @@ import type { IPNS } from '@helia/ipns'
|
|
|
7
7
|
import type { HeliaLibp2p } from 'helia'
|
|
8
8
|
|
|
9
9
|
const TEST_DOMAINS: string[] = [
|
|
10
|
-
'ipfs.
|
|
10
|
+
'ipfs.tech',
|
|
11
11
|
'docs.ipfs.tech',
|
|
12
|
-
'en.wikipedia-on-ipfs.org'
|
|
13
|
-
'blog.libp2p.io',
|
|
14
|
-
'consensuslab.world',
|
|
15
|
-
'n0.computer',
|
|
16
|
-
'protocol.ai',
|
|
17
|
-
'research.protocol.ai',
|
|
18
|
-
'probelab.io',
|
|
19
|
-
'singularity.storage',
|
|
20
|
-
'saturn.tech'
|
|
12
|
+
'en.wikipedia-on-ipfs.org'
|
|
21
13
|
]
|
|
22
14
|
|
|
23
15
|
describe('@helia/ipns - dnslink', () => {
|