@toktokhan-dev/cli-plugin-gen-api-react-query 0.0.6 → 0.0.7

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/dist/index.d.ts CHANGED
@@ -59,4 +59,3 @@ interface GenerateSwaggerApiConfig {
59
59
  declare const genApi: _toktokhan_dev_cli.MyCommand<GenerateSwaggerApiConfig, "gen:api">;
60
60
 
61
61
  export { type GenerateFn, type GenerateSwaggerApiConfig, type PaginationConfig, genApi };
62
- //# sourceMappingURL=index.d.ts.map
@@ -59,5 +59,4 @@ interface GenerateSwaggerApiConfig {
59
59
  * @category Commands
60
60
  */
61
61
  declare const genApi: _toktokhan_dev_cli.MyCommand<GenerateSwaggerApiConfig, "gen:api">;
62
- export { type GenerateFn, type GenerateSwaggerApiConfig, type PaginationConfig, genApi };
63
- //# sourceMappingURL=index.d.ts.map
62
+ export { type GenerateFn, type GenerateSwaggerApiConfig, type PaginationConfig, genApi };
package/dist/index.js CHANGED
@@ -193,4 +193,3 @@ const genApi = defineCommand({
193
193
  });
194
194
 
195
195
  export { genApi };
196
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toktokhan-dev/cli-plugin-gen-api-react-query",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,8 +27,8 @@
27
27
  "lodash": "^4.17.21",
28
28
  "prettier-plugin-organize-imports": "^3.2.4",
29
29
  "swagger-typescript-api": "^13.0.3",
30
- "@toktokhan-dev/cli": "0.0.4",
31
- "@toktokhan-dev/node": "0.0.3"
30
+ "@toktokhan-dev/cli": "0.0.5",
31
+ "@toktokhan-dev/node": "0.0.4"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c",