Skip to content

Commit 65cb3de

Browse files
chore: version packages (#203)
* chore: version packages * Fix json schema gen --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anar Kafkas <anarkafkas@gmail.com>
1 parent bd4f5c6 commit 65cb3de

6 files changed

Lines changed: 491 additions & 19 deletions

File tree

.changeset/nine-countries-drum.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- 4df7daa: Add runtime Firestore data validation with `typesync validate-data`.
8+
9+
This introduces a new `validate-data` CLI command and `typesync.validateData()` API for validating live Firestore documents against Zod validators generated from Typesync schema definitions. The command supports targeted validation with repeatable `--model` flags, explicit full-schema validation with `--all-models`, Firebase Admin credentials, emulator/project overrides, scan limits, JSON output, progress reporting, and full report files.
10+
11+
Also adds a shared schema-to-Zod runtime builder that will support future Zod code generation.
12+
313
## 0.13.0
414

515
### Minor Changes

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesync-cli",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Autogenerate Firestore model types for all platforms",
55
"keywords": [
66
"typesync",
@@ -96,7 +96,6 @@
9696
"ts-node": "^10.9.2",
9797
"tsup": "^8.0.2",
9898
"tsx": "^4.7.2",
99-
"typescript": "5.7.2",
100-
"zod-to-json-schema": "^3.22.5"
99+
"typescript": "5.7.2"
101100
}
102101
}

0 commit comments

Comments
 (0)