chore: version packages (#1054)

This commit is contained in:
github-actions[bot]
2025-12-09 15:30:13 -06:00
committed by GitHub
parent 576c3d9076
commit 685a5e6ccc
5 changed files with 16 additions and 21 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"llama-cloud-services": patch
---
Improve parse results polling
-5
View File
@@ -1,5 +0,0 @@
---
"llama-cloud-services": patch
---
Support zod v3 an v4
-10
View File
@@ -1,10 +0,0 @@
---
"llama-cloud-services": minor
---
feat: support zod v4 & v3
Adds support for zod v4 while maintaining backward compatibility with v3.
- Updated zod peer dependency to accept both v3 and v4: `^3.25.76 || ^4.0.0`
- Migrated all import statements to use `zod/v4` import path for compatibility
+15
View File
@@ -1,5 +1,20 @@
# llama-cloud-services
## 0.5.0
### Minor Changes
- 576c3d9: feat: support zod v4 & v3
Adds support for zod v4 while maintaining backward compatibility with v3.
- Updated zod peer dependency to accept both v3 and v4: `^3.25.76 || ^4.0.0`
- Migrated all import statements to use `zod/v4` import path for compatibility
### Patch Changes
- c8321d2: Improve parse results polling
- 576c3d9: Support zod v3 an v4
## 0.4.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llama-cloud-services",
"version": "0.4.3",
"version": "0.5.0",
"type": "module",
"license": "MIT",
"scripts": {