@digitraffic/common 2026.5.26-1 → 2026.5.27-1

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.
@@ -20,6 +20,8 @@ export interface StackConfiguration {
20
20
  readonly lambdaDbSgId?: string;
21
21
  readonly privateSubnetIds?: string[];
22
22
  readonly availabilityZones?: string[];
23
+ readonly dbWriterHost?: string;
24
+ readonly dbReaderHost?: string;
23
25
  readonly trafficType: TrafficType;
24
26
  readonly production: boolean;
25
27
  readonly stackProps: StackProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitraffic/common",
3
- "version": "2026.5.26-1",
3
+ "version": "2026.5.27-1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "repository": {
@@ -125,7 +125,7 @@
125
125
  "@types/geojson": "7946.0.16",
126
126
  "@types/geojson-validation": "1.0.3",
127
127
  "@types/madge": "5.0.3",
128
- "@types/node": "25.8.0",
128
+ "@types/node": "24.12.4",
129
129
  "@vitest/coverage-v8": "4.1.6",
130
130
  "aws-cdk-lib": "2.254.0",
131
131
  "change-case": "5.4.4",
@@ -142,7 +142,7 @@
142
142
  "pg-query-stream": "4.14.0",
143
143
  "rimraf": "6.1.3",
144
144
  "sort-package-json": "3.6.1",
145
- "typescript": "6.0.3",
145
+ "typescript": "5.9.3",
146
146
  "velocityjs": "2.1.6",
147
147
  "vitest": "4.1.6",
148
148
  "zod": "4.4.3"