@trpc/openapi 11.16.1-canary.4 → 11.16.1-canary.6

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -53,7 +53,6 @@ npx @tanstack/intent@latest install
53
53
  - [ ] non-nodejs example
54
54
  - [ ] an ai/mcp example
55
55
  - [ ] investigate async generators support (types generate... poorly)
56
- - [ ] Document breaking change detection via [oasdiff](https://github.com/oasdiff/oasdiff/blob/main/docs/BREAKING-CHANGES.md)
57
56
 
58
57
  ## Maybes
59
58
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@trpc/openapi",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "11.16.1-canary.4+fb9fe87fd",
5
+ "version": "11.16.1-canary.6+d3c4051f0",
6
6
  "description": "OpenAPI document generator for tRPC routers",
7
7
  "author": "KATT",
8
8
  "license": "MIT",
@@ -112,5 +112,5 @@
112
112
  "keywords": [
113
113
  "tanstack-intent"
114
114
  ],
115
- "gitHead": "fb9fe87fd4885f3e2b3f16fe484b1467b77d5324"
115
+ "gitHead": "d3c4051f03d0ca1f31177cadc10adff21c9048b8"
116
116
  }