@openstax/ts-utils 1.50.0 → 1.50.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openstax/ts-utils",
|
|
3
|
-
"version": "1.50.
|
|
3
|
+
"version": "1.50.2",
|
|
4
4
|
"bin": {
|
|
5
5
|
"ts-utils": "./script/bin-entry.bash"
|
|
6
6
|
},
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"js-sha1": "^0.7.0",
|
|
21
21
|
"jsonwebtoken": "^9.0.0",
|
|
22
22
|
"jwks-rsa": "^3.1.0",
|
|
23
|
+
"lodash": "^4.17.21",
|
|
23
24
|
"ms": "^2.1.3",
|
|
24
25
|
"path-to-regexp": "^6.2.0",
|
|
25
26
|
"query-string": "^7.1.1",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
30
31
|
"@eslint/js": "^9.39.1",
|
|
31
|
-
"@opensearch-project/opensearch": "^
|
|
32
|
+
"@opensearch-project/opensearch": "^3.6.0",
|
|
32
33
|
"@types/busboy": "^1.5.0",
|
|
33
34
|
"@types/deep-equal": "^1.0.1",
|
|
34
35
|
"@types/jest": "^29.5.14",
|
|
@@ -236,11 +237,25 @@
|
|
|
236
237
|
"license": "MIT",
|
|
237
238
|
"main": "index.js",
|
|
238
239
|
"peerDependencies": {
|
|
239
|
-
"@opensearch-project/opensearch": "^
|
|
240
|
+
"@opensearch-project/opensearch": "^3.6.0",
|
|
240
241
|
"busboy": "^1.6.0",
|
|
241
242
|
"postgres": "^3.4.5",
|
|
242
243
|
"zod": "^4.0.15"
|
|
243
244
|
},
|
|
245
|
+
"peerDependenciesMeta": {
|
|
246
|
+
"@opensearch-project/opensearch": {
|
|
247
|
+
"optional": true
|
|
248
|
+
},
|
|
249
|
+
"busboy": {
|
|
250
|
+
"optional": true
|
|
251
|
+
},
|
|
252
|
+
"postgres": {
|
|
253
|
+
"optional": true
|
|
254
|
+
},
|
|
255
|
+
"zod": {
|
|
256
|
+
"optional": true
|
|
257
|
+
}
|
|
258
|
+
},
|
|
244
259
|
"scripts": {
|
|
245
260
|
"build": "./script/build.bash",
|
|
246
261
|
"build:clean": "npm run clean && npm run build",
|