express-zod-api 11.0.0-beta1 → 11.1.0-beta1

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/CHANGELOG.md CHANGED
@@ -5,10 +5,9 @@
5
5
  - **Breaking changes**:
6
6
  - Minimum Node version supported: 16.14.0.
7
7
  - `OpenAPIError` renamed to `DocumentationError`.
8
- - It's also now only accepts object argument. Use its `message` prop instead.
8
+ - It also now only accepts an object argument. Use its `message` prop instead.
9
9
  - `OpenAPI` class removed. Use `Documentation` one instead (same constructor props).
10
- - `Client` class removed. Use `Integration` one instead.
11
- - Instantiate by `new Integration({ variant: "client" })` for achieving the same behavior.
10
+ - `Client` class removed. Use `Integration` one instead (the default `variant` is `client`).
12
11
 
13
12
  ## Version 10
14
13