@helia/dnslink 0.0.0 → 1.0.0-9c67dbd4

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": "0.0.0",
3
+ "version": "1.0.0-9c67dbd4",
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",
@@ -12,7 +12,8 @@
12
12
  "url": "https://github.com/ipfs/helia/issues"
13
13
  },
14
14
  "publishConfig": {
15
- "access": "public"
15
+ "access": "public",
16
+ "provenance": true
16
17
  },
17
18
  "keywords": [
18
19
  "IPFS"
@@ -54,7 +55,6 @@
54
55
  "doc-check": "aegir doc-check",
55
56
  "build": "aegir build",
56
57
  "docs": "aegir docs",
57
- "generate": "protons ./src/pb/metadata.proto",
58
58
  "test": "aegir test",
59
59
  "test:chrome": "aegir test -t browser --cov",
60
60
  "test:chrome-webworker": "aegir test -t webworker",
@@ -64,31 +64,16 @@
64
64
  "test:electron-main": "aegir test -t electron-main"
65
65
  },
66
66
  "dependencies": {
67
- "@libp2p/crypto": "^5.1.7",
68
- "@helia/interface": "^5.4.0",
69
67
  "@libp2p/interface": "^3.0.2",
70
- "@libp2p/kad-dht": "^16.0.5",
71
- "@libp2p/keychain": "^6.0.5",
72
- "@libp2p/logger": "^6.0.5",
73
68
  "@libp2p/peer-id": "^6.0.3",
74
- "@libp2p/utils": "^7.0.5",
75
69
  "@multiformats/dns": "^1.0.9",
76
- "interface-datastore": "^9.0.2",
77
- "ipns": "^10.1.2",
78
70
  "multiformats": "^13.4.1",
79
- "progress-events": "^1.0.1",
80
- "protons-runtime": "^5.5.0",
81
- "uint8arraylist": "^2.4.8",
82
- "uint8arrays": "^5.1.0"
71
+ "progress-events": "^1.0.1"
83
72
  },
84
73
  "devDependencies": {
85
- "@libp2p/crypto": "^5.1.12",
74
+ "@libp2p/logger": "^6.0.5",
86
75
  "@types/dns-packet": "^5.6.5",
87
76
  "aegir": "^47.0.22",
88
- "datastore-core": "^11.0.2",
89
- "it-drain": "^3.0.10",
90
- "protons": "^7.6.1",
91
- "sinon": "^21.0.0",
92
77
  "sinon-ts": "^2.0.0"
93
78
  },
94
79
  "browser": {
@@ -1,22 +0,0 @@
1
- {
2
- "DNSLink": "https://ipfs.github.io/helia/interfaces/DNSLink.html",
3
- ".:DNSLink": "https://ipfs.github.io/helia/interfaces/DNSLink.html",
4
- "DNSLinkComponents": "https://ipfs.github.io/helia/interfaces/DNSLinkComponents.html",
5
- ".:DNSLinkComponents": "https://ipfs.github.io/helia/interfaces/DNSLinkComponents.html",
6
- "DNSLinkIPFSResult": "https://ipfs.github.io/helia/interfaces/DNSLinkIPFSResult.html",
7
- ".:DNSLinkIPFSResult": "https://ipfs.github.io/helia/interfaces/DNSLinkIPFSResult.html",
8
- "DNSLinkIPNSResult": "https://ipfs.github.io/helia/interfaces/DNSLinkIPNSResult.html",
9
- ".:DNSLinkIPNSResult": "https://ipfs.github.io/helia/interfaces/DNSLinkIPNSResult.html",
10
- "DNSLinkNamespace": "https://ipfs.github.io/helia/interfaces/DNSLinkNamespace.html",
11
- ".:DNSLinkNamespace": "https://ipfs.github.io/helia/interfaces/DNSLinkNamespace.html",
12
- "DNSLinkOptions": "https://ipfs.github.io/helia/interfaces/DNSLinkOptions.html",
13
- ".:DNSLinkOptions": "https://ipfs.github.io/helia/interfaces/DNSLinkOptions.html",
14
- "DNSLinkOtherResult": "https://ipfs.github.io/helia/interfaces/DNSLinkOtherResult.html",
15
- ".:DNSLinkOtherResult": "https://ipfs.github.io/helia/interfaces/DNSLinkOtherResult.html",
16
- "ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/ResolveDNSLinkOptions.html",
17
- ".:ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/ResolveDNSLinkOptions.html",
18
- "DNSLinkResult": "https://ipfs.github.io/helia/types/DNSLinkResult.html",
19
- ".:DNSLinkResult": "https://ipfs.github.io/helia/types/DNSLinkResult.html",
20
- "dnsLink": "https://ipfs.github.io/helia/functions/dnsLink.html",
21
- ".:dnsLink": "https://ipfs.github.io/helia/functions/dnsLink.html"
22
- }