node-switchbot 2.0.0-beta.3 → 2.0.0-beta.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,7 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
4
4
 
5
- ## [1.10.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.10.0) (2024-1-5)
5
+ ## [2.0.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v2.0.0) (2024-02-XX)
6
+
7
+ ### What's Changed
8
+ - Rewrite into Typescript and Convert CommonJS to ES Module
9
+ - Fix Linting, Thanks [@dnicolson](https://github.com/dnicolson) [#216](https://github.com/OpenWonderLabs/node-switchbot/pull/216)
10
+ - Code Cleaup, Thanks [@dnicolson](https://github.com/dnicolson) [#217](https://github.com/OpenWonderLabs/node-switchbot/pull/217)
11
+ - Housekeeping and update dependencies
12
+
13
+ **Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v1.10.0...v2.0.0
14
+
15
+ ## [1.10.0](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.10.0) (2024-01-05)
6
16
 
7
17
  ### What's Changed
8
18
  - Fix reversed bot state reporting, Thanks [@grelca](https://github.com/grelca) [#207](https://github.com/OpenWonderLabs/node-switchbot/pull/207)
@@ -11,7 +21,7 @@ All notable changes to this project will be documented in this file. This projec
11
21
 
12
22
  **Full Changelog**: https://github.com/OpenWonderLabs/node-switchbot/compare/v1.9.1...v1.10.0
13
23
 
14
- ## [1.9.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.9.1) (2023-11-2)
24
+ ## [1.9.1](https://github.com/OpenWonderLabs/node-switchbot/releases/tag/v1.9.1) (2023-11-02)
15
25
 
16
26
  ### What's Changed
17
27
  - Housekeeping and update dependencies
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "node-switchbot",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.5",
4
4
  "description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "check": "npm install && npm outdated",
9
9
  "update": "ncu -u && npm update && npm install",
10
- "lint": "eslint src/**.ts",
10
+ "lint": "eslint src/**/*.ts",
11
11
  "build": "rimraf ./dist && tsc",
12
12
  "prepublishOnly": "npm run lint && npm run build",
13
13
  "postpublish": "npm run clean",
14
14
  "clean": "rimraf ./dist",
15
- "test": "eslint src/**.ts"
15
+ "test": "npm run lint"
16
16
  },
17
17
  "keywords": [
18
18
  "switchbot",