vona-module-a-swagger 5.0.26 → 5.0.28
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/index.js +1 -1
- package/package.json +3 -3
- /package/{static → assets/static}/rapidoc-9.3.8/index.html +0 -0
- /package/{static → assets/static}/rapidoc-9.3.8/rapidoc-min.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/favicon-16x16.png +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/favicon-32x32.png +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/index.css +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/index.html +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/oauth2-redirect.html +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-initializer.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-bundle.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-bundle.js.map +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-es-bundle-core.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-es-bundle-core.js.map +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-es-bundle.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-es-bundle.js.map +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-standalone-preset.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui-standalone-preset.js.map +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui.css +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui.css.map +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui.js +0 -0
- /package/{static → assets/static}/swagger-ui-5.18.2/swagger-ui.js.map +0 -0
package/dist/index.js
CHANGED
|
@@ -161,7 +161,7 @@ let ControllerSwagger = (_dec$1 = Controller({
|
|
|
161
161
|
return __SWAGGER_HTML__.replace('__SWAGGER_ACCESSTOKEN__', accessToken).replace('__SWAGGER_UI__', _pathUI).replace('__SWAGGER_CSS__', _pathCSS).replace('__SWAGGER_JS__', _pathJS).replace('__SWAGGER_JSON__', `${_pathJSON}?version=${version}`);
|
|
162
162
|
}
|
|
163
163
|
async json(version) {
|
|
164
|
-
const json = await this
|
|
164
|
+
const json = await this.bean.openapi.generateJson(version);
|
|
165
165
|
return JSON.stringify(json, null, 2);
|
|
166
166
|
}
|
|
167
167
|
}, _applyDecoratedDescriptor(_class2.prototype, "index", [_dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9], Object.getOwnPropertyDescriptor(_class2.prototype, "index"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "json", [_dec0, _dec1, _dec10, _dec11, _dec12, _dec13], Object.getOwnPropertyDescriptor(_class2.prototype, "json"), _class2.prototype), _class2)) || _class$1) || _class$1);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-module-a-swagger",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.28",
|
|
5
5
|
"title": "a-swagger",
|
|
6
6
|
"vonaModule": {
|
|
7
7
|
"dependencies": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"./package.json": "./package.json"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"assets",
|
|
28
|
+
"dist"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"clean-package": "^2.2.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|