Skip to content

Commit 97b7866

Browse files
committed
generated build for 8.2.0
1 parent 753111b commit 97b7866

File tree

7 files changed

+35
-21
lines changed

7 files changed

+35
-21
lines changed

dist/rapidoc-min.js

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

1 Byte
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
-->
4040
<rapi-doc
4141
id = "thedoc"
42-
spec-url="./specs/temp.yaml"
42+
spec-url="./specs/temp.json"
4343
allow-server-selection = "false"
4444
show-header = "false"
4545
theme = "light"
4646
allow-try = "true"
4747
allow-api-list-style-selection = "false"
4848
regular-font = 'Open Sans'
4949
schema-style = 'tree'
50-
render-style = 'read'
51-
default-schema-tab = "model"
50+
render-style = 'focused'
51+
default-schema-tab = "example"
5252
> </rapi-doc>
5353

5454
<!--

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {
@@ -43,13 +43,13 @@
4343
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.11.1",
46+
"@babel/core": "^7.11.4",
4747
"@babel/preset-env": "^7.11.0",
4848
"babel-eslint": "^10.1.0",
4949
"babel-loader": "^8.1.0",
5050
"babel-plugin-template-html-minifier": "^4.1.0",
5151
"clean-webpack-plugin": "^3.0.0",
52-
"compression-webpack-plugin": "^5.0.0",
52+
"compression-webpack-plugin": "^5.0.1",
5353
"css-loader": "^4.2.1",
5454
"eslint": "^7.7.0",
5555
"eslint-config-airbnb": "^18.2.0",

yarn.lock

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
invariant "^2.2.4"
4242
semver "^5.5.0"
4343

44-
"@babel/core@^7.11.1":
45-
version "7.11.1"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
47-
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
44+
"@babel/core@^7.11.4":
45+
version "7.11.4"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229"
47+
integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg==
4848
dependencies:
4949
"@babel/code-frame" "^7.10.4"
50-
"@babel/generator" "^7.11.0"
50+
"@babel/generator" "^7.11.4"
5151
"@babel/helper-module-transforms" "^7.11.0"
5252
"@babel/helpers" "^7.10.4"
53-
"@babel/parser" "^7.11.1"
53+
"@babel/parser" "^7.11.4"
5454
"@babel/template" "^7.10.4"
5555
"@babel/traverse" "^7.11.0"
5656
"@babel/types" "^7.11.0"
@@ -81,6 +81,15 @@
8181
jsesc "^2.5.1"
8282
source-map "^0.5.0"
8383

84+
"@babel/generator@^7.11.4":
85+
version "7.11.4"
86+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be"
87+
integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g==
88+
dependencies:
89+
"@babel/types" "^7.11.0"
90+
jsesc "^2.5.1"
91+
source-map "^0.5.0"
92+
8493
"@babel/generator@^7.9.6":
8594
version "7.9.6"
8695
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -417,11 +426,16 @@
417426
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
418427
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
419428

420-
"@babel/parser@^7.11.0", "@babel/parser@^7.11.1":
429+
"@babel/parser@^7.11.0":
421430
version "7.11.3"
422431
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9"
423432
integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==
424433

434+
"@babel/parser@^7.11.4":
435+
version "7.11.4"
436+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
437+
integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
438+
425439
"@babel/parser@^7.7.0", "@babel/parser@^7.9.6":
426440
version "7.9.6"
427441
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -2566,10 +2580,10 @@ compressible@~2.0.16:
25662580
dependencies:
25672581
mime-db ">= 1.38.0 < 2"
25682582

2569-
compression-webpack-plugin@^5.0.0:
2570-
version "5.0.0"
2571-
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-5.0.0.tgz#3903c5eb35af61ed4e773f1675895465479d4201"
2572-
integrity sha512-7igJXv3WgdLpAr+ix4Q0jbnyL43c2kpxhvGXxpP1aQ+Am4zLngU8GoemPZh22OmDCNJ73/DUwV+uumIdp2ltmA==
2583+
compression-webpack-plugin@^5.0.1:
2584+
version "5.0.1"
2585+
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-5.0.1.tgz#316c1a4e4ccc94510a978c967fc143581d1e3643"
2586+
integrity sha512-Wcb99O4UkdDZiM+blEw6h+cUfJYCn2kgK0l3fjLOm72Stso9DVMieQpBD4PVpyI7DLL6+zNh0iJV3p4HDwTinQ==
25732587
dependencies:
25742588
cacache "^15.0.5"
25752589
find-cache-dir "^3.3.1"

0 commit comments

Comments
 (0)