Closed svrooij closed 9 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/sonos-event-listener.ts | 1 | 2 | 50.0% | ||
src/services/base-service.ts | 32 | 34 | 94.12% | ||
src/helpers/xml-helper.ts | 40 | 50 | 80.0% | ||
<!-- | Total: | 93 | 106 | 87.74% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/helpers/xml-helper.ts | 1 | 83.57% | ||
src/sonos-event-listener.ts | 14 | 64.05% | ||
src/sonos-device.ts | 24 | 66.12% | ||
<!-- | Total: | 39 | --> |
Totals | |
---|---|
Change from base Build 5474567724: | -2.4% |
Covered Lines: | 1691 |
Relevant Lines: | 2110 |
:tada: This PR is included in version 2.6.0-beta.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
old xml parser was broken and update did not work as expected
Description
Removing the
fast-xml-parser
in favor of@rgrove/parse-xml
so everybody can safely install the next version of node-sonos-ts without any warnings about deprecated stuffYour checklist for this pull request
🚨 Please review the guidelines for contributing to this repository.
💔 Thank you!