@orpc/zod 1.7.0 → 1.7.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.
@@ -639,6 +639,7 @@ class ZodToJsonSchemaConverter {
639
639
  const global = globalRegistry.get(schema);
640
640
  if (global) {
641
641
  return {
642
+ title: global.title,
642
643
  description: global.description,
643
644
  examples: Array.isArray(global.examples) ? global.examples : void 0
644
645
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/zod",
3
3
  "type": "module",
4
- "version": "1.7.0",
4
+ "version": "1.7.2",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -30,15 +30,15 @@
30
30
  ],
31
31
  "peerDependencies": {
32
32
  "zod": ">=3.25.0",
33
- "@orpc/contract": "1.7.0",
34
- "@orpc/server": "1.7.0"
33
+ "@orpc/contract": "1.7.2",
34
+ "@orpc/server": "1.7.2"
35
35
  },
36
36
  "dependencies": {
37
37
  "escape-string-regexp": "^5.0.0",
38
38
  "wildcard-match": "^5.1.3",
39
- "@orpc/json-schema": "1.7.0",
40
- "@orpc/openapi": "1.7.0",
41
- "@orpc/shared": "1.7.0"
39
+ "@orpc/shared": "1.7.2",
40
+ "@orpc/json-schema": "1.7.2",
41
+ "@orpc/openapi": "1.7.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "zod": "^4.0.5"