@midwayjs/swagger 3.20.0 → 3.20.2

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.
@@ -523,7 +523,7 @@ let SwaggerExplorer = class SwaggerExplorer {
523
523
  }
524
524
  else {
525
525
  tt.content = {
526
- 'text/plan': {
526
+ 'text/plain': {
527
527
  schema: {
528
528
  type: convertSchemaType(tt.type),
529
529
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/swagger",
3
- "version": "3.20.0",
3
+ "version": "3.20.2",
4
4
  "main": "dist/index.js",
5
5
  "typings": "index.d.ts",
6
6
  "files": [
@@ -11,10 +11,10 @@
11
11
  ],
12
12
  "devDependencies": {
13
13
  "@midwayjs/core": "^3.20.0",
14
- "@midwayjs/koa": "^3.20.0",
14
+ "@midwayjs/koa": "^3.20.2",
15
15
  "@midwayjs/mock": "^3.20.0",
16
- "@midwayjs/validate": "^3.20.0",
17
- "swagger-ui-dist": "5.18.2"
16
+ "@midwayjs/validate": "^3.20.2",
17
+ "swagger-ui-dist": "5.18.3"
18
18
  },
19
19
  "author": "Kurten Chan <chinkurten@gmail.com>",
20
20
  "license": "MIT",
@@ -27,5 +27,5 @@
27
27
  "type": "git",
28
28
  "url": "https://github.com/midwayjs/midway.git"
29
29
  },
30
- "gitHead": "5bf838ec6054f6e1e983664b0456a975db795932"
30
+ "gitHead": "f7b70a56947c48c820001f9ff5bc1071f7e94b09"
31
31
  }