@digitraffic/common 2025.2.28-2 → 2025.2.28-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.
@@ -8,7 +8,7 @@ import { LogRetention } from "aws-cdk-lib/aws-logs";
8
8
  import { kebabCase } from "change-case";
9
9
  import { snakeCase } from "lodash-es";
10
10
  const MAX_CONCURRENCY_LIMIT = 100;
11
- const NODE_RUNTIMES = [Runtime.NODEJS_20_X.name, Runtime.NODEJS_18_X.name];
11
+ const NODE_RUNTIMES = [Runtime.NODEJS_22_X.name, Runtime.NODEJS_20_X.name];
12
12
  var ResourceType;
13
13
  (function (ResourceType) {
14
14
  ResourceType["stackName"] = "STACK_NAME";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitraffic/common",
3
- "version": "2025.2.28-2",
3
+ "version": "2025.2.28-3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "repository": {