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 ccf6329 commit ee6bd4fCopy full SHA for ee6bd4f
.changeset/lazy-files-act.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+[service-utils] export KafkaProducer
packages/service-utils/src/node/index.ts
@@ -13,6 +13,7 @@ import type {
13
import type { AuthorizationResult } from "../core/authorize/types.js";
14
import type { CoreAuthInput } from "../core/types.js";
15
16
+export * from "./kafka.js";
17
export * from "./usageV2.js";
18
export * from "../core/usage.js";
19
export * from "../core/usageV2.js";
0 commit comments