swagger-client 3.27.5 → 3.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -404,7 +404,7 @@ function buildOas3UrlWithContext(ourUrl = '', contextUrl = '') {
|
|
|
404
404
|
}
|
|
405
405
|
function getVariableTemplateNames(str) {
|
|
406
406
|
const results = [];
|
|
407
|
-
const re = /{([^}]
|
|
407
|
+
const re = /{([^}]{1,29})}/g;
|
|
408
408
|
let text;
|
|
409
409
|
|
|
410
410
|
// eslint-disable-next-line no-cond-assign
|