cdk-comprehend-s3olap 2.0.67 → 2.0.70
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +103 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +252 -141
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +59 -3
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +170 -3
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +57 -57
- package/node_modules/aws-sdk/clients/wisdom.d.ts +56 -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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +261 -144
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +26 -26
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/node_modules/object.assign/CHANGELOG.md +4 -0
- package/node_modules/object.assign/dist/browser.js +944 -0
- package/node_modules/object.assign/package.json +3 -2
- package/package.json +5 -5
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "object.assign",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.4",
|
4
4
|
"author": "Jordan Harband",
|
5
5
|
"funding": {
|
6
6
|
"url": "https://github.com/sponsors/ljharb"
|
@@ -89,7 +89,8 @@
|
|
89
89
|
"ignore": [
|
90
90
|
".github/workflows",
|
91
91
|
"bower.json",
|
92
|
-
"browserShim.js"
|
92
|
+
"browserShim.js",
|
93
|
+
"!dist/"
|
93
94
|
]
|
94
95
|
}
|
95
96
|
}
|
package/package.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
"@typescript-eslint/parser": "^5",
|
47
47
|
"aws-cdk-lib": "^2.37.1",
|
48
48
|
"constructs": "^10.0.5",
|
49
|
-
"esbuild": "^0.15.
|
49
|
+
"esbuild": "^0.15.5",
|
50
50
|
"eslint": "^8",
|
51
51
|
"eslint-import-resolver-node": "^0.3.6",
|
52
52
|
"eslint-import-resolver-typescript": "^2.7.1",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"jsii-pacmak": "^1.64.0",
|
60
60
|
"json-schema": "^0.4.0",
|
61
61
|
"npm-check-updates": "^15",
|
62
|
-
"projen": "^0.61.
|
62
|
+
"projen": "^0.61.13",
|
63
63
|
"standard-version": "^9",
|
64
64
|
"ts-jest": "^27",
|
65
65
|
"typescript": "^4.7.4"
|
@@ -70,9 +70,9 @@
|
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
72
|
"aws-cdk-lib": "^2.37.1",
|
73
|
-
"aws-sdk": "^2.
|
73
|
+
"aws-sdk": "^2.1196.0",
|
74
74
|
"constructs": "^10.0.5",
|
75
|
-
"esbuild": "^0.15.
|
75
|
+
"esbuild": "^0.15.5"
|
76
76
|
},
|
77
77
|
"bundledDependencies": [
|
78
78
|
"aws-sdk",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
],
|
93
93
|
"main": "lib/index.js",
|
94
94
|
"license": "Apache-2.0",
|
95
|
-
"version": "2.0.
|
95
|
+
"version": "2.0.70",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|