cdk-docker-image-deployment 0.0.158 → 0.0.160
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +16 -8
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +37 -9
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +9 -2
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +339 -271
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +18 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +35 -3
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +14 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +5 -5
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +39 -15
- package/node_modules/aws-sdk/clients/evidently.d.ts +11 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +38 -0
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +152 -52
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +19 -1
- package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -2
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +44 -29
- package/node_modules/aws-sdk/clients/workdocs.d.ts +47 -47
- package/node_modules/aws-sdk/clients/workspaces.d.ts +21 -21
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +21 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
- 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": "^5",
|
|
45
45
|
"aws-cdk-lib": "2.24.0",
|
|
46
46
|
"constructs": "10.0.5",
|
|
47
|
-
"esbuild": "^0.17.
|
|
47
|
+
"esbuild": "^0.17.7",
|
|
48
48
|
"eslint": "^8",
|
|
49
49
|
"eslint-import-resolver-node": "^0.3.7",
|
|
50
50
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"jest-junit": "^13",
|
|
54
54
|
"jsii": "^1.74.0",
|
|
55
55
|
"jsii-diff": "^1.74.0",
|
|
56
|
-
"jsii-docgen": "^7.0.
|
|
56
|
+
"jsii-docgen": "^7.0.228",
|
|
57
57
|
"jsii-pacmak": "^1.74.0",
|
|
58
58
|
"npm-check-updates": "^16",
|
|
59
|
-
"projen": "^0.67.
|
|
59
|
+
"projen": "^0.67.45",
|
|
60
60
|
"standard-version": "^9",
|
|
61
61
|
"ts-jest": "^27",
|
|
62
62
|
"typescript": "^4.9.5"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@types/aws-lambda": "^8.10.110",
|
|
70
|
-
"aws-sdk": "^2.
|
|
70
|
+
"aws-sdk": "^2.1312.0"
|
|
71
71
|
},
|
|
72
72
|
"bundledDependencies": [
|
|
73
73
|
"@types/aws-lambda",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"main": "lib/index.js",
|
|
80
80
|
"license": "Apache-2.0",
|
|
81
81
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
82
|
-
"version": "0.0.
|
|
82
|
+
"version": "0.0.160",
|
|
83
83
|
"jest": {
|
|
84
84
|
"testMatch": [
|
|
85
85
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|