Skip to content

Commit 9955bcc

Browse files
committed
updated versions
1 parent c17cc10 commit 9955bcc

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed

dist/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
onFailure: function(data) {
4848
log("Unable to Load SwaggerUI");
4949
},
50-
docExpansion: "none"
50+
docExpansion: "none",
51+
sorter : "alpha"
5152
});
5253

5354
$('#input_apiKey').change(function() {

dist/swagger-ui.js

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// swagger-ui.js
2-
// version 2.0.18
2+
// version 2.0.19
33
$(function() {
44

55
// Helper function for vertically aligning DOM elements
@@ -312,23 +312,6 @@ function program8(depth0,data) {
312312
});
313313
})();
314314

315-
(function() {
316-
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
317-
templates['oauth_view'] = template(function (Handlebars,depth0,helpers,partials,data) {
318-
this.compilerInfo = [4,'>= 1.0.0'];
319-
helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
320-
var buffer = "", stack1, functionType="function", escapeExpression=this.escapeExpression;
321-
322-
323-
buffer += "<div class='auth_button' id='oauth_button'><img class='auth_icon' alt='apply api key' src='images/oauth.jpeg'></div>\n<div class='auth_container' id='oauth_container'>\n <div class='key_input_container'>\n <div class='auth_label'>";
324-
if (stack1 = helpers.keyName) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
325-
else { stack1 = depth0.keyName; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
326-
buffer += escapeExpression(stack1)
327-
+ "</div>\n <div class='auth_submit'><a class='auth_submit_button' id=\"apply_basic_auth\" href=\"#\">apply</a></div>\n </div>\n</div>\n";
328-
return buffer;
329-
});
330-
})();
331-
332315
(function() {
333316
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
334317
templates['operation'] = template(function (Handlebars,depth0,helpers,partials,data) {

dist/swagger-ui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-ui",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
55
"scripts": {
66
"build": "PATH=$PATH:./node_modules/.bin cake dist",
@@ -18,8 +18,8 @@
1818
"license": "Apache",
1919
"readmeFilename": "README.md",
2020
"dependencies": {
21-
"coffee-script": "~1.5.0",
22-
"swagger-client": "2.0.29",
21+
"coffee-script": "~1.6.3",
22+
"swagger-client": "2.0.34",
2323
"handlebars": "~1.0.10",
2424
"less": "~1.4.2"
2525
}

0 commit comments

Comments
 (0)