@gradientedge/cdk-utils 9.55.2 → 9.55.3

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.
@@ -97,7 +97,7 @@ class AzureFunctionManager {
97
97
  location: resourceGroup.location,
98
98
  resourceGroupName: resourceGroup.name,
99
99
  runtimeName: props.runtimeName ?? 'node',
100
- runtimeVersion: props.runtimeVersion ?? '20',
100
+ runtimeVersion: props.runtimeVersion ?? '22',
101
101
  storageAuthenticationType: props.storageAuthenticationType ?? 'StorageAccountConnectionString',
102
102
  storageContainerType: props.storageContainerType ?? 'blobContainer',
103
103
  maximumInstanceCount: props.maximumInstanceCount ?? 40,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "9.55.2",
3
+ "version": "9.55.3",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -61,7 +61,7 @@
61
61
  "@types/uuid": "^10.0.0",
62
62
  "app-root-path": "^3.1.0",
63
63
  "aws-cdk-lib": "^2.185.0",
64
- "cdktf": "^0.20.11",
64
+ "cdktf": "^0.20.12",
65
65
  "cdktf-local-exec": "^0.5.61",
66
66
  "constructs": "^10.4.2",
67
67
  "lodash": "^4.17.21",
@@ -109,7 +109,7 @@ export class AzureFunctionManager {
109
109
  location: resourceGroup.location,
110
110
  resourceGroupName: resourceGroup.name,
111
111
  runtimeName: props.runtimeName ?? 'node',
112
- runtimeVersion: props.runtimeVersion ?? '20',
112
+ runtimeVersion: props.runtimeVersion ?? '22',
113
113
  storageAuthenticationType: props.storageAuthenticationType ?? 'StorageAccountConnectionString',
114
114
  storageContainerType: props.storageContainerType ?? 'blobContainer',
115
115
  maximumInstanceCount: props.maximumInstanceCount ?? 40,