@digitraffic/common 2025.2.28-1 → 2025.2.28-2
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 +31 -31
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digitraffic/common",
|
3
|
-
"version": "2025.2.28-
|
3
|
+
"version": "2025.2.28-2",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"repository": {
|
@@ -104,34 +104,28 @@
|
|
104
104
|
"./dist/aws/runtime/digitraffic-integration-response": "./dist/aws/runtime/digitraffic-integration-response.js"
|
105
105
|
},
|
106
106
|
"peerDependencies": {
|
107
|
-
"@aws-sdk/client-api-gateway": "^3.
|
108
|
-
"@aws-sdk/client-s3": "^3.
|
109
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
110
|
-
"@aws-sdk/client-sns": "^3.
|
111
|
-
"@aws-sdk/lib-storage": "^3.
|
107
|
+
"@aws-sdk/client-api-gateway": "^3.758.0",
|
108
|
+
"@aws-sdk/client-s3": "^3.758.0",
|
109
|
+
"@aws-sdk/client-secrets-manager": "^3.758.0",
|
110
|
+
"@aws-sdk/client-sns": "^3.758.0",
|
111
|
+
"@aws-sdk/lib-storage": "^3.758.0",
|
112
112
|
"@date-fns/tz": "1.2.0",
|
113
|
-
"@smithy/fetch-http-handler": "
|
114
|
-
"aws-cdk-lib": "^2.
|
113
|
+
"@smithy/fetch-http-handler": "5.0.1",
|
114
|
+
"aws-cdk-lib": "^2.181.1",
|
115
115
|
"change-case": "^5.4.4",
|
116
116
|
"constructs": "~10.4.2",
|
117
117
|
"date-fns": "~4.1.0",
|
118
118
|
"etag": "^1.8.1",
|
119
119
|
"geojson-validation": "^1.0.2",
|
120
|
-
"ky": "^1.7.
|
120
|
+
"ky": "^1.7.5",
|
121
121
|
"lodash-es": "^4.17.21",
|
122
122
|
"node-ttl": "^0.2.0",
|
123
|
-
"pg-native": "^3.2.
|
123
|
+
"pg-native": "^3.2.2",
|
124
124
|
"pg-promise": "^11.10.2",
|
125
125
|
"pg-query-stream": "4.7.1",
|
126
|
-
"zod": "^3.24.
|
126
|
+
"zod": "^3.24.2"
|
127
127
|
},
|
128
128
|
"devDependencies": {
|
129
|
-
"@aws-sdk/client-api-gateway": "^3.758.0",
|
130
|
-
"@aws-sdk/client-s3": "^3.758.0",
|
131
|
-
"@aws-sdk/client-secrets-manager": "^3.758.0",
|
132
|
-
"@aws-sdk/client-sns": "^3.758.0",
|
133
|
-
"@aws-sdk/lib-storage": "^3.758.0",
|
134
|
-
"@date-fns/tz": "1.2.0",
|
135
129
|
"@digitraffic/eslint-config": "^3.1.1",
|
136
130
|
"@jest/globals": "^29.7.0",
|
137
131
|
"@rushstack/eslint-config": "^3.7.1",
|
@@ -139,7 +133,6 @@
|
|
139
133
|
"@rushstack/heft-jest-plugin": "^0.14.11",
|
140
134
|
"@rushstack/heft-lint-plugin": "^0.5.20",
|
141
135
|
"@rushstack/heft-typescript-plugin": "^0.6.13",
|
142
|
-
"@smithy/fetch-http-handler": "5.0.1",
|
143
136
|
"@smithy/types": "^4.1.0",
|
144
137
|
"@types/aws-lambda": "8.10.147",
|
145
138
|
"@types/etag": "^1.8.3",
|
@@ -151,32 +144,39 @@
|
|
151
144
|
"@types/node": "22.13.5",
|
152
145
|
"@typescript-eslint/eslint-plugin": "~7.14.1",
|
153
146
|
"@typescript-eslint/parser": "^7.0.0",
|
154
|
-
"aws-cdk-lib": "^2.181.1",
|
155
147
|
"aws-sdk": "^2.1692.0",
|
156
|
-
"change-case": "^5.4.4",
|
157
|
-
"constructs": "~10.4.2",
|
158
|
-
"date-fns": "~4.1.0",
|
159
148
|
"eslint": "^8.57.1",
|
160
149
|
"eslint-config-prettier": "^9.1.0",
|
161
150
|
"eslint-plugin-deprecation": "~3.0.0",
|
162
|
-
"etag": "^1.8.1",
|
163
|
-
"geojson-validation": "^1.0.2",
|
164
151
|
"jest": "^29.7.0",
|
165
152
|
"jest-junit": "^16.0.0",
|
166
|
-
"ky": "^1.7.5",
|
167
153
|
"lefthook": "^1.11.2",
|
168
154
|
"lodash": "^4.17.21",
|
169
|
-
"lodash-es": "~4.17.21",
|
170
155
|
"madge": "^8.0.0",
|
171
|
-
"node-ttl": "^0.2.0",
|
172
|
-
"pg-native": "^3.2.2",
|
173
|
-
"pg-promise": "^11.10.2",
|
174
|
-
"pg-query-stream": "4.7.1",
|
175
156
|
"rimraf": "^6.0.1",
|
176
157
|
"ts-jest": "^29.2.6",
|
177
158
|
"typescript": "~5.6.3",
|
178
159
|
"velocityjs": "^2.0.6",
|
179
|
-
"
|
160
|
+
"@aws-sdk/client-api-gateway": "^3.758.0",
|
161
|
+
"@aws-sdk/client-s3": "^3.758.0",
|
162
|
+
"@aws-sdk/client-secrets-manager": "^3.758.0",
|
163
|
+
"@aws-sdk/client-sns": "^3.758.0",
|
164
|
+
"@aws-sdk/lib-storage": "^3.758.0",
|
165
|
+
"@date-fns/tz": "1.2.0",
|
166
|
+
"@smithy/fetch-http-handler": "5.0.1",
|
167
|
+
"aws-cdk-lib": "^2.181.1",
|
168
|
+
"change-case": "^5.4.4",
|
169
|
+
"constructs": "~10.4.2",
|
170
|
+
"date-fns": "~4.1.0",
|
171
|
+
"etag": "^1.8.1",
|
172
|
+
"geojson-validation": "^1.0.2",
|
173
|
+
"ky": "^1.7.5",
|
174
|
+
"lodash-es": "^4.17.21",
|
175
|
+
"node-ttl": "^0.2.0",
|
176
|
+
"pg-native": "^3.2.2",
|
177
|
+
"pg-promise": "^11.10.2",
|
178
|
+
"pg-query-stream": "4.7.1",
|
179
|
+
"zod": "^3.24.2"
|
180
180
|
},
|
181
181
|
"scripts": {
|
182
182
|
"build": "heft build --clean",
|