Compare commits
No commits in common. "614dc20900b2b45b6e9b4d4cacd940c9c39d3b52" and "8bd4e7142430d355292111e7bfce1b4cbb5d1bf1" have entirely different histories.
614dc20900
...
8bd4e71424
|
@ -1,7 +1,7 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
import { DNS_RECORD_TYPE, } from "@lumeweb/libresolver";
|
||||
import { createModule } from "./module.js";
|
||||
const MODULE = "PADLHYqRfMJpjNqX-oPy1nYkxZ6SoOY-sPYiquhmtfGQFA";
|
||||
const MODULE = "PAAUkZAnPjxi2CzQWZ7jCVcl-E9lQLvTOwE2vhU0hX5UXg";
|
||||
export class DnsClient extends Client {
|
||||
async register() {
|
||||
return this.callModuleReturn("register");
|
||||
|
|
|
@ -6,7 +6,7 @@ import {
|
|||
} from "@lumeweb/libresolver";
|
||||
import { createModule, ResolverModule } from "./module.js";
|
||||
|
||||
const MODULE = "PADLHYqRfMJpjNqX-oPy1nYkxZ6SoOY-sPYiquhmtfGQFA";
|
||||
const MODULE = "PAAUkZAnPjxi2CzQWZ7jCVcl-E9lQLvTOwE2vhU0hX5UXg";
|
||||
|
||||
export class DnsClient extends Client {
|
||||
public async register(): Promise<void> {
|
||||
|
|
Loading…
Reference in New Issue