@tsed/cli-generate-swagger 6.0.1 → 6.0.3

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/package.json +4 -4
  2. package/readme.md +9 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-generate-swagger",
3
3
  "description": "Ts.ED CLI plugin. Export a command that generate the swagger.json from your Ts.ED controllers and OS3 spec.",
4
- "version": "6.0.1",
4
+ "version": "6.0.3",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -25,9 +25,9 @@
25
25
  "tslib": "2.7.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@tsed/cli": "6.0.1",
29
- "@tsed/cli-core": "6.0.1",
30
- "@tsed/typescript": "6.0.1",
28
+ "@tsed/cli": "6.0.3",
29
+ "@tsed/cli-core": "6.0.3",
30
+ "@tsed/typescript": "6.0.3",
31
31
  "cross-env": "7.0.3",
32
32
  "typescript": "5.6.2",
33
33
  "vitest": "2.1.1"
package/readme.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p style="text-align: center" align="center">
2
- <a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
2
+ <a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
3
3
  </p>
4
4
 
5
5
  <div align="center">
@@ -13,18 +13,17 @@
13
13
 
14
14
  <br />
15
15
  <div align="center">
16
- <a href="https://tsed.io/">Website</a>
16
+ <a href="https://tsed.dev/">Website</a>
17
17
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
18
- <a href="https://tsed.io/getting-started.html">Getting started</a>
18
+ <a href="https://tsed.dev/getting-started.html">Getting started</a>
19
19
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
20
- <a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
20
+ <a href="https://slack.tsed.io">Slack</a>
21
21
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
22
22
  <a href="https://twitter.com/TsED_io">Twitter</a>
23
23
  </div>
24
24
  <hr />
25
25
  </div>
26
26
 
27
-
28
27
  > Ts.ED CLI plugin. Generate all Swagger in `json` and `yaml` format from your Ts.ED Server.
29
28
 
30
29
  ## Features
@@ -43,12 +42,12 @@ Then create or edit the `src/bin/index.ts` in your project:
43
42
 
44
43
  ```typescript
45
44
  #!/usr/bin/env node
46
- import { CliCore } from "@tsed/cli-core";
47
- import { GenerateSwaggerCmd } from "@tsed/cli-generate-swagger";
45
+ import {CliCore} from "@tsed/cli-core";
46
+ import {GenerateSwaggerCmd} from "@tsed/cli-generate-swagger";
48
47
  import configuration from "../config";
49
- import { CronCmd } from "./commands/CronCmd";
48
+ import {CronCmd} from "./commands/CronCmd";
50
49
  import "./db/connections";
51
- import { Server } from "../Server";
50
+ import {Server} from "../Server";
52
51
 
53
52
  CliCore.bootstrap({
54
53
  ...configuration,
@@ -72,18 +71,16 @@ This command generate all Swagger specification in `json` and `yaml` format.
72
71
 
73
72
  ## Contributors
74
73
 
75
- Please read [contributing guidelines here](https://tsed.io/CONTRIBUTING.html)
74
+ Please read [contributing guidelines here](https://tsed.dev/CONTRIBUTING.html)
76
75
 
77
76
  <a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
78
77
 
79
-
80
78
  ## Backers
81
79
 
82
80
  Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/tsed#backer)]
83
81
 
84
82
  <a href="https://opencollective.com/tsed#backers" target="_blank"><img src="https://opencollective.com/tsed/tiers/backer.svg?width=890"></a>
85
83
 
86
-
87
84
  ## Sponsors
88
85
 
89
86
  Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/tsed#sponsor)]