cdk-docker-image-deployment 0.0.271 → 0.0.272
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 +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
- package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
- package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
- package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
- package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
- package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +849 -248
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"jsii-docgen": "^7.2.9",
|
|
57
57
|
"jsii-pacmak": "^1.82.0",
|
|
58
58
|
"npm-check-updates": "^16",
|
|
59
|
-
"projen": "^0.71.
|
|
59
|
+
"projen": "^0.71.84",
|
|
60
60
|
"standard-version": "^9",
|
|
61
61
|
"ts-jest": "^27",
|
|
62
62
|
"typescript": "^4.9.5"
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"constructs": "^10.0.5"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@types/aws-lambda": "^8.10.
|
|
70
|
-
"aws-sdk": "^2.
|
|
69
|
+
"@types/aws-lambda": "^8.10.116",
|
|
70
|
+
"aws-sdk": "^2.1392.0"
|
|
71
71
|
},
|
|
72
72
|
"bundledDependencies": [
|
|
73
73
|
"@types/aws-lambda",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"main": "lib/index.js",
|
|
84
84
|
"license": "Apache-2.0",
|
|
85
85
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
86
|
-
"version": "0.0.
|
|
86
|
+
"version": "0.0.272",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|