blackveil-dns 1.4.2 → 1.4.3
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stdio.js +2 -1
- package/dist/stdio.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -272,7 +272,7 @@ declare function sanitizeDomain(input: string): string;
|
|
|
272
272
|
declare function sanitizeInput(input: string, maxLength?: number): string;
|
|
273
273
|
|
|
274
274
|
/** Server version — keep in sync with package.json */
|
|
275
|
-
declare const SERVER_VERSION = "1.4.
|
|
275
|
+
declare const SERVER_VERSION = "1.4.3";
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* Check BIMI records for a domain.
|
package/dist/index.js
CHANGED