@openstax/ts-utils 1.50.1 → 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.1",
3
+ "version": "1.50.2",
4
4
  "bin": {
5
5
  "ts-utils": "./script/bin-entry.bash"
6
6
  },
@@ -242,6 +242,20 @@
242
242
  "postgres": "^3.4.5",
243
243
  "zod": "^4.0.15"
244
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
+ },
245
259
  "scripts": {
246
260
  "build": "./script/build.bash",
247
261
  "build:clean": "npm run clean && npm run build",