nestjs-knife4j-plus 1.0.0 → 1.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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,6 @@ async function bootstrap() {
|
|
|
42
42
|
const document = SwaggerModule.createDocument(app, options)
|
|
43
43
|
SwaggerModule.setup('api', app, document)
|
|
44
44
|
|
|
45
|
-
// if you want to use express adapter, you can use the following code
|
|
46
45
|
knife4jSetup(app, [
|
|
47
46
|
{
|
|
48
47
|
name: '2.0 version',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-knife4j-plus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "NestJS Knife4j integration for enhanced Swagger/OpenAPI documentation with support for both Express and Fastify adapters. Provides a powerful API documentation UI based on Knife4j.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|