diff --git a/dist/index.d.ts b/dist/index.d.ts index 469fd36..e732ea1 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -2,7 +2,7 @@ import { Client } from "@lumeweb/libkernel-universal"; export declare class DnsClient extends Client { register(): Promise; clear(): Promise; - getResolvers(): Promise; + getResolvers(): Promise; ready(): Promise; } export declare const createClient: (...args: any) => DnsClient; diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 272cf0a..52a88fb 100644 --- a/dist/index.d.ts.map +++ b/dist/index.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAW,MAAM,8BAA8B,CAAC;AAI/D,qBAAa,SAAU,SAAQ,MAAM;IACtB,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAGzB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAGtB,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAG7B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAGpC;AAED,eAAO,MAAM,YAAY,6BAAwC,CAAC"} \ No newline at end of file +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAW,MAAM,8BAA8B,CAAC;AAI/D,qBAAa,SAAU,SAAQ,MAAM;IACtB,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAGzB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAGtB,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC;IAG/B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAGpC;AAED,eAAO,MAAM,YAAY,6BAAwC,CAAC"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index b17e05d..0982b2b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8,7 +8,7 @@ export class DnsClient extends Client { return this.callModuleReturn("clear"); } async getResolvers() { - return this.callModuleReturn("clear"); + return this.callModuleReturn("getResolvers"); } async ready() { return this.callModuleReturn("ready");