@qualisero/openapi-endpoint 0.18.0 → 0.18.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.
Files changed (2) hide show
  1. package/dist/cli.js +0 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1147,7 +1147,6 @@ import {
1147
1147
  type QueryReturn,
1148
1148
  type MutationReturn,
1149
1149
  type LazyQueryReturn,
1150
- type LazyQueryFetchOptions,
1151
1150
  type ReactiveOr,
1152
1151
  type NoExcessReturn,
1153
1152
  type MaybeRefOrGetter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualisero/openapi-endpoint",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/qualisero/openapi-endpoint.git"