@midwayjs/swagger 3.3.0 → 3.3.4
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/dist/swaggerExplorer.js +1 -1
- package/package.json +6 -6
package/dist/swaggerExplorer.js
CHANGED
|
@@ -483,7 +483,7 @@ let SwaggerExplorer = class SwaggerExplorer {
|
|
|
483
483
|
return;
|
|
484
484
|
}
|
|
485
485
|
this.parseExtraModel(clzz);
|
|
486
|
-
const props = (0, decorator_1.
|
|
486
|
+
const props = (0, decorator_1.getClassExtendedMetadata)(decorator_1.INJECT_CUSTOM_PROPERTY, clzz);
|
|
487
487
|
const tt = {
|
|
488
488
|
type: 'object',
|
|
489
489
|
properties: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/swagger",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"main": "dist/index",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"index.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@midwayjs/core": "^3.3.
|
|
13
|
-
"@midwayjs/decorator": "^3.
|
|
14
|
-
"@midwayjs/koa": "^3.3.
|
|
15
|
-
"@midwayjs/mock": "^3.3.
|
|
12
|
+
"@midwayjs/core": "^3.3.4",
|
|
13
|
+
"@midwayjs/decorator": "^3.3.4",
|
|
14
|
+
"@midwayjs/koa": "^3.3.4",
|
|
15
|
+
"@midwayjs/mock": "^3.3.4",
|
|
16
16
|
"swagger-ui-dist": "4.6.2"
|
|
17
17
|
},
|
|
18
18
|
"author": "Kurten Chan <chinkurten@gmail.com>",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"type": "git",
|
|
28
28
|
"url": "https://github.com/midwayjs/midway.git"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "0c2785a87217f57a184a661c71b1d9562af02242"
|
|
31
31
|
}
|