@hey-api/openapi-ts 0.30.0 → 0.31.0
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 -1
- package/dist/node/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ OpenAPI.interceptors.response.use(async (response) => {
|
|
|
216
216
|
|
|
217
217
|
If you need to remove an interceptor, pass the same function to `OpenAPI.interceptors.request.eject()` or `OpenAPI.interceptors.response.eject()`.
|
|
218
218
|
|
|
219
|
-
> ⚠️ Angular client does not currently support request interceptors
|
|
219
|
+
> ⚠️ Angular client does not currently support request interceptors.
|
|
220
220
|
|
|
221
221
|
## Migrating
|
|
222
222
|
|