@swarmion/serverless-helpers
Advanced tools
Comparing version 0.20.2 to 0.20.3
import type { BundlingOptions } from 'aws-cdk-lib/aws-lambda-nodejs'; | ||
import type { BuildOptions } from 'esbuild'; | ||
export type { BundlingOptions }; | ||
type EsbuildOptions = Omit<BuildOptions, 'watch'>; | ||
@@ -33,3 +34,2 @@ /** | ||
export declare const swarmionCdkEsbuildConfig: BundlingOptions; | ||
export {}; | ||
//# sourceMappingURL=esbuildConfig.d.ts.map |
{ | ||
"name": "@swarmion/serverless-helpers", | ||
"description": "A set of helpers for Serverless applications", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"license": "MIT", | ||
@@ -66,3 +66,3 @@ "homepage": "https://www.swarmion.dev", | ||
}, | ||
"gitHead": "a460dda9c759f24f4ced2a8c0eae715f9b3bba6a" | ||
"gitHead": "0ed41157e0b71b99f07e8c4821f7b12f3923b015" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
221836