@gradientedge/cdk-utils 8.110.0 → 8.112.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.
@@ -25,7 +25,7 @@ export declare class LambdaWithIamAccess extends CommonConstruct {
25
25
  lambdaPolicy: iam.PolicyDocument;
26
26
  lambdaRole: iam.Role;
27
27
  lambdaEnvironment: LambdaWithIamAccessEnvironment;
28
- lambdaLayers: lambda.LayerVersion[];
28
+ lambdaLayers: lambda.ILayerVersion[];
29
29
  lambdaFunction: lambda.Function;
30
30
  lambdaIamUser: iam.User;
31
31
  lambdaUserAccessKey: iam.CfnAccessKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.110.0",
3
+ "version": "8.112.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -46,14 +46,14 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/client-secrets-manager": "^3.370.0",
50
- "@aws-sdk/credential-providers": "^3.370.0",
51
- "@aws-sdk/types": "^3.370.0",
52
- "@types/lodash": "^4.14.195",
53
- "@types/node": "^20.4.4",
49
+ "@aws-sdk/client-secrets-manager": "^3.385.0",
50
+ "@aws-sdk/credential-providers": "^3.385.0",
51
+ "@aws-sdk/types": "^3.378.0",
52
+ "@types/lodash": "^4.14.196",
53
+ "@types/node": "^20.4.8",
54
54
  "@types/uuid": "^9.0.2",
55
55
  "app-root-path": "^3.1.0",
56
- "aws-cdk-lib": "^2.88.0",
56
+ "aws-cdk-lib": "^2.90.0",
57
57
  "constructs": "^10.2.69",
58
58
  "lodash": "^4.17.21",
59
59
  "moment": "^2.29.4",
@@ -67,28 +67,28 @@
67
67
  "@babel/eslint-parser": "^7.22.9",
68
68
  "@babel/plugin-proposal-class-properties": "^7.18.6",
69
69
  "@types/jest": "^29.5.3",
70
- "@typescript-eslint/eslint-plugin": "^6.2.0",
71
- "@typescript-eslint/parser": "^6.2.0",
72
- "aws-cdk": "^2.88.0",
70
+ "@typescript-eslint/eslint-plugin": "^6.2.1",
71
+ "@typescript-eslint/parser": "^6.2.1",
72
+ "aws-cdk": "^2.90.0",
73
73
  "better-docs": "^2.7.2",
74
74
  "codecov": "^3.8.3",
75
75
  "commitizen": "^4.3.0",
76
76
  "docdash": "^2.0.1",
77
77
  "dotenv": "^16.3.1",
78
- "eslint": "^8.45.0",
79
- "eslint-config-prettier": "^8.8.0",
80
- "eslint-plugin-import": "^2.27.5",
81
- "eslint-plugin-jsdoc": "^46.4.4",
78
+ "eslint": "^8.46.0",
79
+ "eslint-config-prettier": "^9.0.0",
80
+ "eslint-plugin-import": "^2.28.0",
81
+ "eslint-plugin-jsdoc": "^46.4.6",
82
82
  "husky": "^8.0.3",
83
- "jest": "^29.6.1",
84
- "jest-extended": "^4.0.0",
83
+ "jest": "^29.6.2",
84
+ "jest-extended": "^4.0.1",
85
85
  "jest-junit": "^16.0.0",
86
86
  "jsdoc": "^4.0.2",
87
87
  "jsdoc-babel": "^0.5.0",
88
88
  "jsdoc-mermaid": "^1.0.0",
89
89
  "jsdoc-plugin-typescript": "^2.2.1",
90
90
  "jsdoc-to-markdown": "^8.0.0",
91
- "prettier": "^3.0.0",
91
+ "prettier": "^3.0.1",
92
92
  "prettier-plugin-organize-imports": "^3.2.3",
93
93
  "rimraf": "^5.0.1",
94
94
  "semantic-release": "^21.0.7",
@@ -29,7 +29,7 @@ export class LambdaWithIamAccess extends CommonConstruct {
29
29
  lambdaPolicy: iam.PolicyDocument
30
30
  lambdaRole: iam.Role
31
31
  lambdaEnvironment: LambdaWithIamAccessEnvironment
32
- lambdaLayers: lambda.LayerVersion[]
32
+ lambdaLayers: lambda.ILayerVersion[]
33
33
  lambdaFunction: lambda.Function
34
34
  lambdaIamUser: iam.User
35
35
  lambdaUserAccessKey: iam.CfnAccessKey