@7nohe/openapi-react-query-codegen 1.0.2 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,7 +102,7 @@ You can also use pure TS clients.
102
102
 
103
103
  ```tsx
104
104
  import { useQuery } from "@tanstack/react-query";
105
- import { PetService } from "../openapi/requests/services/PetService";
105
+ import { PetService } from "../openapi/requests/services";
106
106
  import { usePetServiceFindPetsByStatusKey } from "../openapi/queries";
107
107
 
108
108
  function App() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7nohe/openapi-react-query-codegen",
3
- "version": "1.0.2",
3
+ "version": "1.0.6",
4
4
  "description": "OpenAPI React Query Codegen",
5
5
  "bin": {
6
6
  "openapi-rq": "dist/cli.mjs"