From 3c210fbfb4df97b6c61ce97fece72c3ee7e6c270 Mon Sep 17 00:00:00 2001 From: "H. Klages" Date: Sat, 15 Jun 2024 16:28:33 +0200 Subject: [PATCH] rollback dependencies --- CHANGELOG.md | 6 ++++++ README.md | 11 +++++++---- package.json | 10 +++++----- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2c90b..24eab86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 28194d1..f2e99c8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) diff --git a/package.json b/package.json index c1769ce..84b17f0 100644 --- a/package.json +++ b/package.json @@ -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": {}, @@ -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",