updated versions

This commit is contained in:
Tony Tam
2017-01-05 00:55:17 -08:00
parent a7aea6784a
commit ae4961ded9
2 changed files with 4 additions and 4 deletions

4
dist/swagger-ui.js vendored
View File

@@ -1,6 +1,6 @@
/**
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
* @version v2.2.9
* @version v2.2.10
* @link http://swagger.io
* @license Apache-2.0
*/
@@ -3175,7 +3175,7 @@ state.pendingcb++;ret=writeOrBuffer(this,state,chunk,encoding,cb)}return ret};Wr
/**
* swagger-client - swagger-client is a javascript client for use with swaggering APIs.
* @version v2.1.28
* @version v2.1.29
* @link http://swagger.io
* @license Apache-2.0
*/

View File

@@ -8,7 +8,7 @@
}
],
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"version": "2.2.9",
"version": "2.2.10",
"homepage": "http://swagger.io",
"license": "Apache-2.0",
"main": "dist/swagger-ui.js",
@@ -63,6 +63,6 @@
"run-sequence": "^1.2.2",
"selenium-webdriver": "^2.45.0",
"sinon-chai": "2.8.0",
"swagger-client": "2.1.28"
"swagger-client": "2.1.29"
}
}