Skip to content

Commit c922ffe

Browse files
committed
bumped packages and generated build for 9.3.8
1 parent 393d9d8 commit c922ffe

16 files changed

+1751
-1077
lines changed

dist/index.html

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

dist/index.html.gz

2.59 KB
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 7 additions & 7 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 - WebComponent to View OpenAPI docs
60+
* RapiDoc 9.3.8 - 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

0 Bytes
Binary file not shown.

dist/rapidoc-min.js.gz

6 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

8 Bytes
Binary file not shown.

dist/rapidoc.js

Lines changed: 88 additions & 83 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/examples-theme/cssparts-btn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
6-
<script src="../load-rapidoc-and-other-common-scripts.js"></script>
6+
<script src="./load-rapidoc-and-other-common-scripts.js"></script>
77
<style>
88
rapi-doc::part(btn){ border-radius: 15px; }
99
rapi-doc::part(btn-try) {

docs/examples/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
6-
<script src="./load-rapidoc-and-other-common-scripts.js"></script>
6+
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
77
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&family=Roboto+Mono&display=swap" rel="stylesheet">
88
<style>
99
.size { width: 100px; height: 30px; font-size:13px; margin: 0 2px; padding: 0 8px; border-radius: 2px; outline:none; color: #fff;}

docs/rapidoc-min.js

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

docs/rapidoc.js

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

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "9.3.7",
3+
"version": "9.3.8",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <mrin9@yahoo.com>",
66
"homepage": "https://rapidocweb.com",
@@ -36,7 +36,7 @@
3636
"@apitools/openapi-parser": "0.0.33",
3737
"base64-arraybuffer": "^1.0.2",
3838
"buffer": "^6.0.3",
39-
"lit": "^3.2.0",
39+
"lit": "^3.2.1",
4040
"marked": "4.3.0",
4141
"prismjs": "^1.29.0",
4242
"randexp": "^0.5.3",
@@ -52,9 +52,9 @@
5252
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.25.2",
56-
"@babel/eslint-parser": "^7.25.1",
57-
"@babel/preset-env": "^7.25.4",
55+
"@babel/core": "^7.25.8",
56+
"@babel/eslint-parser": "^7.25.8",
57+
"@babel/preset-env": "^7.25.8",
5858
"babel-loader": "^9.2.1",
5959
"babel-plugin-template-html-minifier": "^4.1.0",
6060
"clean-webpack-plugin": "^4.0.0",
@@ -63,7 +63,7 @@
6363
"eslint": "^8.57.1",
6464
"eslint-config-airbnb": "^19.0.4",
6565
"eslint-import-resolver-webpack": "^0.13.9",
66-
"eslint-plugin-import": "^2.30.0",
66+
"eslint-plugin-import": "^2.31.0",
6767
"eslint-webpack-plugin": "4.2.0",
6868
"file-loader": "^6.2.0",
6969
"filemanager-webpack-plugin": "^8.0.0",
@@ -72,7 +72,7 @@
7272
"style-loader": "^4.0.0",
7373
"terser-webpack-plugin": "^5.3.10",
7474
"unminified-webpack-plugin": "^3.0.0",
75-
"webpack": "^5.94.0",
75+
"webpack": "^5.95.0",
7676
"webpack-bundle-analyzer": "^4.10.2",
7777
"webpack-cli": "^5.1.4",
7878
"webpack-dev-server": "4.11.1"

0 commit comments

Comments
 (0)