*Use newer dht-rpc-client, now rpc-client

This commit is contained in:
Derrick Hammer 2023-02-19 15:02:21 -05:00
parent 37a42e66e8
commit cfc827829a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
"main": "dist/index.js",
"type": "module",
"devDependencies": {
"@lumeweb/dht-rpc-client": "https://github.com/LumeWeb/dht-rpc-client.git"
"@lumeweb/rpc-client": "git+https://git.lumeweb.com/LumeWeb/rpc-client.git"
}
}

View File

@ -1,6 +1,6 @@
import type { DNSResult, ResolverOptions } from "./types.js";
import { getTld } from "./util.js";
import type { RpcNetwork } from "@lumeweb/dht-rpc-client";
import type { RpcNetwork } from "@lumeweb/rpc-client";
declare class ResolverRegistry {
private _resolvers;