swagger-axios-codegen
Advanced tools
Comparing version 0.16.13 to 0.16.14
@@ -125,3 +125,3 @@ "use strict"; | ||
Object.keys(swaggerSource.paths).forEach(path => { | ||
if (options.urlFilters.some(urlFilter => urlFilter.indexOf(path) > -1)) { | ||
if (options.urlFilters.some(urlFilter => path.includes(urlFilter))) { | ||
paths[path] = swaggerSource.paths[path]; | ||
@@ -128,0 +128,0 @@ } |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.16.13", | ||
"version": "0.16.14", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
Sorry, the diff of this file is not supported yet
207377