Skip to content

Commit

Permalink
rollback dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hklages committed Jun 15, 2024
1 parent 720ab33 commit 3c210fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project are documented in this file.

### [1.2.5] 2024-06-15

#### Changed

- roll back dependency ts-sonos to version 2.5.0

### [1.2.4] 2024-05-01

#### Changed
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## node-red-contrib-sonos-events

[![Dependencies](https://david-dm.org/hklages/node-red-contrib-sonos-events.svg)](https://david-dm.org/hklages/node-red-contrib-sonos-events)
[![npm](https://img.shields.io/npm/dt/node-red-contrib-sonos-events.svg)](https://www.npmjs.com/package/node-red-contrib-sonos-events)
[![npm](https://img.shields.io/npm/v/node-red-contrib-sonos-events.svg)](https://www.npmjs.com/package/node-red-contrib-sonos-events)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-NO-red.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hklages/node-red-contrib-sonos-plus/master/LICENSE)
[![Donation](https://img.shields.io/badge/donation-cappuccino-orange)](https://www.buymeacoffee.com/hklages)

---

> ## Since 2024-06-15 this package will no longer be actively developed
---

A single [Node-RED](https://nodered.org/) node to receive events from any [SONOS](https://www.sonos.com/) player in your local network.

Works well with [Home Assistant](https://www.home-assistant.io/) and with the sister package [node-red-contrib-sonos-plus](https://www.npmjs.com/package/node-red-contrib-sonos-plus), executing SONOS commands.
Expand Down Expand Up @@ -44,5 +49,3 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
### Credentials

[Stephan](https://github.com/svrooij)

[svrooij node-sonos-ts](https://github.com/svrooij/node-sonos-ts/blob/master/README.md)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-sonos-events",
"version": "1.2.4",
"version": "1.2.5",
"description": "A single Node-RED node to handle SONOS events in a local network.",
"main": "index.js",
"scripts": {},
Expand Down Expand Up @@ -28,10 +28,10 @@
"author": "hklages",
"license": "MIT",
"dependencies": {
"@svrooij/sonos": "^2.6.0-beta.11",
"axios": "^1.6.8",
"debug": "^4.3.4",
"fast-xml-parser": "^4.3.6"
"@svrooij/sonos": "2.5.0",
"axios": "1.6.8",
"debug": "4.3.4",
"fast-xml-parser": "4.3.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down

0 comments on commit 3c210fb

Please sign in to comment.