Skip to content

Commit

Permalink
bumped packages and generated build for 9.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Oct 11, 2024
1 parent 393d9d8 commit c922ffe
Show file tree
Hide file tree
Showing 16 changed files with 1,751 additions and 1,077 deletions.
1,016 changes: 1,010 additions & 6 deletions dist/index.html

Large diffs are not rendered by default.

Binary file modified dist/index.html.gz
Binary file not shown.
14 changes: 7 additions & 7 deletions dist/rapidoc-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

/**
* @preserve
* RapiDoc 9.3.7 - WebComponent to View OpenAPI docs
* RapiDoc 9.3.8 - WebComponent to View OpenAPI docs
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
Expand Down
Binary file modified dist/rapidoc-min.js.LICENSE.txt.gz
Binary file not shown.
Binary file modified dist/rapidoc-min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.map

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.map.gz
Binary file not shown.
171 changes: 88 additions & 83 deletions dist/rapidoc.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/report.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples-theme/cssparts-btn.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<script src="../load-rapidoc-and-other-common-scripts.js"></script>
<script src="./load-rapidoc-and-other-common-scripts.js"></script>
<style>
rapi-doc::part(btn){ border-radius: 15px; }
rapi-doc::part(btn-try) {
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<script src="./load-rapidoc-and-other-common-scripts.js"></script>
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&family=Roboto+Mono&display=swap" rel="stylesheet">
<style>
.size { width: 100px; height: 30px; font-size:13px; margin: 0 2px; padding: 0 8px; border-radius: 2px; outline:none; color: #fff;}
Expand Down
14 changes: 7 additions & 7 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

171 changes: 88 additions & 83 deletions docs/rapidoc.js

Large diffs are not rendered by default.

1,416 changes: 538 additions & 878 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidoc",
"version": "9.3.7",
"version": "9.3.8",
"description": "RapiDoc - Open API spec viewer with built in console",
"author": "Mrinmoy Majumdar <[email protected]>",
"homepage": "https://rapidocweb.com",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@apitools/openapi-parser": "0.0.33",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"lit": "^3.2.0",
"lit": "^3.2.1",
"marked": "4.3.0",
"prismjs": "^1.29.0",
"randexp": "^0.5.3",
Expand All @@ -52,9 +52,9 @@
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"babel-loader": "^9.2.1",
"babel-plugin-template-html-minifier": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -63,7 +63,7 @@
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-webpack-plugin": "4.2.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
Expand All @@ -72,7 +72,7 @@
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "4.11.1"
Expand Down

0 comments on commit c922ffe

Please sign in to comment.