@openstax/ts-utils 1.12.3 → 1.14.0

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.12.3",
3
+ "version": "1.14.0",
4
4
  "bin": {
5
5
  "ts-utils": "./script/bin-entry.bash"
6
6
  },
@@ -43,7 +43,8 @@
43
43
  "rollup-plugin-typescript2": "^0.31.2",
44
44
  "ts-jest": "^29.0.3",
45
45
  "typescript": "4.6",
46
- "yargs": "^17.5.1"
46
+ "yargs": "^17.5.1",
47
+ "zod": "^3.23.8"
47
48
  },
48
49
  "exports": {
49
50
  ".": {
@@ -193,6 +194,9 @@
193
194
  ],
194
195
  "license": "MIT",
195
196
  "main": "index.js",
197
+ "peerDependencies": {
198
+ "zod": "^3.23.8"
199
+ },
196
200
  "scripts": {
197
201
  "build": "./script/build.bash",
198
202
  "build:clean": "yarn clean && yarn build",