@trpc/openapi 11.13.4-alpha → 11.13.5-canary.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 +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -45,6 +45,7 @@ Full documentation is available at [trpc.io/docs/openapi](https://trpc.io/docs/o
|
|
|
45
45
|
- [ ] Improved handling of recursive/self-referencing types like trees/graphs - may be limited to 20 depth currently
|
|
46
46
|
- [ ] non-nodejs example
|
|
47
47
|
- [ ] an ai/mcp example
|
|
48
|
+
- [ ] Document breaking change detection via [oasdiff](https://github.com/oasdiff/oasdiff/blob/main/docs/BREAKING-CHANGES.md)
|
|
48
49
|
|
|
49
50
|
## Maybes
|
|
50
51
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@trpc/openapi",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "11.13.
|
|
5
|
+
"version": "11.13.5-canary.1+3e3f27c35",
|
|
6
6
|
"description": "OpenAPI document generator for tRPC routers",
|
|
7
7
|
"author": "KATT",
|
|
8
8
|
"license": "MIT",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@hey-api/openapi-ts": "^0.94.1",
|
|
74
74
|
"@swagger-api/apidom-ls": "^1.6.0",
|
|
75
|
-
"@trpc/server": "11.13.
|
|
75
|
+
"@trpc/server": "11.13.5",
|
|
76
76
|
"@types/node": "^22.13.5",
|
|
77
77
|
"bson": "^7.2.0",
|
|
78
78
|
"eslint": "^9.26.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@hey-api/openapi-ts": ">=0.13.0",
|
|
88
|
-
"@trpc/server": "11.13.
|
|
88
|
+
"@trpc/server": "11.13.5",
|
|
89
89
|
"typescript": ">=5.7.2",
|
|
90
90
|
"zod": ">=4.0.0"
|
|
91
91
|
},
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"funding": [
|
|
101
101
|
"https://trpc.io/sponsor"
|
|
102
102
|
],
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "3e3f27c350b4064ccc6018423df682185b6480c6"
|
|
104
104
|
}
|