@helia/dnslink 1.2.0 → 1.2.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/dnslink",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-eb1908b3",
4
4
  "description": "DNSLink operations using Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/dnslink#readme",
@@ -20,22 +20,6 @@
20
20
  ],
21
21
  "type": "module",
22
22
  "types": "./dist/src/index.d.ts",
23
- "typesVersions": {
24
- "*": {
25
- "*": [
26
- "*",
27
- "dist/*",
28
- "dist/src/*",
29
- "dist/src/*/index"
30
- ],
31
- "src/*": [
32
- "*",
33
- "dist/*",
34
- "dist/src/*",
35
- "dist/src/*/index"
36
- ]
37
- }
38
- },
39
23
  "files": [
40
24
  "src",
41
25
  "dist",
@@ -45,7 +29,8 @@
45
29
  "exports": {
46
30
  ".": {
47
31
  "types": "./dist/src/index.d.ts",
48
- "import": "./dist/src/index.js"
32
+ "import": "./dist/src/index.js",
33
+ "module-sync": "./dist/src/index.js"
49
34
  }
50
35
  },
51
36
  "scripts": {
@@ -66,15 +51,15 @@
66
51
  "dependencies": {
67
52
  "@libp2p/interface": "^3.2.0",
68
53
  "@libp2p/peer-id": "^6.0.6",
69
- "@multiformats/dns": "^1.0.9",
70
- "multiformats": "^13.4.1",
71
- "progress-events": "^1.0.1",
54
+ "@multiformats/dns": "^1.0.13",
55
+ "multiformats": "^13.4.2",
56
+ "progress-events": "^1.1.0",
72
57
  "quick-lru": "^7.3.0"
73
58
  },
74
59
  "devDependencies": {
75
- "@libp2p/logger": "^6.0.5",
60
+ "@libp2p/logger": "^6.2.4",
76
61
  "@types/dns-packet": "^5.6.5",
77
- "aegir": "^47.0.22",
62
+ "aegir": "^47.1.5",
78
63
  "delay": "^7.0.0",
79
64
  "sinon-ts": "^2.0.0"
80
65
  },
@@ -1,22 +0,0 @@
1
- {
2
- "DNSLink": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLink.html",
3
- ".:DNSLink": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLink.html",
4
- "DNSLinkComponents": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkComponents.html",
5
- ".:DNSLinkComponents": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkComponents.html",
6
- "DNSLinkDNSLinkResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkDNSLinkResult.html",
7
- ".:DNSLinkDNSLinkResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkDNSLinkResult.html",
8
- "DNSLinkIPFSResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkIPFSResult.html",
9
- ".:DNSLinkIPFSResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkIPFSResult.html",
10
- "DNSLinkIPNSResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkIPNSResult.html",
11
- ".:DNSLinkIPNSResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkIPNSResult.html",
12
- "DNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkOptions.html",
13
- ".:DNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkOptions.html",
14
- "DNSLinkParser": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkParser.html",
15
- ".:DNSLinkParser": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkParser.html",
16
- "DNSLinkResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkResolveResult.html",
17
- ".:DNSLinkResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.DNSLinkResolveResult.html",
18
- "ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.ResolveDNSLinkOptions.html",
19
- ".:ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_dnslink.ResolveDNSLinkOptions.html",
20
- "dnsLink": "https://ipfs.github.io/helia/functions/_helia_dnslink.dnsLink.html",
21
- ".:dnsLink": "https://ipfs.github.io/helia/functions/_helia_dnslink.dnsLink.html"
22
- }