@forinda/kickjs-swagger 1.2.12 → 1.2.13

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,10 @@ Auto-generated OpenAPI spec from decorators, Swagger UI, and ReDoc for KickJS.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
+ # Using the KickJS CLI (recommended)
9
+ kick add swagger
10
+
11
+ # Manual install
8
12
  pnpm add @forinda/kickjs-swagger @forinda/kickjs-core
9
13
  ```
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-swagger",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "OpenAPI spec generation from decorators, Swagger UI and ReDoc serving for KickJS",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "reflect-metadata": "^0.2.2",
43
- "@forinda/kickjs-core": "1.2.12"
43
+ "@forinda/kickjs-core": "1.2.13"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "express": "^5.1.0",