hyperswitch
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -34,5 +34,5 @@ "use strict"; | ||
// limit the size of documents to apply syntax highlighting to | ||
.replace(/Sorter: "alpha"/, 'Sorter: "alpha", validatorUrl: null, ' + | ||
'highlightSizeThreshold: 10000') | ||
.replace(/docExpansion: "none"/, 'docExpansion: "list"') | ||
.replace(/docExpansion: "none"/, 'docExpansion: "list", ' | ||
+ 'validatorUrl: null, ' | ||
+ 'highlightSizeThreshold: 10000') | ||
.replace(/ url: url,/, 'url: "?spec",'); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "hyperswitch", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "REST API creation framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
180345