@gradientedge/cdk-utils 7.11.0 → 7.12.0
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.
|
@@ -477,8 +477,6 @@ export interface CloudTrailProps extends cloudtrail.CfnTrailProps {
|
|
|
477
477
|
* @subcategory Properties
|
|
478
478
|
*/
|
|
479
479
|
export interface DashboardProps extends watch.DashboardProps {
|
|
480
|
-
positionX: number;
|
|
481
|
-
positionY: number;
|
|
482
480
|
}
|
|
483
481
|
/**
|
|
484
482
|
* @category cdk-utils.cloudwatch-manager
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.12.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@types/lodash": "^4.14.191",
|
|
51
51
|
"@types/node": "^18.11.11",
|
|
52
52
|
"app-root-path": "^3.1.0",
|
|
53
|
-
"aws-cdk-lib": "^2.
|
|
54
|
-
"aws-sdk": "^2.
|
|
55
|
-
"constructs": "^10.1.
|
|
53
|
+
"aws-cdk-lib": "^2.54.0",
|
|
54
|
+
"aws-sdk": "^2.1270.0",
|
|
55
|
+
"constructs": "^10.1.183",
|
|
56
56
|
"lodash": "^4.17.21",
|
|
57
57
|
"moment": "^2.29.4",
|
|
58
58
|
"nconf": "^0.12.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
64
64
|
"@types/jest": "^29.2.4",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
66
|
+
"@typescript-eslint/parser": "^5.46.0",
|
|
67
67
|
"aws-cdk": "*",
|
|
68
68
|
"babel-eslint": "^10.1.0",
|
|
69
69
|
"better-docs": "^2.7.2",
|
|
@@ -81,14 +81,14 @@
|
|
|
81
81
|
"jsdoc-babel": "^0.5.0",
|
|
82
82
|
"jsdoc-mermaid": "^1.0.0",
|
|
83
83
|
"lerna": "^5.6.2",
|
|
84
|
-
"prettier": "^2.8.
|
|
84
|
+
"prettier": "^2.8.1",
|
|
85
85
|
"prettier-plugin-organize-imports": "^3.2.1",
|
|
86
86
|
"rimraf": "^3.0.2",
|
|
87
87
|
"semantic-release": "^19.0.5",
|
|
88
88
|
"taffydb": "^2.7.3",
|
|
89
89
|
"ts-jest": "^29.0.3",
|
|
90
90
|
"ts-node": "^10.9.1",
|
|
91
|
-
"typescript": "4.9.
|
|
91
|
+
"typescript": "4.9.4"
|
|
92
92
|
},
|
|
93
93
|
"optionalDependencies": {
|
|
94
94
|
"@babel/core": "^7.20.5",
|
|
@@ -502,10 +502,7 @@ export interface CloudTrailProps extends cloudtrail.CfnTrailProps {}
|
|
|
502
502
|
* @category cdk-utils.cloudwatch-manager
|
|
503
503
|
* @subcategory Properties
|
|
504
504
|
*/
|
|
505
|
-
export interface DashboardProps extends watch.DashboardProps {
|
|
506
|
-
positionX: number
|
|
507
|
-
positionY: number
|
|
508
|
-
}
|
|
505
|
+
export interface DashboardProps extends watch.DashboardProps {}
|
|
509
506
|
|
|
510
507
|
/**
|
|
511
508
|
* @category cdk-utils.cloudwatch-manager
|