cdk-docker-image-deployment 0.0.405 → 0.0.406
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +2 -3
- package/node_modules/@types/aws-lambda/index.d.ts +0 -47
- package/node_modules/@types/aws-lambda/package.json +87 -87
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +24 -24
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +571 -38
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
- package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/guardduty.d.ts +5 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +467 -0
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +16 -11
- package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +42 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "^6",
|
|
45
45
|
"aws-cdk-lib": "2.24.0",
|
|
46
46
|
"constructs": "10.0.5",
|
|
47
|
-
"esbuild": "^0.19.
|
|
47
|
+
"esbuild": "^0.19.5",
|
|
48
48
|
"eslint": "^8",
|
|
49
49
|
"eslint-import-resolver-node": "^0.3.9",
|
|
50
50
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"jsii-pacmak": "^1.90.0",
|
|
58
58
|
"jsii-rosetta": "1.x",
|
|
59
59
|
"npm-check-updates": "^16",
|
|
60
|
-
"projen": "^0.
|
|
60
|
+
"projen": "^0.75.1",
|
|
61
61
|
"standard-version": "^9",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"constructs": "^10.0.5"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@types/aws-lambda": "^8.10.
|
|
72
|
-
"aws-sdk": "^2.
|
|
71
|
+
"@types/aws-lambda": "^8.10.125",
|
|
72
|
+
"aws-sdk": "^2.1475.0"
|
|
73
73
|
},
|
|
74
74
|
"bundledDependencies": [
|
|
75
75
|
"@types/aws-lambda",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"main": "lib/index.js",
|
|
86
86
|
"license": "Apache-2.0",
|
|
87
87
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
88
|
-
"version": "0.0.
|
|
88
|
+
"version": "0.0.406",
|
|
89
89
|
"jest": {
|
|
90
90
|
"testMatch": [
|
|
91
91
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|