Skip to content

Commit 94c9e55

Browse files
committed
fix: wip
1 parent 317648d commit 94c9e55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/sdk/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
export { logger, createLogger } from "@crossplane-js/libs"
33

44
// Export types
5-
export type * from "./src/types"
5+
export type * from "./src/types.ts"
66

7-
export * from "./src/Model/index"
8-
export * from "./src/utils/FieldRef"
9-
export * from "./src/utils/secretUtils"
7+
export * from "./src/Model/index.ts"
8+
export * from "./src/utils/FieldRef.ts"
9+
export * from "./src/utils/secretUtils.ts"

0 commit comments

Comments
 (0)