We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baeee9 commit 9cf1ac7Copy full SHA for 9cf1ac7
packages/common/src/index.ts
@@ -22,3 +22,4 @@ export * from "./compiling/AtomicCompileHelper";
22
export * from "./compiling/CompileRegistry";
23
export * from "./compiling/CompilableModule";
24
export * from "./compiling/services/ChildVerificationKeyService";
25
+export * from "./config/injectAlias";
packages/sequencer/src/sequencer/builder/Closeable.ts
@@ -1,4 +1,4 @@
1
-import { implement } from "@proto-kit/common/dist/config/injectAlias";
+import { implement } from "@proto-kit/common";
2
3
export interface Closeable {
4
close: () => Promise<void>;
0 commit comments