diff --git a/package.json b/package.json index 3bb7f2e..fd3f85e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "tsup": "^8.2.4" }, "dependencies": { - "@infisical/sdk": "file:", "aws-sdk": "2.1311.0", "axios": "^1.7.5", "typescript": "^5.5.4", diff --git a/src/index.ts b/src/index.ts index 54afcdd..65918bf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -99,8 +99,8 @@ export { } from "./custom/schemas"; // Export domain-specific types -export type * from "./custom/secrets"; -export type * from "./custom/dynamic-secrets"; -export type * from "./custom/environments"; -export type * from "./custom/projects"; -export type * from "./custom/folders"; +export * from "./custom/secrets"; +export * from "./custom/dynamic-secrets"; +export * from "./custom/environments"; +export * from "./custom/projects"; +export * from "./custom/folders";