Improvements from bot suggestions

This commit is contained in:
carlosmonastyrski
2025-05-05 14:56:19 -03:00
parent 68613f6b13
commit 7bbe971a55
2 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
"tsup": "^8.2.4" "tsup": "^8.2.4"
}, },
"dependencies": { "dependencies": {
"@infisical/sdk": "file:",
"aws-sdk": "2.1311.0", "aws-sdk": "2.1311.0",
"axios": "^1.7.5", "axios": "^1.7.5",
"typescript": "^5.5.4", "typescript": "^5.5.4",

View File

@@ -99,8 +99,8 @@ export {
} from "./custom/schemas"; } from "./custom/schemas";
// Export domain-specific types // Export domain-specific types
export type * from "./custom/secrets"; export * from "./custom/secrets";
export type * from "./custom/dynamic-secrets"; export * from "./custom/dynamic-secrets";
export type * from "./custom/environments"; export * from "./custom/environments";
export type * from "./custom/projects"; export * from "./custom/projects";
export type * from "./custom/folders"; export * from "./custom/folders";