Skip to content

Commit 0f9f23f

Browse files
committed
generated build for release v9.3.7
1 parent 17739fe commit 0f9f23f

14 files changed

+69
-68
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><rapi-doc spec-url="./specs/filter-test.yaml" id="thedoc" theme="dark" render-style="read" schema-style="tree" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="true" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" remove-endpoints-with-badge-label-as="one" match-type="regex" persist-auth="true" scroll-behavior="smooth"></rapi-doc></body></html>
6+
});</script><body><rapi-doc spec-url="./specs/petstore_mini.yaml" id="thedoc" theme="dark" render-style="focused" schema-style="tree" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="true" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" remove-endpoints-with-badge-label-as="one" match-type="regex" persist-auth="true" scroll-behavior="smooth"></rapi-doc></body></html>

dist/index.html.gz

5 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 21 additions & 21 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
@@ -57,7 +57,7 @@
5757

5858
/**
5959
* @preserve
60-
* RapiDoc 9.3.7-beta - WebComponent to View OpenAPI docs
60+
* RapiDoc 9.3.7 - WebComponent to View OpenAPI docs
6161
* License: MIT
6262
* Repo : https://github.com/rapi-doc/RapiDoc
6363
* Author : Mrinmoy Majumdar

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

-4 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

56 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

-2 Bytes
Binary file not shown.

dist/rapidoc.js

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

dist/report.html

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

docs/rapidoc-min.js

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

docs/rapidoc.js

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

docs/specs/temp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ openapi: 3.1.0
22
info:
33
title: test
44
version: '1.0'
5-
servers:
6-
- url: 'http://localhost:3000'
5+
servers: []
76
paths:
87
/abc-path:
98
get:

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.7-beta",
3+
"version": "9.3.7",
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)