Skip to content

Commit 14998cc

Browse files
committed
Updated packages
1 parent aa7636d commit 14998cc

File tree

9 files changed

+39
-133
lines changed

9 files changed

+39
-133
lines changed

dist/rapidoc-min.js

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

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/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ No Build steps!, No Frameworks!, Just copy the below script in an html, and open
55
<html>
66
<head>
77
<meta charset="utf-8"> <!-- Important: The Custom element uses utf8 charecters -->
8-
<script src="https://unpkg.com/[email protected].1/dist/rapidoc-min.js"></script>
8+
<script src="https://unpkg.com/[email protected].2/dist/rapidoc-min.js"></script>
99
</head>
1010
<body>
1111
<rapi-doc

docs/rapidoc-min.js

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {
@@ -22,12 +22,12 @@
2222
],
2323
"dependencies": {
2424
"json-schema-ref-parser": "^6.0.3",
25-
"lit-element": "latest",
26-
"lit-html": "latest",
25+
"lit-element": "2.0.0-rc.3",
26+
"lit-html": "1.0.0-rc.2",
2727
"lodash.clonedeep": "^4.5.0",
2828
"lodash.debounce": "^4.0.8",
2929
"marked": "^0.6.0",
30-
"swagger2openapi": "^5.0.1"
30+
"swagger2openapi": "^5.0.2"
3131
},
3232
"scripts": {
3333
"build": "webpack --mode=${NODE_ENV:-production}",

src/components/end-point.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class EndPoint extends LitElement {
4747
}
4848
.m-endpoint > .head.patch:hover,
4949
.m-endpoint > .head.patch.expanded{
50-
border: 1px solid var(--patch-color);
50+
border-color:var(--patch-color);
5151
background-color:var(--light-patch-color);
5252
}
5353
.m-endpoint .body {

src/rapidoc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ class RapiDoc extends LitElement {
109109
input.header-input{
110110
background:${this.headerColor?vars.color.brightness(this.headerColor, -20):vars.color.inputReverseBg};
111111
color:var(--header-fg);
112-
border:1px solid var(--dark-primary-color);
112+
border:1px solid var(--dark-primary-color);
113+
width:450px;
113114
}
114115
.tag{
115116
font-size: 18px;

yarn.lock

Lines changed: 15 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ [email protected], commander@~2.17.1:
10711071
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
10721072
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
10731073

1074-
commander@^2.18.0, commander@^2.7.1:
1074+
commander@^2.18.0:
10751075
version "2.19.0"
10761076
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
10771077
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
@@ -3154,16 +3154,6 @@ jsonpointer@^4.0.1:
31543154
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
31553155
integrity sha1-T9kss04OnbPInIYi7PUfm5eMbLk=
31563156

3157-
jsonschema-draft4@^1.0.0:
3158-
version "1.0.0"
3159-
resolved "https://registry.yarnpkg.com/jsonschema-draft4/-/jsonschema-draft4-1.0.0.tgz#f0af2005054f0f0ade7ea2118614b69dc512d865"
3160-
integrity sha1-8K8gBQVPDwrefqIRhhS2ncUS2GU=
3161-
3162-
3163-
version "1.2.4"
3164-
resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.2.4.tgz#a46bac5d3506a254465bc548876e267c6d0d6464"
3165-
integrity sha512-lz1nOH69GbsVHeVgEdvyavc/33oymY1AZwtePMiMj4HZPMbP5OIKK3zT9INMWjwua/V4Z4yq7wSlBbSG+g4AEw==
3166-
31673157
jsprim@^1.2.2:
31683158
version "1.4.1"
31693159
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -3234,14 +3224,14 @@ lightercollective@^0.1.0:
32343224
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
32353225
integrity sha512-J9tg5uraYoQKaWbmrzDDexbG6hHnMcWS1qLYgJSWE+mpA3U5OCSeMUhb+K55otgZJ34oFdR0ECvdIb3xuO5JOQ==
32363226

3237-
lit-element@latest:
3238-
version "2.0.0-rc.2"
3239-
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.0.0-rc.2.tgz#5975c3b282ce47937de861b48456036df71f422b"
3240-
integrity sha512-yP6mX23n8WUYXpS2RJUL87DSZYQY327YrnqFiSyPe9aSzjgJ5Jy3In3itzjeiFOT8Od4VKLM7u6bLG9tGFO1pw==
3227+
lit-element@2.0.0-rc.3:
3228+
version "2.0.0-rc.3"
3229+
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.0.0-rc.3.tgz#03470c8f4f5616221c2a99378c8cfb0452b8d35f"
3230+
integrity sha512-A+lvXxq2xd4jkbbaNDkC4oXZXFHMSWhdAK2wrBTeMiTTcISEGm2F/zCcuxSYJEy2941fwWmEnPE9BPWqU/07Kg==
32413231
dependencies:
32423232
lit-html "^1.0.0-rc.2"
32433233

3244-
lit-html@^1.0.0-rc.2, lit-html@latest:
3234+
[email protected], lit-html@^1.0.0-rc.2:
32453235
version "1.0.0-rc.2"
32463236
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.0.0-rc.2.tgz#b9c904520fe005d349aa737a86d83645d97d5a89"
32473237
integrity sha512-4bq34lhVmwWly1zBXicOBJLOwaWfjOVbchEEmFnZLuztxjh5wRd2WqV0URX8Q47MQ7PaIjn/eXyTRKsYhSAeRw==
@@ -3319,16 +3309,6 @@ lodash.flatten@^4.4.0:
33193309
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
33203310
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
33213311

3322-
lodash.get@^4.0.0:
3323-
version "4.4.2"
3324-
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
3325-
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
3326-
3327-
lodash.isequal@^4.0.0:
3328-
version "4.5.0"
3329-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3330-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
3331-
33323312
lodash.isplainobject@^4.0.6:
33333313
version "4.0.6"
33343314
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -3963,10 +3943,10 @@ oas-schema-walker@^1.1.2:
39633943
resolved "https://registry.yarnpkg.com/oas-schema-walker/-/oas-schema-walker-1.1.2.tgz#0ad6b78a01421cb9fda9dd820f23f5db51d51b86"
39643944
integrity sha512-Q9xqeUtc17ccP/dpUfARci4kwFFszyJAgR/wbDhrRR/73GqsY5uSmKaIK+RmBqO8J4jVYrrDPjQKvt1IcpQdGw==
39653945

3966-
oas-validator@^3.0.0:
3967-
version "3.0.0"
3968-
resolved "https://registry.yarnpkg.com/oas-validator/-/oas-validator-3.0.0.tgz#a531514d0ca40118cbe138328332811622e8f290"
3969-
integrity sha512-0pHJtYyfuZKpWFLZGrIlA8IZUunJdgCJo1pn6Nc+S5CE7rNmfKflXs2NV0IwD0Ck3frg0r4TSJAUQxR8n0Yptw==
3946+
oas-validator@^3.0.1:
3947+
version "3.0.1"
3948+
resolved "https://registry.yarnpkg.com/oas-validator/-/oas-validator-3.0.1.tgz#f4da3e85d3ffb1d5c3785b5a96c2b6fd18735a7e"
3949+
integrity sha512-nujG/sQHQwTFSWVt43uMxAIShhgI25bVbPJaIyAkNliEOKSCUxiJcm9rs9s8BF/aKc8CHVFTAXCH1gD1VUP0sQ==
39703950
dependencies:
39713951
ajv "^5.5.2"
39723952
better-ajv-errors "^0.5.2"
@@ -4064,15 +4044,6 @@ ono@^4.0.11:
40644044
dependencies:
40654045
format-util "^1.0.3"
40664046

4067-
openapi-schema-validation@^0.4.2:
4068-
version "0.4.2"
4069-
resolved "https://registry.yarnpkg.com/openapi-schema-validation/-/openapi-schema-validation-0.4.2.tgz#895c29021be02e000f71c51f859da52118eb1e21"
4070-
integrity sha512-K8LqLpkUf2S04p2Nphq9L+3bGFh/kJypxIG2NVGKX0ffzT4NQI9HirhiY6Iurfej9lCu7y4Ndm4tv+lm86Ck7w==
4071-
dependencies:
4072-
jsonschema "1.2.4"
4073-
jsonschema-draft4 "^1.0.0"
4074-
swagger-schema-official "2.0.0-bab6bed"
4075-
40764047
opener@^1.5.1:
40774048
version "1.5.1"
40784049
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -5437,33 +5408,10 @@ supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.5.0:
54375408
dependencies:
54385409
has-flag "^3.0.0"
54395410

5440-
swagger-methods@^1.0.8:
5441-
version "1.0.8"
5442-
resolved "https://registry.yarnpkg.com/swagger-methods/-/swagger-methods-1.0.8.tgz#8baf37ee861d3c72ff7b2faad6d74c60b336e2ed"
5443-
integrity sha512-G6baCwuHA+C5jf4FNOrosE4XlmGsdjbOjdBK4yuiDDj/ro9uR4Srj3OR84oQMT8F3qKp00tYNv0YN730oTHPZA==
5444-
5445-
swagger-parser@^6.0.3:
5446-
version "6.0.3"
5447-
resolved "https://registry.yarnpkg.com/swagger-parser/-/swagger-parser-6.0.3.tgz#d7fc881d98320666327173f9fdea6fe98a8174bd"
5448-
integrity sha512-rd1w4giVtgdWELAmxWXjVbb2+xnbkc4BjzsQHBLU8YDMBhmNbnQBHQc92BpspxBwkj0zhSpF7Htor9691NJfwA==
5449-
dependencies:
5450-
call-me-maybe "^1.0.1"
5451-
json-schema-ref-parser "^6.0.3"
5452-
ono "^4.0.11"
5453-
openapi-schema-validation "^0.4.2"
5454-
swagger-methods "^1.0.8"
5455-
swagger-schema-official "2.0.0-bab6bed"
5456-
z-schema "^3.24.2"
5457-
5458-
5459-
version "2.0.0-bab6bed"
5460-
resolved "https://registry.yarnpkg.com/swagger-schema-official/-/swagger-schema-official-2.0.0-bab6bed.tgz#70070468d6d2977ca5237b2e519ca7d06a2ea3fd"
5461-
integrity sha1-cAcEaNbSl3ylI3suUZyn0Gouo/0=
5462-
5463-
swagger2openapi@^5.0.1:
5464-
version "5.0.1"
5465-
resolved "https://registry.yarnpkg.com/swagger2openapi/-/swagger2openapi-5.0.1.tgz#eb3984c5b2ac22809c0a67bc2a85d61a400e1d1a"
5466-
integrity sha512-oDaL+XrikC8Zgh5jMBkiPItMLZGu9SPKMFhQDQghmrhBZ2ID1w9djUTxHFLeQCzMwWXirGugCv6yoxPC4ouqvw==
5411+
swagger2openapi@^5.0.2:
5412+
version "5.0.2"
5413+
resolved "https://registry.yarnpkg.com/swagger2openapi/-/swagger2openapi-5.0.2.tgz#365ca43e9b01bf13d8071cf7ad49debebfac2ede"
5414+
integrity sha512-WBZb3wysC+5M+7tn/etgr+4kIdNM5wL7iRE3KQfJetIvHga10pqDO00oi3dv14cNykU4zh9GLD0XPW5h0EkilQ==
54675415
dependencies:
54685416
better-ajv-errors "^0.6.1"
54695417
call-me-maybe "^1.0.1"
@@ -5472,7 +5420,7 @@ swagger2openapi@^5.0.1:
54725420
oas-kit-common "^1.0.7"
54735421
oas-resolver "^2.0.0"
54745422
oas-schema-walker "^1.1.2"
5475-
oas-validator "^3.0.0"
5423+
oas-validator "^3.0.1"
54765424
reftools "^1.0.5"
54775425
yaml "^1.2.0"
54785426
yargs "^12.0.2"
@@ -5808,11 +5756,6 @@ validate-npm-package-license@^3.0.1:
58085756
spdx-correct "^3.0.0"
58095757
spdx-expression-parse "^3.0.0"
58105758

5811-
validator@^10.0.0:
5812-
version "10.10.0"
5813-
resolved "https://registry.yarnpkg.com/validator/-/validator-10.10.0.tgz#a69ac298149f063a44361cb52182edb52dab59a4"
5814-
integrity sha512-DyZyLJlMXM3CGdVaVHE/EDzCagMRoPI3mmGdxxNQbqkGqh56+M3d1i0ZAWd69En8U21DHbPTn12aOdhO+hfm5w==
5815-
58165759
vary@~1.1.2:
58175760
version "1.1.2"
58185761
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
@@ -6155,18 +6098,6 @@ yargs@^7.0.0:
61556098
y18n "^3.2.1"
61566099
yargs-parser "^5.0.0"
61576100

6158-
z-schema@^3.24.2:
6159-
version "3.24.2"
6160-
resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-3.24.2.tgz#193560e718812d98fdc190c38871b634b92f2386"
6161-
integrity sha512-Zb2YLJ9g72MexBXKPRzoypd4OZfVkFghdy10eVbcMNLl9YQsPXtyMpiK7a3sG7IIERg1lEDjEMrG9Km9DPbWLw==
6162-
dependencies:
6163-
core-js "^2.5.7"
6164-
lodash.get "^4.0.0"
6165-
lodash.isequal "^4.0.0"
6166-
validator "^10.0.0"
6167-
optionalDependencies:
6168-
commander "^2.7.1"
6169-
61706101
zip-stream@^2.0.1:
61716102
version "2.0.1"
61726103
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.0.1.tgz#48a062488afe91dda42f823700fae589753ccd34"

0 commit comments

Comments
 (0)