@jackdbd/zod-to-doc
Advanced tools
Comparing version 1.1.1 to 1.1.2
# CHANGELOG | ||
## [1.1.2](https://github.com/jackdbd/zod-to-doc/compare/v1.1.1...v1.1.2) (2024-09-19) | ||
### Bug Fixes | ||
* add overrides to avoid vulnerabilities ([fd376c0](https://github.com/jackdbd/zod-to-doc/commit/fd376c09b90e4bb6c9799da91348519216110254)) | ||
## [1.1.1](https://github.com/jackdbd/zod-to-doc/compare/v1.1.0...v1.1.1) (2024-04-25) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@jackdbd/zod-to-doc", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Inject your [Zod](https://github.com/colinhacks/zod) schemas into your docs.", | ||
@@ -80,3 +80,3 @@ "author": { | ||
"size": "pkg-size ./dist --sort-by=brotli --ignore-files '{*.d.ts,*.map}'", | ||
"test": "node --test --experimental-test-coverage", | ||
"test": "node --test", | ||
"test:ci": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info", | ||
@@ -83,0 +83,0 @@ "test:watch": "node --test --watch" |
53575