Skip to content

Commit 41a2482

Browse files
committed
generated build for release 9.3.2
1 parent 4348008 commit 41a2482

11 files changed

+13
-15
lines changed

dist/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><style>rapi-doc::part(section-endpoint-head).expanded {
7-
border-radius:6px 6px 0 0 ;
8-
}</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>
6+
});</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>

dist/index.html.gz

-52 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
/**
6262
* @preserve
63-
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
63+
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
6464
* License: MIT
6565
* Repo : https://github.com/rapi-doc/RapiDoc
6666
* Author : Mrinmoy Majumdar

dist/rapidoc-min.js.LICENSE.txt.gz

-2 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

2 Bytes
Binary file not shown.

dist/rapidoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* @preserve
4-
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
4+
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
55
* License: MIT
66
* Repo : https://github.com/rapi-doc/RapiDoc
77
* Author : Mrinmoy Majumdar
@@ -42411,7 +42411,7 @@ Prism.languages.js = Prism.languages.javascript;
4241142411
/******/
4241242412
/******/ /* webpack/runtime/getFullHash */
4241342413
/******/ (() => {
42414-
/******/ __webpack_require__.h = () => ("124033b60eb8a90aab98")
42414+
/******/ __webpack_require__.h = () => ("9cfd848bcce7d0ae5b1a")
4241542415
/******/ })();
4241642416
/******/
4241742417
/******/ /* webpack/runtime/global */

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/rapidoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* @preserve
4-
* RapiDoc 9.3.0 - WebComponent to View OpenAPI docs
4+
* RapiDoc 9.3.2 - WebComponent to View OpenAPI docs
55
* License: MIT
66
* Repo : https://github.com/rapi-doc/RapiDoc
77
* Author : Mrinmoy Majumdar
@@ -42411,7 +42411,7 @@ Prism.languages.js = Prism.languages.javascript;
4241142411
/******/
4241242412
/******/ /* webpack/runtime/getFullHash */
4241342413
/******/ (() => {
42414-
/******/ __webpack_require__.h = () => ("124033b60eb8a90aab98")
42414+
/******/ __webpack_require__.h = () => ("9cfd848bcce7d0ae5b1a")
4241542415
/******/ })();
4241642416
/******/
4241742417
/******/ /* webpack/runtime/global */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "9.3.0",
3+
"version": "9.3.2",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <mrin9@yahoo.com>",
66
"homepage": "https://rapidocweb.com",

0 commit comments

Comments
 (0)