Skip to content

Commit

Permalink
Build for release 9.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Jan 15, 2023
1 parent f58b3c6 commit b1590d1
Show file tree
Hide file tree
Showing 14 changed files with 1,470 additions and 993 deletions.
Binary file modified dist/index.html.gz
Binary file not shown.
20 changes: 10 additions & 10 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 @@ -60,7 +60,7 @@

/**
* @preserve
* RapiDoc 9.3.4.beta - WebComponent to View OpenAPI docs
* RapiDoc 9.3.4 - 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.
83 changes: 51 additions & 32 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.

20 changes: 10 additions & 10 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

83 changes: 51 additions & 32 deletions docs/rapidoc.js

Large diffs are not rendered by default.

1,499 changes: 911 additions & 588 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidoc",
"version": "9.3.4.beta",
"version": "9.3.4",
"description": "RapiDoc - Open API spec viewer with built in console",
"author": "Mrinmoy Majumdar <[email protected]>",
"homepage": "https://rapidocweb.com",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@apitools/openapi-parser": "0.0.30",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"lit": "^2.5.0",
"marked": "^4.2.4",
"lit": "^2.6.1",
"marked": "^4.2.12",
"prismjs": "^1.29.0",
"xml-but-prettier": "^1.0.1"
},
Expand All @@ -51,18 +51,18 @@
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"babel-plugin-template-html-minifier": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.2",
"eslint": "^8.29.0",
"css-loader": "^6.7.3",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.0",
"eslint-webpack-plugin": "3.2.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
Expand Down
734 changes: 425 additions & 309 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b1590d1

Please sign in to comment.