Skip to content

Commit eabb251

Browse files
committed
feat(js-api-client): release with schema 6.x
1 parent 88b2834 commit eabb251

3 files changed

Lines changed: 6101 additions & 8166 deletions

File tree

components/js-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crystallize/js-api-client",
33
"license": "MIT",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"type": "module",
66
"author": "Crystallize <hello@crystallize.com> (https://crystallize.com)",
77
"contributors": [
@@ -39,7 +39,7 @@
3939
"@crystallize/schema": "workspace:*",
4040
"json-to-graphql-query": "^2.3.0",
4141
"mime-lite": "^1.0.3",
42-
"zod": "^4.0.15"
42+
"zod": "^4.1.12"
4343
},
4444
"browser": {
4545
"fs": false,

components/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "oss-monorepository",
3+
"versionerEnabled": true,
34
"many-repositories": {
45
"js-api-client": {
56
"name": "(Java|Type)Script API Client",

0 commit comments

Comments
 (0)