@digitraffic/common 2026.6.29-1 → 2026.6.30-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.
package/README.md
CHANGED
|
@@ -49,12 +49,14 @@ To update all dependencies to the latest versions:
|
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
51
|
pnpm up --latest
|
|
52
|
+
pnpm audit # -> fix high
|
|
52
53
|
```
|
|
53
54
|
|
|
54
55
|
To update both normal dependencies and `peerDependencies` in one command, use:
|
|
55
56
|
|
|
56
57
|
```bash
|
|
57
58
|
pnpm deps:update-all
|
|
59
|
+
pnpm audit # -> fix high
|
|
58
60
|
```
|
|
59
61
|
|
|
60
62
|
What `pnpm deps:update-all` does:
|
|
@@ -3,12 +3,12 @@ export function logLeadTime(name, target, tookMs, extraFields) {
|
|
|
3
3
|
const method = "LeadTimeLogging.logLeadTime";
|
|
4
4
|
try {
|
|
5
5
|
logger.info({
|
|
6
|
+
...(extraFields ?? {}),
|
|
6
7
|
method,
|
|
7
8
|
customLeadTime: true,
|
|
8
9
|
customName: name,
|
|
9
10
|
customTarget: target,
|
|
10
11
|
tookMs,
|
|
11
|
-
...(extraFields || {}),
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitraffic/common",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.30-1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"repository": {
|
|
@@ -109,62 +109,62 @@
|
|
|
109
109
|
"dist/**/*.d.ts"
|
|
110
110
|
],
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@aws-sdk/client-api-gateway": "3.
|
|
113
|
-
"@aws-sdk/client-s3": "3.
|
|
114
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
115
|
-
"@aws-sdk/client-sns": "3.
|
|
116
|
-
"@aws-sdk/lib-storage": "3.
|
|
117
|
-
"@biomejs/biome": "2.
|
|
118
|
-
"@date-fns/tz": "1.
|
|
119
|
-
"@rushstack/heft": "1.2.
|
|
120
|
-
"@rushstack/heft-typescript-plugin": "1.3.
|
|
121
|
-
"@smithy/fetch-http-handler": "5.
|
|
122
|
-
"@smithy/node-http-handler": "4.
|
|
123
|
-
"@smithy/types": "4.
|
|
124
|
-
"@types/aws-lambda": "8.10.
|
|
112
|
+
"@aws-sdk/client-api-gateway": "3.1073.0",
|
|
113
|
+
"@aws-sdk/client-s3": "3.1073.0",
|
|
114
|
+
"@aws-sdk/client-secrets-manager": "3.1073.0",
|
|
115
|
+
"@aws-sdk/client-sns": "3.1073.0",
|
|
116
|
+
"@aws-sdk/lib-storage": "3.1073.0",
|
|
117
|
+
"@biomejs/biome": "2.5.0",
|
|
118
|
+
"@date-fns/tz": "1.5.0",
|
|
119
|
+
"@rushstack/heft": "1.2.19",
|
|
120
|
+
"@rushstack/heft-typescript-plugin": "1.3.14",
|
|
121
|
+
"@smithy/fetch-http-handler": "5.5.1",
|
|
122
|
+
"@smithy/node-http-handler": "4.8.1",
|
|
123
|
+
"@smithy/types": "4.15.0",
|
|
124
|
+
"@types/aws-lambda": "8.10.162",
|
|
125
125
|
"@types/etag": "1.8.4",
|
|
126
126
|
"@types/geojson": "7946.0.16",
|
|
127
127
|
"@types/geojson-validation": "1.0.3",
|
|
128
128
|
"@types/madge": "5.0.3",
|
|
129
129
|
"@types/node": "24.12.4",
|
|
130
130
|
"@vitest/coverage-v8": "4.1.9",
|
|
131
|
-
"aws-cdk-lib": "2.
|
|
131
|
+
"aws-cdk-lib": "2.260.0",
|
|
132
132
|
"change-case": "5.4.4",
|
|
133
133
|
"constructs": "10.6.0",
|
|
134
|
-
"date-fns": "4.
|
|
135
|
-
"es-toolkit": "1.
|
|
134
|
+
"date-fns": "4.4.0",
|
|
135
|
+
"es-toolkit": "1.47.1",
|
|
136
136
|
"etag": "1.8.1",
|
|
137
137
|
"geojson-validation": "1.0.2",
|
|
138
138
|
"ky": "2.0.2",
|
|
139
|
-
"lefthook": "2.1.
|
|
139
|
+
"lefthook": "2.1.9",
|
|
140
140
|
"madge": "8.0.0",
|
|
141
|
-
"pg-native": "3.
|
|
141
|
+
"pg-native": "3.8.0",
|
|
142
142
|
"pg-promise": "12.6.2",
|
|
143
|
-
"pg-query-stream": "4.
|
|
143
|
+
"pg-query-stream": "4.16.0",
|
|
144
144
|
"rimraf": "6.1.3",
|
|
145
|
-
"sort-package-json": "
|
|
145
|
+
"sort-package-json": "4.0.0",
|
|
146
146
|
"typescript": "5.9.3",
|
|
147
147
|
"velocityjs": "2.1.6",
|
|
148
148
|
"vitest": "4.1.9",
|
|
149
149
|
"zod": "4.4.3"
|
|
150
150
|
},
|
|
151
151
|
"peerDependencies": {
|
|
152
|
-
"@aws-sdk/client-api-gateway": "3.
|
|
153
|
-
"@aws-sdk/client-s3": "3.
|
|
154
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
155
|
-
"@aws-sdk/client-sns": "3.
|
|
156
|
-
"@aws-sdk/lib-storage": "3.
|
|
157
|
-
"@date-fns/tz": "1.
|
|
158
|
-
"@smithy/fetch-http-handler": "5.
|
|
159
|
-
"@smithy/node-http-handler": "4.
|
|
160
|
-
"aws-cdk-lib": "2.
|
|
152
|
+
"@aws-sdk/client-api-gateway": "3.1073.0",
|
|
153
|
+
"@aws-sdk/client-s3": "3.1073.0",
|
|
154
|
+
"@aws-sdk/client-secrets-manager": "3.1073.0",
|
|
155
|
+
"@aws-sdk/client-sns": "3.1073.0",
|
|
156
|
+
"@aws-sdk/lib-storage": "3.1073.0",
|
|
157
|
+
"@date-fns/tz": "1.5.0",
|
|
158
|
+
"@smithy/fetch-http-handler": "5.5.1",
|
|
159
|
+
"@smithy/node-http-handler": "4.8.1",
|
|
160
|
+
"aws-cdk-lib": "2.260.0",
|
|
161
161
|
"change-case": "5.4.4",
|
|
162
162
|
"constructs": "10.6.0",
|
|
163
|
-
"date-fns": "4.
|
|
164
|
-
"es-toolkit": "1.
|
|
163
|
+
"date-fns": "4.4.0",
|
|
164
|
+
"es-toolkit": "1.47.1",
|
|
165
165
|
"geojson-validation": "1.0.2",
|
|
166
166
|
"ky": "2.0.2",
|
|
167
|
-
"pg-native": "3.
|
|
167
|
+
"pg-native": "3.8.0",
|
|
168
168
|
"pg-promise": "12.6.2",
|
|
169
169
|
"zod": "4.4.3"
|
|
170
170
|
},
|