@tradetrust-tt/dnsprove 2.8.0 → 2.8.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ Validation is run on all retrieved records to ensure they conform to the expecte
20
20
  ## Installation
21
21
 
22
22
  ```bash
23
- npm i @tradetrust/dnsprove
23
+ npm i @tradetrust-tt/dnsprove
24
24
  ```
25
25
 
26
26
  ***
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradetrust-tt/dnsprove",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Helper utility for retrieving OpenAttestations document store address records from DNS",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {