@digitraffic/common 2025.1.3-1 → 2025.1.10-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/package.json +8 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digitraffic/common",
|
3
|
-
"version": "2025.1.
|
3
|
+
"version": "2025.1.10-1",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"repository": {
|
@@ -121,7 +121,8 @@
|
|
121
121
|
"lodash-es": "^4.17.21",
|
122
122
|
"node-ttl": "^0.2.0",
|
123
123
|
"pg-native": "^3.2.0",
|
124
|
-
"pg-promise": "^11.10.
|
124
|
+
"pg-promise": "^11.10.2",
|
125
|
+
"pg-query-stream": "4.7.1",
|
125
126
|
"zod": "^3.24.1"
|
126
127
|
},
|
127
128
|
"devDependencies": {
|
@@ -148,8 +149,8 @@
|
|
148
149
|
"@types/lodash-es": "4.17.12",
|
149
150
|
"@types/madge": "5.0.3",
|
150
151
|
"@types/node": "20.17.6",
|
151
|
-
"@typescript-eslint/eslint-plugin": "~
|
152
|
-
"@typescript-eslint/parser": "^
|
152
|
+
"@typescript-eslint/eslint-plugin": "~7.14.1",
|
153
|
+
"@typescript-eslint/parser": "^7.18.0",
|
153
154
|
"aws-cdk-lib": "^2.173.4",
|
154
155
|
"aws-sdk": "^2.1692.0",
|
155
156
|
"change-case": "^5.4.4",
|
@@ -168,11 +169,12 @@
|
|
168
169
|
"madge": "^8.0.0",
|
169
170
|
"node-ttl": "^0.2.0",
|
170
171
|
"pg-native": "^3.2.0",
|
171
|
-
"pg-promise": "^11.10.
|
172
|
+
"pg-promise": "^11.10.2",
|
173
|
+
"pg-query-stream": "4.7.1",
|
172
174
|
"prettier": "^3.4.2",
|
173
175
|
"rimraf": "^6.0.1",
|
174
176
|
"ts-jest": "^29.2.5",
|
175
|
-
"typescript": "~5.
|
177
|
+
"typescript": "~5.5.4",
|
176
178
|
"velocityjs": "^2.0.6",
|
177
179
|
"zod": "~3.24.1"
|
178
180
|
},
|