Skip to content

Commit

Permalink
Bump fast-xml-parser (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharr1 authored Jan 17, 2025
1 parent 49622cf commit 7e489d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var denon = {};
var roon = new RoonApi({
extension_id: "org.pruessmann.roon.denon",
display_name: "Denon/Marantz AVR",
display_version: "2025.1.1",
display_version: "2025.1.2",
publisher: "Doc Bobo",
email: "[email protected]",
website: "https://github.com/docbobo/roon-extension-denon",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "roon-extension-denon",
"version": "2025.1.1",
"version": "2025.1.2",
"description": "Volume Control extension to control Denon/Marantz AV receivers via network.",
"main": "app.js",
"author": "Doc Bobo <[email protected]> (https://blog.pruessmann.org/)",
"license": "Apache-2.0",
"dependencies": {
"debug": "^3.1.0",
"denon-client": "^0.2.4",
"fast-xml-parser": "^3.9.10",
"fast-xml-parser": "^4.5.1",
"node-fetch": "^2.1.2",
"node-roon-api": "github:OonihiloO/node-roon-api#e0a51b72795fe9921d7b2b12d9c0102a475faa60",
"node-roon-api-settings": "github:roonlabs/node-roon-api-settings#67cd8ca156c5bcd01ea63833ceaaec6d6a79654d",
Expand Down

0 comments on commit 7e489d4

Please sign in to comment.