node-switchbot 2.1.2-beta.7 → 2.1.2-beta.8
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 +2 -0
- package/dist/advertising.d.ts +23 -9
- package/dist/advertising.d.ts.map +1 -1
- package/dist/advertising.js +1 -1
- package/dist/advertising.js.map +1 -1
- package/dist/device/woblindtilt.d.ts +2 -1
- package/dist/device/woblindtilt.d.ts.map +1 -1
- package/dist/device/woblindtilt.js +2 -1
- package/dist/device/woblindtilt.js.map +1 -1
- package/dist/device/wobulb.d.ts +2 -1
- package/dist/device/wobulb.d.ts.map +1 -1
- package/dist/device/wobulb.js +2 -1
- package/dist/device/wobulb.js.map +1 -1
- package/dist/device/wocontact.d.ts +2 -1
- package/dist/device/wocontact.d.ts.map +1 -1
- package/dist/device/wocontact.js +2 -1
- package/dist/device/wocontact.js.map +1 -1
- package/dist/device/wocurtain.d.ts +2 -1
- package/dist/device/wocurtain.d.ts.map +1 -1
- package/dist/device/wocurtain.js +4 -8
- package/dist/device/wocurtain.js.map +1 -1
- package/dist/device/wohand.d.ts +2 -1
- package/dist/device/wohand.d.ts.map +1 -1
- package/dist/device/wohand.js +2 -1
- package/dist/device/wohand.js.map +1 -1
- package/dist/device/wohub2.d.ts +3 -2
- package/dist/device/wohub2.d.ts.map +1 -1
- package/dist/device/wohub2.js +9 -8
- package/dist/device/wohub2.js.map +1 -1
- package/dist/device/wohumi.d.ts +2 -1
- package/dist/device/wohumi.d.ts.map +1 -1
- package/dist/device/wohumi.js +2 -1
- package/dist/device/wohumi.js.map +1 -1
- package/dist/device/woiosensorth.d.ts +2 -1
- package/dist/device/woiosensorth.d.ts.map +1 -1
- package/dist/device/woiosensorth.js +2 -1
- package/dist/device/woiosensorth.js.map +1 -1
- package/dist/device/woplugmini.d.ts +2 -1
- package/dist/device/woplugmini.d.ts.map +1 -1
- package/dist/device/woplugmini.js +2 -1
- package/dist/device/woplugmini.js.map +1 -1
- package/dist/device/wopresence.d.ts +2 -1
- package/dist/device/wopresence.d.ts.map +1 -1
- package/dist/device/wopresence.js +2 -1
- package/dist/device/wopresence.js.map +1 -1
- package/dist/device/wosensorth.d.ts +5 -3
- package/dist/device/wosensorth.d.ts.map +1 -1
- package/dist/device/wosensorth.js +5 -3
- package/dist/device/wosensorth.js.map +1 -1
- package/dist/device/wosmartlock.d.ts +4 -1
- package/dist/device/wosmartlock.d.ts.map +1 -1
- package/dist/device/wosmartlock.js +4 -1
- package/dist/device/wosmartlock.js.map +1 -1
- package/dist/device/wosmartlockpro.d.ts +4 -1
- package/dist/device/wosmartlockpro.d.ts.map +1 -1
- package/dist/device/wosmartlockpro.js +4 -1
- package/dist/device/wosmartlockpro.js.map +1 -1
- package/dist/device/wostrip.d.ts +2 -1
- package/dist/device/wostrip.d.ts.map +1 -1
- package/dist/device/wostrip.js +2 -1
- package/dist/device/wostrip.js.map +1 -1
- package/dist/device.d.ts +2 -2
- package/dist/device.d.ts.map +1 -1
- package/dist/types.d.ts +19 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +20 -0
- package/dist/types.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-switchbot",
|
|
3
|
-
"version": "2.1.2-beta.
|
|
3
|
+
"version": "2.1.2-beta.8",
|
|
4
4
|
"description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
|
|
5
5
|
"homepage": "https://github.com/OpenWonderLabs/node-switchbot",
|
|
6
6
|
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"@eslint/js": "^9.4.0",
|
|
46
46
|
"@stylistic/eslint-plugin": "^2.1.0",
|
|
47
47
|
"@types/eslint__js": "^8.42.3",
|
|
48
|
-
"@types/node": "^20.14.
|
|
48
|
+
"@types/node": "^20.14.2",
|
|
49
49
|
"eslint": "^9.4.0",
|
|
50
|
-
"globals": "^15.
|
|
50
|
+
"globals": "^15.4.0",
|
|
51
51
|
"homebridge": "^1.8.2",
|
|
52
52
|
"homebridge-config-ui-x": "4.56.2",
|
|
53
|
-
"nodemon": "^3.1.
|
|
53
|
+
"nodemon": "^3.1.3",
|
|
54
54
|
"npm-check-updates": "^16.14.20",
|
|
55
55
|
"rimraf": "^5.0.7",
|
|
56
56
|
"ts-node": "^10.9.2",
|
|
57
57
|
"typescript": "^5.4.5",
|
|
58
|
-
"typescript-eslint": "^8.0.0-alpha.
|
|
58
|
+
"typescript-eslint": "^8.0.0-alpha.28"
|
|
59
59
|
}
|
|
60
60
|
}
|