@travetto/yaml
Advanced tools
Comparing version 0.7.1-alpha.2 to 0.7.1-alpha.3
@@ -29,4 +29,4 @@ { | ||
}, | ||
"version": "0.7.1-alpha.2", | ||
"gitHead": "010f9fe7407053a038f635aca11daf4165894f73" | ||
"version": "0.7.1-alpha.3", | ||
"gitHead": "3bb9fa31791043faba9ddb1580dd88599dc4860a" | ||
} |
@@ -34,3 +34,3 @@ import { Block, ListBlock, MapBlock, TextBlock } from './type/block'; | ||
} | ||
return last; | ||
return last || { index: 0, value: {} }; // Default to empty object if nothing returned | ||
} | ||
@@ -37,0 +37,0 @@ |
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
19981