Skip to content

Commit 34516e5

Browse files
committed
generated build for 6.0.2
1 parent a33cbd8 commit 34516e5

File tree

9 files changed

+9
-20
lines changed

9 files changed

+9
-20
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-->
2222
<rapi-doc
2323
id="thedoc"
24-
spec-url="./specs/bitbucket.json"
24+
spec-url="./specs/temp.yaml"
2525
theme="dark"
2626
allow-api-list-style-selection = "false"
2727
render-style = 'read'

dist/index.html.gz

1 Byte
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.gz

4 Bytes
Binary file not shown.

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.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-->
2222
<rapi-doc
2323
id="thedoc"
24-
spec-url="./specs/bitbucket.json"
24+
spec-url="./specs/temp.yaml"
2525
theme="dark"
2626
allow-api-list-style-selection = "false"
2727
render-style = 'read'

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": "6.0.1",
3+
"version": "6.0.2",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {

src/components/api-request.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,6 @@ export default class ApiRequest extends LitElement {
316316
'text',
317317
);
318318

319-
/*
320-
reqExample = generateExample(
321-
mimeReqObj.examples ? mimeRespObj.examples : '',
322-
mimeReqObj.example ? mimeRespObj.example : '',
323-
mimeReqObj.schema,
324-
mimeReqObj,
325-
true,
326-
mimeResp.includes('json') ? 'json' : 'text',
327-
);
328-
*/
329-
330319
textareaExampleHtml = html`
331320
${textareaExampleHtml}
332321
<textarea

0 commit comments

Comments
 (0)