@zmdb/validator 1.0.0-beta.1 → 1.0.0-beta.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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,10 +8,10 @@ Part of **[zmdb](https://github.com/ambasta/zmdb)**. The TypeScript front end, r
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
|
-
yarn add @zmdb/validator@1.0.0-beta.
|
|
11
|
+
yarn add @zmdb/validator@1.0.0-beta.2
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
> **Prerelease** (`1.0.0-beta.
|
|
14
|
+
> **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**.
|
|
15
15
|
|
|
16
16
|
## Entry points
|
|
17
17
|
|
|
@@ -23,7 +23,7 @@ yarn add @zmdb/validator@1.0.0-beta.1
|
|
|
23
23
|
For build-time reflection and AOT compilation:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
yarn add --dev @zmdb/compiler@1.0.0-beta.
|
|
26
|
+
yarn add --dev @zmdb/compiler@1.0.0-beta.2 typescript@^7
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/validator",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "Runtime helpers for ahead-of-time validation and JSON serialization: is/assert/validate/equals/random, unions, transforms, and generated-code errors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aot",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"test": "vitest run"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@zmdb/schema": "1.0.0-beta.
|
|
54
|
+
"@zmdb/schema": "1.0.0-beta.2"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=26"
|