ag-common 0.0.458 → 0.0.459

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,9 +145,6 @@ const openApiImpl = (p) => {
145
145
  timeout: lc.timeout,
146
146
  description: '(cdk)',
147
147
  entry: entry,
148
- bundling: {
149
- externalModules: ['aws-sdk', 'aws-lambda'],
150
- },
151
148
  reservedConcurrentExecutions: lc.reservedConcurrentExecutions,
152
149
  logRetention: aws_cdk_lib_1.aws_logs.RetentionDays.FIVE_DAYS,
153
150
  layers: lc.layers,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.458",
2
+ "version": "0.0.459",
3
3
  "name": "ag-common",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",