@tradetrust-tt/dnsprove 2.12.0 → 2.12.2

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Open Attestation (dnsprove)
1
+ # TradeTrust (dnsprove)
2
2
 
3
3
  A helper library to retrieve OpenAttestation DNS-TXT records from domains using Google's public DNS service.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradetrust-tt/dnsprove",
3
- "version": "2.12.0",
3
+ "version": "2.12.2",
4
4
  "description": "Helper utility for retrieving OpenAttestations document store address records from DNS",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "generator-nod"
46
46
  ],
47
47
  "dependencies": {
48
- "axios": "^1.6.3",
48
+ "axios": "0.21.1",
49
49
  "debug": "^4.3.1",
50
50
  "runtypes": "^6.3.0"
51
51
  },
package/src/index.test.ts CHANGED
@@ -272,6 +272,13 @@ describe("getDocumentStoreRecords for Hedera", () => {
272
272
  netId: "295",
273
273
  type: "openatts",
274
274
  },
275
+ {
276
+ addr: "0xB9cf2eFcBeCdF96E6A7E46AECd79A784B41Bcf6B",
277
+ dnssec: false,
278
+ net: "hedera",
279
+ netId: "296",
280
+ type: "openatts",
281
+ },
275
282
  {
276
283
  addr: "0x222B69788e2e9B7FB93a3a0fE258D4604Dc7df21",
277
284
  dnssec: false,