@agen-ai/validation 0.2.0 → 0.2.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,8 +25,8 @@ imports `/zod`.
|
|
|
25
25
|
|
|
26
26
|
## Versioning and release
|
|
27
27
|
|
|
28
|
-
The package source is `0.2.
|
|
29
|
-
`@agen-ai/agent-runtime@0.2.
|
|
28
|
+
The package source is `0.2.1` and ships in lockstep with Agent Protocol V7 and
|
|
29
|
+
`@agen-ai/agent-runtime@0.2.1`. Its ordinary validator-neutral surface is unchanged from `0.1.0`;
|
|
30
30
|
the coordinated version advance prevents consumers from resolving a mixed SDK release set.
|
|
31
31
|
|
|
32
32
|
The package follows semantic versioning. Breaking changes to ordinary types, normalized issue
|