Improvements from bot suggestions
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
10
src/index.ts
10
src/index.ts
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user