@xyo-network/dns
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,11 +10,11 @@ { | ||
"email": "support@xyo.network", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"dependencies": { | ||
"@xylabs/axios": "^4.0.0" | ||
"@xylabs/axios": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20", | ||
"@xylabs/tsconfig": "^4.0.0-rc.20", | ||
"typescript": "^5.5.4" | ||
@@ -38,7 +38,7 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"sideEffects": false, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"type": "module" | ||
} |
import { axios } from '@xylabs/axios' | ||
import { DnsRecordType } from './DnsRecordType.ts' | ||
import { GoogleDnsResult } from './GoogleDnsResult.ts' | ||
import type { GoogleDnsResult } from './GoogleDnsResult.ts' | ||
@@ -6,0 +6,0 @@ const googleDnsOverHttps = async (name: string, type = DnsRecordType.A) => { |
@@ -1,4 +0,4 @@ | ||
import { DnsReturnCode } from './DnsReturnCode.ts' | ||
import { GoogleDnsResultAnswer } from './GoogleDnsResultAnswer.ts' | ||
import { GoogleDnsResultQuestion } from './GoogleDnsResultQuestion.ts' | ||
import type { DnsReturnCode } from './DnsReturnCode.ts' | ||
import type { GoogleDnsResultAnswer } from './GoogleDnsResultAnswer.ts' | ||
import type { GoogleDnsResultQuestion } from './GoogleDnsResultQuestion.ts' | ||
@@ -5,0 +5,0 @@ export interface GoogleDnsResult { |
@@ -1,2 +0,2 @@ | ||
import { DnsRecordType } from './DnsRecordType.ts' | ||
import type { DnsRecordType } from './DnsRecordType.ts' | ||
@@ -3,0 +3,0 @@ export interface GoogleDnsResultAnswer { |
@@ -1,2 +0,2 @@ | ||
import { DnsRecordType } from './DnsRecordType.ts' | ||
import type { DnsRecordType } from './DnsRecordType.ts' | ||
@@ -3,0 +3,0 @@ export interface GoogleDnsResultQuestion { |
@@ -1,2 +0,2 @@ | ||
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
@@ -3,0 +3,0 @@ compile: { |
Sorry, the diff of this file is not supported yet
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
19217
375
Updated@xylabs/axios@^4.0.2