@homebridge-plugins/homebridge-wemo 7.2.0 → 7.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to homebridge-wemo will be documented in this file.
4
4
 
5
+ ## v7.2.2 (2025-07-24)
6
+
7
+ ### Other Changes
8
+
9
+ - dependency updates
10
+
11
+ ## v7.2.1 (2025-07-18)
12
+
13
+ ### Other Changes
14
+
15
+ - add maintainer message
16
+
5
17
  ## v7.2.0 (2025-07-13)
6
18
 
7
19
  ### Notable Changes
package/README.md CHANGED
@@ -30,6 +30,8 @@ Homebridge plugin to integrate Wemo devices into HomeKit
30
30
  > This means that the plugin should continue to work after the Wemo cloud service is discontinued.
31
31
  > See [issue #203](https://github.com/homebridge-plugins/homebridge-wemo/issues/203) for more information.
32
32
 
33
+ > I'm looking for some lovely people to help maintain this plugin, please get in touch on GitHub or Discord if you'd like to help out 😄
34
+
33
35
  ### Prerequisites
34
36
 
35
37
  - To use this plugin, you will need to already have:
@@ -121,5 +121,5 @@ export default {
121
121
  upnpFail: 'upnp error (will be re-attempted)',
122
122
  upnpGood: 'upnp has been established',
123
123
  viaAL: 'via adaptive lighting',
124
- welcome: 'This plugin has been made with by bwp91, please consider a on GitHub if you are finding it useful!',
124
+ welcome: 'I\'m looking for some lovely people to help maintain this plugin, please get in touch on GitHub or Discord if you\'d like to help out 😄',
125
125
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@homebridge-plugins/homebridge-wemo",
3
3
  "alias": "Wemo",
4
4
  "type": "module",
5
- "version": "7.2.0",
5
+ "version": "7.2.2",
6
6
  "description": "Homebridge plugin to integrate Wemo devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@homebridge/plugin-ui-utils": "^2.1.0",
59
- "axios": "^1.10.0",
59
+ "axios": "^1.11.0",
60
60
  "ip": "^2.0.1",
61
61
  "node-ssdp": "^4.0.1",
62
62
  "p-queue": "^8.1.0",
@@ -64,6 +64,6 @@
64
64
  "xmlbuilder": "^15.1.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@antfu/eslint-config": "^4.16.2"
67
+ "@antfu/eslint-config": "^4.19.0"
68
68
  }
69
69
  }