We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b2834 commit eabb251Copy full SHA for eabb251
3 files changed
components/js-api-client/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@crystallize/js-api-client",
3
"license": "MIT",
4
- "version": "5.2.0",
+ "version": "5.3.0",
5
"type": "module",
6
"author": "Crystallize <hello@crystallize.com> (https://crystallize.com)",
7
"contributors": [
@@ -39,7 +39,7 @@
39
"@crystallize/schema": "workspace:*",
40
"json-to-graphql-query": "^2.3.0",
41
"mime-lite": "^1.0.3",
42
- "zod": "^4.0.15"
+ "zod": "^4.1.12"
43
},
44
"browser": {
45
"fs": false,
components/manifest.json
@@ -1,5 +1,6 @@
"type": "oss-monorepository",
+ "versionerEnabled": true,
"many-repositories": {
"js-api-client": {
"name": "(Java|Type)Script API Client",
0 commit comments