Skip to content

Commit

Permalink
Update swagger-ui to v3.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2020
1 parent 781b04d commit 13ecea6
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 173 deletions.
Empty file modified dist/favicon-16x16.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified dist/favicon-32x32.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion dist/oauth2-redirect.html
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en-US">
<title>Swagger UI: OAuth2 Redirect</title>
<body onload="run()">
<body>
</body>
</html>
<script>
Expand Down Expand Up @@ -65,4 +65,8 @@
}
window.close();
}

window.addEventListener('DOMContentLoaded', function () {
run();
});
</script>
135 changes: 2 additions & 133 deletions dist/swagger-ui-bundle.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/swagger-ui-bundle.js.map
100755 → 100644

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

23 changes: 2 additions & 21 deletions dist/swagger-ui-standalone-preset.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/swagger-ui-standalone-preset.js.map
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/swagger-ui.css
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/swagger-ui.css.map
100755 → 100644

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions dist/swagger-ui.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/swagger-ui.js.map
100755 → 100644

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
<body>
<div id="swagger-ui"></div>

<script src="dist/swagger-ui-bundle.js"> </script>
<script src="dist/swagger-ui-standalone-preset.js"> </script>
<script src="dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script>
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "https://rebeccacy.github.io/swagger-ui/cloud_recording_restful_api.yaml",
url: "swagger.yaml",
dom_id: '#swagger-ui',
defaultModelsExpandDepth: -1,
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
Expand Down
2 changes: 1 addition & 1 deletion swagger-ui.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.25.0
v3.35.2

0 comments on commit 13ecea6

Please sign in to comment.