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 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.2";
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
@@ -977,7 +977,7 @@ function sanitizeInput(input, maxLength = 500) {
977
977
  }
978
978
 
979
979
  // src/lib/server-version.ts
980
- var SERVER_VERSION = "1.4.2";
980
+ var SERVER_VERSION = "1.4.3";
981
981
 
982
982
  // src/tools/check-bimi.ts
983
983
  async function checkBimi(domain, dnsOptions) {