a127-magic
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -125,3 +125,3 @@ /**************************************************************************** | ||
if (sectionIndent >= 0) { | ||
if (value.indexOf(value.trim()) < sectionIndent) { // we're out of the section | ||
if (value.indexOf(value.trim()) <= sectionIndent) { // we're out of the section | ||
sectionKey = null; | ||
@@ -128,0 +128,0 @@ } else { |
{ | ||
"name": "a127-magic", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Apigee 127 Swagger Loader and Middleware", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96242