File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
packages/service-utils/src Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @thirdweb-dev/service-utils " : patch
3+ ---
4+
5+ Export usageV2 util functions
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import type { AuthorizationResult } from "../core/authorize/types.js";
1111import type { CoreAuthInput } from "../core/types.js" ;
1212
1313export * from "./usage.js" ;
14+ export * from "./usageV2.js" ;
1415export * from "../core/services.js" ;
1516export * from "../core/rateLimit/index.js" ;
1617
Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ import type {
1212} from "../core/authorize/index.js" ;
1313import type { AuthorizationResult } from "../core/authorize/types.js" ;
1414import type { CoreAuthInput } from "../core/types.js" ;
15+
16+ export * from "./usageV2.js" ;
1517export * from "../core/usage.js" ;
1618export * from "../core/rateLimit/index.js" ;
1719export * from "../core/services.js" ;
20+
1821type NodeServiceConfig = CoreServiceConfig ;
1922
2023export type AuthInput = CoreAuthInput & {
You can’t perform that action at this time.
0 commit comments