cdk-lambda-subminute 2.0.358 → 2.0.360
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +145 -30
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +172 -145
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1129 -167
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +30 -0
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +122 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +21 -21
- package/node_modules/aws-sdk/clients/ecs.d.ts +36 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +1169 -28
- package/node_modules/aws-sdk/clients/organizations.d.ts +4 -4
- 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 +28 -18
- package/node_modules/aws-sdk/dist/aws-sdk.js +175 -148
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
- package/node_modules/aws-sdk/dist/xml2js.js +22 -12
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/xml2js/lib/parser.js +22 -12
- package/node_modules/xml2js/lib/xml2js.bc.js +28337 -0
- package/node_modules/xml2js/package.json +3 -3
- package/package.json +3 -3
@@ -6,7 +6,7 @@
|
|
6
6
|
"json"
|
7
7
|
],
|
8
8
|
"homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
|
9
|
-
"version": "0.
|
9
|
+
"version": "0.6.2",
|
10
10
|
"author": "Marek Kubica <marek@xivilization.net> (https://xivilization.net)",
|
11
11
|
"contributors": [
|
12
12
|
"maqr <maqr.lollerskates@gmail.com> (https://github.com/maqr)",
|
@@ -79,12 +79,12 @@
|
|
79
79
|
"xmlbuilder": "~11.0.0"
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
|
-
"
|
82
|
+
"coffeescript": ">=1.10.0 <2",
|
83
83
|
"coveralls": "^3.0.1",
|
84
84
|
"diff": ">=1.0.8",
|
85
85
|
"docco": ">=0.6.2",
|
86
86
|
"nyc": ">=2.2.1",
|
87
|
-
"zap": ">=0.2.9"
|
87
|
+
"zap": ">=0.2.9 <1"
|
88
88
|
},
|
89
89
|
"engines": {
|
90
90
|
"node": ">=4.0.0"
|
package/package.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^6",
|
45
45
|
"@typescript-eslint/parser": "^6",
|
46
46
|
"aws-cdk-lib": "^2.95.0",
|
47
|
-
"esbuild": "^0.19.
|
47
|
+
"esbuild": "^0.19.12",
|
48
48
|
"eslint": "^8",
|
49
49
|
"eslint-import-resolver-typescript": "^2.7.1",
|
50
50
|
"eslint-plugin-import": "^2.29.1",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
69
|
"aws-cdk-lib": "^2.95.0",
|
70
|
-
"aws-sdk": "^2.
|
70
|
+
"aws-sdk": "^2.1542.0",
|
71
71
|
"constructs": "^10.0.5"
|
72
72
|
},
|
73
73
|
"bundledDependencies": [
|
@@ -89,7 +89,7 @@
|
|
89
89
|
],
|
90
90
|
"main": "lib/index.js",
|
91
91
|
"license": "Apache-2.0",
|
92
|
-
"version": "2.0.
|
92
|
+
"version": "2.0.360",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|