@xyo-network/dns
Advanced tools
Comparing version 2.110.19 to 2.111.0
@@ -14,7 +14,7 @@ { | ||
"dependencies": { | ||
"@xylabs/axios": "^3.6.6" | ||
"@xylabs/axios": "^3.6.8" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.14.1", | ||
"@xylabs/tsconfig": "^3.14.1", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.5", | ||
"@xylabs/tsconfig": "^3.15.5", | ||
"typescript": "^5.5.4" | ||
@@ -31,3 +31,3 @@ }, | ||
"types": "./dist/browser/index.d.mts", | ||
"default": "./dist/browser/index.js" | ||
"default": "./dist/browser/index.mjs" | ||
} | ||
@@ -42,3 +42,3 @@ }, | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.js" | ||
"default": "./dist/node/index.mjs" | ||
} | ||
@@ -50,3 +50,3 @@ } | ||
"main": "dist/node/index.cjs", | ||
"module": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"types": "dist/node/index.d.mts", | ||
@@ -63,4 +63,4 @@ "homepage": "https://xyo.network", | ||
"sideEffects": false, | ||
"version": "2.110.19", | ||
"version": "2.111.0", | ||
"type": "module" | ||
} |
@@ -6,6 +6,6 @@ import { DnsReturnCode } from './DnsReturnCode.ts' | ||
export interface GoogleDnsResult { | ||
AD?: boolean //Validated with DNSSEC | ||
AD?: boolean // Validated with DNSSEC | ||
Answer?: GoogleDnsResultAnswer[] | ||
Authority?: GoogleDnsResultAnswer[] | ||
CD?: boolean //DNSSEC disabled | ||
CD?: boolean // DNSSEC disabled | ||
Comment?: string | ||
@@ -16,4 +16,4 @@ Question?: GoogleDnsResultQuestion[] | ||
Status?: DnsReturnCode | ||
TC?: boolean //Truncated | ||
TC?: boolean // Truncated | ||
edns_client_subnet?: string | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101425
Updated@xylabs/axios@^3.6.8