@hey-api/json-schema-ref-parser 0.0.0-next-20260409231605 → 0.0.0-next-20260410011423

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 +129 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,3 +102,132 @@ await new $RefParser().bundle({
102
102
  },
103
103
  });
104
104
  ```
105
+
106
+ <!-- template-contributing-start -->
107
+
108
+ ## Contributing
109
+
110
+ Want to see your code in products used by millions?
111
+
112
+ Start with our [Contributing](https://heyapi.dev/openapi-ts/community/contributing) guide and release your first feature.
113
+
114
+ <!-- template-contributing-end -->
115
+
116
+ <!-- template-sponsors-start -->
117
+
118
+ ## Sponsors
119
+
120
+ Hey API is sponsor-funded. If you rely on Hey API in production, consider becoming a [sponsor](https://github.com/sponsors/hey-api) to accelerate the roadmap.
121
+
122
+ <h3 align="center">Gold</h3>
123
+
124
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
125
+ <tbody>
126
+ <tr>
127
+ <td align="center" width="336px">
128
+ <p></p>
129
+ <p>
130
+ <a href="https://kutt.to/pkEZyc" target="_blank">
131
+ <picture height="50px">
132
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
133
+ <img alt="Stainless logo" height="50px" src="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
134
+ </picture>
135
+ </a>
136
+ <br/>
137
+ Best-in-class developer interfaces for your API.
138
+ <br/>
139
+ <a href="https://kutt.to/pkEZyc" style="text-decoration:none;" target="_blank">
140
+ stainless.com
141
+ </a>
142
+ </p>
143
+ <p></p>
144
+ </td>
145
+ <td align="center" width="336px">
146
+ <p></p>
147
+ <p>
148
+ <a href="https://kutt.to/QM9Q2N" target="_blank">
149
+ <picture height="50px">
150
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/opencode/logo-light.svg">
151
+ <img alt="Opencode logo" height="50px" src="https://heyapi.dev/assets/opencode/logo-dark.svg">
152
+ </picture>
153
+ </a>
154
+ <br/>
155
+ The open source coding agent.
156
+ <br/>
157
+ <a href="https://kutt.to/QM9Q2N" style="text-decoration:none;" target="_blank">
158
+ opencode.ai
159
+ </a>
160
+ </p>
161
+ <p></p>
162
+ </td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+
167
+ <h3 align="center">Silver</h3>
168
+
169
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
170
+ <tbody>
171
+ <tr>
172
+ <td align="center" width="172px">
173
+ <a href="https://kutt.to/skQUVd" target="_blank">
174
+ <picture height="40px">
175
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/scalar/logo-light.svg">
176
+ <img alt="Scalar logo" height="40px" src="https://heyapi.dev/assets/scalar/logo-dark.svg">
177
+ </picture>
178
+ </a>
179
+ <br/>
180
+ <a href="https://kutt.to/skQUVd" style="text-decoration:none;" target="_blank">
181
+ scalar.com
182
+ </a>
183
+ </td>
184
+ <td align="center" width="172px">
185
+ <a href="https://kutt.to/Dr9GuW" target="_blank">
186
+ <picture height="40px">
187
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/fastapi/logo-light.svg">
188
+ <img alt="FastAPI logo" height="40px" src="https://heyapi.dev/assets/fastapi/logo-dark.svg">
189
+ </picture>
190
+ </a>
191
+ <br/>
192
+ <a href="https://kutt.to/Dr9GuW" style="text-decoration:none;" target="_blank">
193
+ fastapi.tiangolo.com
194
+ </a>
195
+ </td>
196
+ </tr>
197
+ </tbody>
198
+ </table>
199
+
200
+ <h3 align="center">Bronze</h3>
201
+
202
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
203
+ <tbody>
204
+ <tr>
205
+ <td align="center" width="136px">
206
+ <a href="https://kutt.to/YpaKsX" target="_blank">
207
+ <picture height="34px">
208
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-dark-480w.webp">
209
+ <img alt="Kinde logo" height="34px" src="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-480w.jpeg">
210
+ </picture>
211
+ </a>
212
+ </td>
213
+ <td align="center" width="136px">
214
+ <a href="https://kutt.to/KkqSaw" target="_blank">
215
+ <picture height="34px">
216
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/cella/logo-light.svg">
217
+ <img alt="Cella logo" height="34px" src="https://heyapi.dev/assets/cella/logo-dark.svg">
218
+ </picture>
219
+ </a>
220
+ </td>
221
+ </tr>
222
+ </tbody>
223
+ </table>
224
+
225
+ <!-- template-sponsors-end -->
226
+
227
+ <!-- template-license-start -->
228
+
229
+ ## License
230
+
231
+ Released under the [MIT License](https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md).
232
+
233
+ <!-- template-license-end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/json-schema-ref-parser",
3
- "version": "0.0.0-next-20260409231605",
3
+ "version": "0.0.0-next-20260410011423",
4
4
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
5
5
  "keywords": [
6
6
  "$ref",