Compare commits

..

No commits in common. "29d56b1cebb1376d829b95031b3c2bc5968c9a02" and "e8954d7fe9deba5ae593605ef427b3d3f1cc3db9" have entirely different histories.

3 changed files with 0 additions and 6 deletions

2
dist/index.d.ts vendored
View File

@ -1,5 +1,3 @@
import { ResolverModuleConstructor } from "./resolverRegistry.js";
export declare function setup(rm: ResolverModuleConstructor): void;
export * from "./resolverRegistry.js";
export * from "@lumeweb/libresolver/dist/util.js";
export * from "@lumeweb/libresolver/dist/types.js";

2
dist/index.js vendored
View File

@ -37,5 +37,3 @@ function handleGetSupportedTlds(aq) {
aq.respond(resolver.getSupportedTlds());
}
export * from "./resolverRegistry.js";
export * from "@lumeweb/libresolver/dist/util.js";
export * from "@lumeweb/libresolver/dist/types.js";

View File

@ -55,5 +55,3 @@ function handleGetSupportedTlds(aq: ActiveQuery) {
}
export * from "./resolverRegistry.js";
export * from "@lumeweb/libresolver/dist/util.js";
export * from "@lumeweb/libresolver/dist/types.js";