The “newest” release is versioned 1.0.8-hotfix.1 but that's a pre-release version identifier, per https://semver.org/#spec-item-9
So releasing it did not in fact hotfix anything — a package.json that specifies ^1.0.8 will install 1.0.8, not 1.0.8-hotfix.1. This is probably not what was intended. :)
The “newest” release is versioned
1.0.8-hotfix.1but that's a pre-release version identifier, per https://semver.org/#spec-item-9So releasing it did not in fact hotfix anything — a
package.jsonthat specifies^1.0.8will install1.0.8, not1.0.8-hotfix.1. This is probably not what was intended. :)