Skip to content

Commit

Permalink
release v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 31, 2018
1 parent 91640e9 commit f8113cf
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions dist/swagger-parser.js
@@ -1,5 +1,5 @@
/*!
* Swagger Parser v5.0.2 (July 30th 2018)
* Swagger Parser v5.0.3 (July 31st 2018)
*
* http://bigstickcarpet.com/swagger-parser
*
Expand Down Expand Up @@ -11019,7 +11019,7 @@ function getResult (obj, prop, file, callback) {

var isWindows = /^win/.test(process.platform),
forwardSlashPattern = /\//g,
protocolPattern = /^([a-z0-9.+-]+):\/\//i,
protocolPattern = /^(\w{2,}):\/\//i,
url = module.exports;

// RegExp patterns to URL-encode special characters in local filesystem paths
Expand Down
2 changes: 1 addition & 1 deletion dist/swagger-parser.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/swagger-parser.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/swagger-parser.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "swagger-parser",
"version": "5.0.2",
"version": "5.0.3",
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers",
"keywords": [
"swagger",
Expand Down Expand Up @@ -85,4 +85,4 @@
"swagger-schema-official": "2.0.0-bab6bed",
"z-schema": "^3.19.1"
}
}
}
4 changes: 2 additions & 2 deletions www/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/js/bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions www/js/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit f8113cf

Please sign in to comment.