Skip to content

Commit

Permalink
generated build for release 9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed May 25, 2022
1 parent 4348008 commit 41a2482
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
4 changes: 1 addition & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
docEl.addEventListener('before-try', (e) => {
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
});
});</script><body><style>rapi-doc::part(section-endpoint-head).expanded {
border-radius:6px 6px 0 0 ;
}</style><rapi-doc spec-url="./specs/temp.json" id="thedoc" theme="dark" render-style="view" schema-style="table" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" use-summary-to-list-example="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>
});</script><body><rapi-doc spec-url="./specs/data-types.yaml" id="thedoc" theme="dark" render-style="read" schema-style="table" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" use-summary-to-list-example="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>
Binary file modified dist/index.html.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/rapidoc-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

/**
* @preserve
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
Expand Down
Binary file modified dist/rapidoc-min.js.LICENSE.txt.gz
Binary file not shown.
Binary file modified dist/rapidoc-min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/rapidoc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* @preserve
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
Expand Down Expand Up @@ -42411,7 +42411,7 @@ Prism.languages.js = Prism.languages.javascript;
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("124033b60eb8a90aab98")
/******/ __webpack_require__.h = () => ("9cfd848bcce7d0ae5b1a")
/******/ })();
/******/
/******/ /* webpack/runtime/global */
Expand Down
4 changes: 2 additions & 2 deletions dist/report.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/rapidoc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* @preserve
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
Expand Down Expand Up @@ -42411,7 +42411,7 @@ Prism.languages.js = Prism.languages.javascript;
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("124033b60eb8a90aab98")
/******/ __webpack_require__.h = () => ("9cfd848bcce7d0ae5b1a")
/******/ })();
/******/
/******/ /* webpack/runtime/global */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidoc",
"version": "9.3.0",
"version": "9.3.2",
"description": "RapiDoc - Open API spec viewer with built in console",
"author": "Mrinmoy Majumdar <[email protected]>",
"homepage": "https://rapidocweb.com",
Expand Down

0 comments on commit 41a2482

Please sign in to comment.