tangerine 1.4.4 → 1.4.5

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,7 +158,6 @@ Thanks to the authors of [dohdec](https://github.com/hildjj/dohdec), [dns-packet
158
158
  * `resolveNs` → `queryNs`
159
159
  * `resolveNs` → `queryNs`
160
160
  * `resolveTxt` → `queryTxt`
161
- * `resolveTsla` → `queryTsla`
162
161
  * `resolveSrv` → `querySrv`
163
162
  * `resolvePtr` → `queryPtr`
164
163
  * `resolveNaptr` → `queryNaptr`
@@ -294,7 +293,7 @@ This mirrors output from <https://github.com/rthalley/dnspython>.
294
293
 
295
294
  ### `tangerine.resolveTlsa(hostname, [, options, abortController]))`
296
295
 
297
- This method was added for DANE and TSLA support. See this [excellent article](https://www.mailhardener.com/kb/dane), [index.js](https://github.com/forwardemail/tangerine/blob/main/index.js), and <https://github.com/nodejs/node/issues/39569> for more insight.
296
+ This method was added for DANE and TLSA support. See this [excellent article](https://www.mailhardener.com/kb/dane), [index.js](https://github.com/forwardemail/tangerine/blob/main/index.js), and <https://github.com/nodejs/node/issues/39569> for more insight.
298
297
 
299
298
  This function returns a Promise that resolves with an Array with parsed values from results:
300
299
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tangerine",
3
3
  "description": "Tangerine is the best Node.js drop-in replacement for dns.promises.Resolver using DNS over HTTPS (\"DoH\") via undici with built-in retries, timeouts, smart server rotation, AbortControllers, and caching support for multiple backends (with TTL and purge support).",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "author": "Forward Email (https://forwardemail.net)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/forwardemail/tangerine/issues"