@tsed/cli-generate-http-client 7.0.0-beta.2 → 7.0.0-beta.4

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.
@@ -120,7 +120,8 @@ export class GenerateHttpClientCmd {
120
120
  return routeNameInfo;
121
121
  }
122
122
  }
123
- command(GenerateHttpClientCmd, {
123
+ command({
124
+ token: GenerateHttpClientCmd,
124
125
  name: "generate-http-client",
125
126
  description: "Generate the client API from swagger spec",
126
127
  options: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-generate-http-client",
3
3
  "description": "Ts.ED CLI plugin. Export a command that generate an HTTP Client (axios or fetch) from your Ts.ED controllers and OS3 spec.",
4
- "version": "7.0.0-beta.2",
4
+ "version": "7.0.0-beta.4",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -26,9 +26,9 @@
26
26
  "tslib": "2.7.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@tsed/cli": "7.0.0-beta.2",
30
- "@tsed/cli-core": "7.0.0-beta.2",
31
- "@tsed/typescript": "7.0.0-beta.2",
29
+ "@tsed/cli": "7.0.0-beta.4",
30
+ "@tsed/cli-core": "7.0.0-beta.4",
31
+ "@tsed/typescript": "7.0.0-beta.4",
32
32
  "cross-env": "7.0.3",
33
33
  "swagger-typescript-api": "^13.0.22",
34
34
  "typescript": "5.6.2",