@helia/interop 5.1.0-a0d651c → 5.1.0-adc5589
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.
|
@@ -31,7 +31,7 @@ describe('@helia/ipns - dnslink', () => {
|
|
|
31
31
|
it(`should resolve ${domain}`, async () => {
|
|
32
32
|
const result = await name.resolveDNSLink(domain);
|
|
33
33
|
expect(result).to.have.property('cid');
|
|
34
|
-
})
|
|
34
|
+
});
|
|
35
35
|
});
|
|
36
36
|
});
|
|
37
37
|
//# sourceMappingURL=ipns-dnslink.spec.js.map
|
|
@@ -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,SAAS;IACT,gBAAgB;IAChB,0BAA0B;IAC1B,gBAAgB;IAChB,oBAAoB;IACpB,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,aAAa;IACb,qBAAqB;IACrB,aAAa;CACd,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,
|
|
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,SAAS;IACT,gBAAgB;IAChB,0BAA0B;IAC1B,gBAAgB;IAChB,oBAAoB;IACpB,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,aAAa;IACb,qBAAqB;IACrB,aAAa;CACd,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,CAAA;IACJ,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/interop",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-adc5589",
|
|
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": "2.0.2-
|
|
62
|
-
"@helia/car": "3.1.0-
|
|
63
|
-
"@helia/dag-cbor": "3.0.1-
|
|
64
|
-
"@helia/dag-json": "3.0.1-
|
|
65
|
-
"@helia/http": "1.0.2-
|
|
66
|
-
"@helia/interface": "4.0.1-
|
|
67
|
-
"@helia/ipns": "6.0.1-
|
|
68
|
-
"@helia/json": "3.0.1-
|
|
69
|
-
"@helia/mfs": "3.0.1-
|
|
70
|
-
"@helia/routers": "1.0.1-
|
|
71
|
-
"@helia/strings": "3.0.1-
|
|
72
|
-
"@helia/unixfs": "3.0.1-
|
|
61
|
+
"@helia/block-brokers": "2.0.2-adc5589",
|
|
62
|
+
"@helia/car": "3.1.0-adc5589",
|
|
63
|
+
"@helia/dag-cbor": "3.0.1-adc5589",
|
|
64
|
+
"@helia/dag-json": "3.0.1-adc5589",
|
|
65
|
+
"@helia/http": "1.0.2-adc5589",
|
|
66
|
+
"@helia/interface": "4.0.1-adc5589",
|
|
67
|
+
"@helia/ipns": "6.0.1-adc5589",
|
|
68
|
+
"@helia/json": "3.0.1-adc5589",
|
|
69
|
+
"@helia/mfs": "3.0.1-adc5589",
|
|
70
|
+
"@helia/routers": "1.0.1-adc5589",
|
|
71
|
+
"@helia/strings": "3.0.1-adc5589",
|
|
72
|
+
"@helia/unixfs": "3.0.1-adc5589",
|
|
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": "4.0.2-
|
|
83
|
+
"helia": "4.0.2-adc5589",
|
|
84
84
|
"ipfs-core-types": "^0.14.1",
|
|
85
85
|
"ipfs-unixfs-importer": "^15.2.4",
|
|
86
86
|
"ipfsd-ctl": "^13.0.0",
|