In Lighthouse we had some code the assumed the .version property on a discovered library would be a string. But in the Magento 2 case, it's a number literal.
We're now casting to a string, so we'll be fine, but I wanted to raise it here in case other consumers may make similar assumptions.
In Lighthouse we had some code the assumed the
.version
property on a discovered library would be a string. But in the Magento 2 case, it's a number literal.We're now casting to a string, so we'll be fine, but I wanted to raise it here in case other consumers may make similar assumptions.