@forinda/kickjs-swagger 7.0.0 → 7.0.1

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/README.md CHANGED
@@ -31,7 +31,7 @@ Decorators (`@ApiTags`, `@ApiOperation`, `@ApiResponse`, `@ApiBearerAuth`, `@Api
31
31
 
32
32
  ## Documentation
33
33
 
34
- [forinda.github.io/kick-js/guide/swagger](https://forinda.github.io/kick-js/guide/swagger)
34
+ [kickjs.app/guide/swagger](https://kickjs.app/guide/swagger)
35
35
 
36
36
  ## License
37
37
 
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-swagger v7.0.0
2
+ * @forinda/kickjs-swagger v7.0.1
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-swagger",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "OpenAPI spec generation from decorators, Swagger UI and ReDoc serving for KickJS",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "reflect-metadata": "^0.2.2",
33
33
  "swagger-ui-dist": "^5.32.6",
34
- "@forinda/kickjs-schema": "0.1.2"
34
+ "@forinda/kickjs-schema": "0.1.3"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "express": "^5.1.0",
@@ -53,7 +53,7 @@
53
53
  "vitest": "^4.1.8",
54
54
  "yup": "^1.7.1",
55
55
  "zod": "^4.4.3",
56
- "@forinda/kickjs": "5.18.0"
56
+ "@forinda/kickjs": "6.1.1"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
@@ -63,7 +63,7 @@
63
63
  "engines": {
64
64
  "node": ">=20.0"
65
65
  },
66
- "homepage": "https://forinda.github.io/kick-js/",
66
+ "homepage": "https://kickjs.app/",
67
67
  "repository": {
68
68
  "type": "git",
69
69
  "url": "https://github.com/forinda/kick-js.git",