@digitraffic/common 2025.6.16-1 → 2025.6.27-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.
@@ -62,7 +62,7 @@ describe("acl-builder tests", () => {
62
62
  createBuilder().withThrottleAnonymousUserIp(undefined),
63
63
  createBuilder().withThrottleAnonymousUserIpAndUriPath(undefined),
64
64
  ]) {
65
- expect(() => aclBuilder.build()).toThrowError("No rules");
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.6.16-1",
3
+ "version": "2025.6.27-2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "repository": {
@@ -104,46 +104,47 @@
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.829.0",
108
- "@aws-sdk/client-s3": "^3.828.0",
109
- "@aws-sdk/client-secrets-manager": "^3.828.0",
110
- "@aws-sdk/client-sns": "^3.828.0",
111
- "@aws-sdk/lib-storage": "^3.828.0",
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
112
  "@date-fns/tz": "^1.2.0",
113
+ "@smithy/node-http-handler": "^4.0.6",
113
114
  "@smithy/fetch-http-handler": "^5.0.4",
114
- "aws-cdk-lib": "^2.201.0",
115
+ "aws-cdk-lib": "^2.202.0",
115
116
  "change-case": "^5.4.4",
116
117
  "constructs": "^10.4.2",
117
118
  "date-fns": "^4.1.0",
118
- "etag": "^1.8.1",
119
119
  "geojson-validation": "^1.0.2",
120
120
  "ky": "^1.8.1",
121
121
  "lodash-es": "^4.17.21",
122
- "pg-native": "^3.5.0",
122
+ "pg-native": "^3.5.1",
123
123
  "pg-promise": "^11.14.0",
124
- "zod": "^3.25.64"
124
+ "pg-query-stream": "4.8.1",
125
+ "zod": "^3.25.67"
125
126
  },
126
127
  "devDependencies": {
127
- "@aws-sdk/client-api-gateway": "^3.829.0",
128
- "@aws-sdk/client-s3": "^3.828.0",
129
- "@aws-sdk/client-secrets-manager": "^3.828.0",
130
- "@aws-sdk/client-sns": "^3.828.0",
131
- "@aws-sdk/lib-storage": "^3.828.0",
128
+ "@aws-sdk/client-api-gateway": "^3.835.0",
129
+ "@aws-sdk/client-s3": "^3.837.0",
130
+ "@aws-sdk/client-secrets-manager": "^3.835.0",
131
+ "@aws-sdk/client-sns": "^3.835.0",
132
+ "@aws-sdk/lib-storage": "^3.837.0",
132
133
  "@date-fns/tz": "^1.2.0",
133
134
  "@digitraffic/eslint-config": "^3.1.1",
134
- "@jest/globals": "^29.7.0",
135
+ "@jest/globals": "^30.0.3",
135
136
  "@rushstack/eslint-config": "^3.7.1",
136
- "@rushstack/heft": "^0.71.2",
137
- "@rushstack/heft-jest-plugin": "^0.15.3",
137
+ "@rushstack/heft": "^0.74.0",
138
+ "@rushstack/heft-jest-plugin": "^0.16.9",
138
139
  "@rushstack/heft-lint-plugin": "^0.5.37",
139
- "@rushstack/heft-typescript-plugin": "^0.8.2",
140
- "@smithy/fetch-http-handler": "5.0.3",
141
- "@smithy/types": "^4.2.0",
142
- "@types/aws-lambda": "8.10.149",
143
- "@types/etag": "^1.8.3",
140
+ "@rushstack/heft-typescript-plugin": "^0.9.8",
141
+ "@smithy/fetch-http-handler": "5.0.4",
142
+ "@smithy/types": "^4.3.1",
143
+ "@types/aws-lambda": "8.10.150",
144
+ "@types/etag": "^1.8.4",
144
145
  "@types/geojson": "7946.0.16",
145
146
  "@types/geojson-validation": "^1.0.3",
146
- "@types/jest": "29.5.14",
147
+ "@types/jest": "30.0.0",
147
148
  "@types/lodash-es": "4.17.12",
148
149
  "@types/madge": "5.0.3",
149
150
  "@types/node": "22.15.23",
@@ -159,7 +160,7 @@
159
160
  "eslint-plugin-deprecation": "^3.0.0",
160
161
  "etag": "^1.8.1",
161
162
  "geojson-validation": "^1.0.2",
162
- "jest": "^29.7.0",
163
+ "jest": "^30.0.3",
163
164
  "jest-junit": "^16.0.0",
164
165
  "ky": "^1.8.1",
165
166
  "lefthook": "^1.11.14",