@digitraffic/common 2025.5.28-1 → 2025.6.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.
@@ -62,7 +62,7 @@ describe("acl-builder tests", () => {
|
|
62
62
|
createBuilder().withThrottleAnonymousUserIp(undefined),
|
63
63
|
createBuilder().withThrottleAnonymousUserIpAndUriPath(undefined),
|
64
64
|
]) {
|
65
|
-
expect(() => aclBuilder.build()).
|
65
|
+
expect(() => aclBuilder.build()).toThrow("No rules");
|
66
66
|
}
|
67
67
|
});
|
68
68
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digitraffic/common",
|
3
|
-
"version": "2025.
|
3
|
+
"version": "2025.6.27-1",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"repository": {
|
@@ -104,75 +104,75 @@
|
|
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.
|
112
|
-
"@date-fns/tz": "1.2.0",
|
113
|
-
"@smithy/
|
114
|
-
"aws-cdk-lib": "^2.
|
107
|
+
"@aws-sdk/client-api-gateway": "^3.835.0",
|
108
|
+
"@aws-sdk/client-s3": "^3.835.0",
|
109
|
+
"@aws-sdk/client-secrets-manager": "^3.835.0",
|
110
|
+
"@aws-sdk/client-sns": "^3.835.0",
|
111
|
+
"@aws-sdk/lib-storage": "^3.835.0",
|
112
|
+
"@date-fns/tz": "^1.2.0",
|
113
|
+
"@smithy/node-http-handler": "^4.0.6",
|
114
|
+
"aws-cdk-lib": "^2.202.0",
|
115
115
|
"change-case": "^5.4.4",
|
116
|
-
"constructs": "
|
117
|
-
"date-fns": "
|
118
|
-
"etag": "^1.8.1",
|
116
|
+
"constructs": "^10.4.2",
|
117
|
+
"date-fns": "^4.1.0",
|
119
118
|
"geojson-validation": "^1.0.2",
|
120
119
|
"ky": "^1.8.1",
|
121
120
|
"lodash-es": "^4.17.21",
|
122
|
-
"pg-native": "^3.5.
|
123
|
-
"pg-promise": "^11.
|
124
|
-
"
|
121
|
+
"pg-native": "^3.5.1",
|
122
|
+
"pg-promise": "^11.14.0",
|
123
|
+
"pg-query-stream": "4.8.1",
|
124
|
+
"zod": "^3.25.67"
|
125
125
|
},
|
126
126
|
"devDependencies": {
|
127
|
-
"@aws-sdk/client-api-gateway": "^3.
|
128
|
-
"@aws-sdk/client-s3": "^3.
|
129
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
130
|
-
"@aws-sdk/client-sns": "^3.
|
131
|
-
"@aws-sdk/lib-storage": "^3.
|
132
|
-
"@date-fns/tz": "1.2.0",
|
127
|
+
"@aws-sdk/client-api-gateway": "^3.835.0",
|
128
|
+
"@aws-sdk/client-s3": "^3.837.0",
|
129
|
+
"@aws-sdk/client-secrets-manager": "^3.835.0",
|
130
|
+
"@aws-sdk/client-sns": "^3.835.0",
|
131
|
+
"@aws-sdk/lib-storage": "^3.837.0",
|
132
|
+
"@date-fns/tz": "^1.2.0",
|
133
133
|
"@digitraffic/eslint-config": "^3.1.1",
|
134
|
-
"@jest/globals": "^
|
134
|
+
"@jest/globals": "^30.0.3",
|
135
135
|
"@rushstack/eslint-config": "^3.7.1",
|
136
|
-
"@rushstack/heft": "^0.
|
137
|
-
"@rushstack/heft-jest-plugin": "^0.
|
136
|
+
"@rushstack/heft": "^0.74.0",
|
137
|
+
"@rushstack/heft-jest-plugin": "^0.16.9",
|
138
138
|
"@rushstack/heft-lint-plugin": "^0.5.37",
|
139
|
-
"@rushstack/heft-typescript-plugin": "^0.8
|
140
|
-
"@smithy/fetch-http-handler": "5.0.
|
141
|
-
"@smithy/types": "^4.
|
142
|
-
"@types/aws-lambda": "8.10.
|
143
|
-
"@types/etag": "^1.8.
|
139
|
+
"@rushstack/heft-typescript-plugin": "^0.9.8",
|
140
|
+
"@smithy/fetch-http-handler": "5.0.4",
|
141
|
+
"@smithy/types": "^4.3.1",
|
142
|
+
"@types/aws-lambda": "8.10.150",
|
143
|
+
"@types/etag": "^1.8.4",
|
144
144
|
"@types/geojson": "7946.0.16",
|
145
145
|
"@types/geojson-validation": "^1.0.3",
|
146
|
-
"@types/jest": "
|
146
|
+
"@types/jest": "30.0.0",
|
147
147
|
"@types/lodash-es": "4.17.12",
|
148
148
|
"@types/madge": "5.0.3",
|
149
149
|
"@types/node": "22.15.23",
|
150
|
-
"@typescript-eslint/eslint-plugin": "
|
150
|
+
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
151
151
|
"@typescript-eslint/parser": "^7.18.0",
|
152
|
-
"aws-cdk-lib": "^2.
|
152
|
+
"aws-cdk-lib": "^2.201.0",
|
153
153
|
"aws-sdk": "^2.1692.0",
|
154
154
|
"change-case": "^5.4.4",
|
155
|
-
"constructs": "
|
156
|
-
"date-fns": "
|
155
|
+
"constructs": "^10.4.2",
|
156
|
+
"date-fns": "^4.1.0",
|
157
157
|
"eslint": "^8.57.1",
|
158
158
|
"eslint-config-prettier": "^9.1.0",
|
159
|
-
"eslint-plugin-deprecation": "
|
159
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
160
160
|
"etag": "^1.8.1",
|
161
161
|
"geojson-validation": "^1.0.2",
|
162
|
-
"jest": "^
|
162
|
+
"jest": "^30.0.3",
|
163
163
|
"jest-junit": "^16.0.0",
|
164
164
|
"ky": "^1.8.1",
|
165
|
-
"lefthook": "^1.11.
|
165
|
+
"lefthook": "^1.11.14",
|
166
166
|
"lodash": "^4.17.21",
|
167
167
|
"lodash-es": "^4.17.21",
|
168
168
|
"madge": "^8.0.0",
|
169
169
|
"pg-native": "^3.5.0",
|
170
|
-
"pg-promise": "^11.
|
170
|
+
"pg-promise": "^11.14.0",
|
171
171
|
"rimraf": "^6.0.1",
|
172
|
-
"ts-jest": "^29.
|
173
|
-
"typescript": "
|
172
|
+
"ts-jest": "^29.4.0",
|
173
|
+
"typescript": "^5.8.3",
|
174
174
|
"velocityjs": "^2.1.5",
|
175
|
-
"zod": "
|
175
|
+
"zod": "^3.25.64"
|
176
176
|
},
|
177
177
|
"scripts": {
|
178
178
|
"build": "heft build --clean",
|