@gradientedge/cdk-utils 8.134.0 → 8.135.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.
@@ -2,4 +2,4 @@ export declare enum SiteWithLambdaBackendResponseHeaderPolicyType {
2
2
  ORIGIN = "origin",
3
3
  STATIC = "static"
4
4
  }
5
- export declare const LAMBDA_ALIAS_NAME_CURRENT = "current";
5
+ export declare const LAMBDA_ALIAS_NAME_CURRENT = "latest";
@@ -6,4 +6,4 @@ var SiteWithLambdaBackendResponseHeaderPolicyType;
6
6
  SiteWithLambdaBackendResponseHeaderPolicyType["ORIGIN"] = "origin";
7
7
  SiteWithLambdaBackendResponseHeaderPolicyType["STATIC"] = "static";
8
8
  })(SiteWithLambdaBackendResponseHeaderPolicyType || (exports.SiteWithLambdaBackendResponseHeaderPolicyType = SiteWithLambdaBackendResponseHeaderPolicyType = {}));
9
- exports.LAMBDA_ALIAS_NAME_CURRENT = 'current';
9
+ exports.LAMBDA_ALIAS_NAME_CURRENT = 'latest';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.134.0",
3
+ "version": "8.135.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -46,15 +46,15 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/client-secrets-manager": "^3.445.0",
50
- "@aws-sdk/credential-providers": "^3.445.0",
51
- "@aws-sdk/types": "^3.433.0",
52
- "@cdktf/provider-azurerm": "^11.0.3",
49
+ "@aws-sdk/client-secrets-manager": "^3.449.0",
50
+ "@aws-sdk/credential-providers": "^3.449.0",
51
+ "@aws-sdk/types": "^3.449.0",
52
+ "@cdktf/provider-azurerm": "^11.0.4",
53
53
  "@types/lodash": "^4.14.201",
54
54
  "@types/node": "^20.9.0",
55
55
  "@types/uuid": "^9.0.7",
56
56
  "app-root-path": "^3.1.0",
57
- "aws-cdk-lib": "^2.105.0",
57
+ "aws-cdk-lib": "^2.106.1",
58
58
  "cdktf": "^0.19.1",
59
59
  "constructs": "^10.3.0",
60
60
  "lodash": "^4.17.21",
@@ -71,7 +71,7 @@
71
71
  "@types/jest": "^29.5.8",
72
72
  "@typescript-eslint/eslint-plugin": "^6.10.0",
73
73
  "@typescript-eslint/parser": "^6.10.0",
74
- "aws-cdk": "^2.105.0",
74
+ "aws-cdk": "^2.106.1",
75
75
  "better-docs": "^2.7.2",
76
76
  "codecov": "^3.8.3",
77
77
  "commitizen": "^4.3.0",
@@ -80,7 +80,7 @@
80
80
  "eslint": "^8.53.0",
81
81
  "eslint-config-prettier": "^9.0.0",
82
82
  "eslint-plugin-import": "^2.29.0",
83
- "eslint-plugin-jsdoc": "^46.8.2",
83
+ "eslint-plugin-jsdoc": "^46.9.0",
84
84
  "husky": "^8.0.3",
85
85
  "jest": "^29.7.0",
86
86
  "jest-extended": "^4.0.2",
@@ -90,8 +90,8 @@
90
90
  "jsdoc-mermaid": "^1.0.0",
91
91
  "jsdoc-plugin-typescript": "^2.2.1",
92
92
  "jsdoc-to-markdown": "^8.0.0",
93
- "prettier": "^3.0.3",
94
- "prettier-plugin-organize-imports": "^3.2.3",
93
+ "prettier": "^3.1.0",
94
+ "prettier-plugin-organize-imports": "^3.2.4",
95
95
  "rimraf": "^5.0.5",
96
96
  "semantic-release": "^22.0.7",
97
97
  "taffydb": "^2.7.3",
@@ -3,4 +3,4 @@ export enum SiteWithLambdaBackendResponseHeaderPolicyType {
3
3
  STATIC = 'static',
4
4
  }
5
5
 
6
- export const LAMBDA_ALIAS_NAME_CURRENT = 'current'
6
+ export const LAMBDA_ALIAS_NAME_CURRENT = 'latest'