freeathome-local-api-client 1.6.1 → 1.7.0
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/README.md +3 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -4,11 +4,13 @@ A client library for the BUSCH-JAEGER free@home local API implemented in TypeScr
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
[](https://codecov.io/gh/pgerke/freeathome-local-api-client)
|
|
7
|
-
[](https://sonarcloud.io/summary/new_code?id=pgerke_freeathome-local-api-client)
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
11
|
|
|
12
|
+
If you are using Golang, feel free to check out the Go implementation of this library [here](https://github.com/pgerke/freeathome)!
|
|
13
|
+
|
|
12
14
|
## Installation
|
|
13
15
|
|
|
14
16
|
You can install the package from npmjs.com:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "freeathome-local-api-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"preview": false,
|
|
5
5
|
"description": "A client library for the BUSCH-JAEGER free@home local API implemented in TypeScript",
|
|
6
6
|
"repository": {
|
|
@@ -43,27 +43,27 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"rxjs": "^7.8.2",
|
|
45
45
|
"ts-interface-checker": "^1.0.2",
|
|
46
|
-
"ws": "^8.18.
|
|
46
|
+
"ws": "^8.18.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@eslint/eslintrc": "^3.3.1",
|
|
50
|
-
"@eslint/js": "^9.
|
|
50
|
+
"@eslint/js": "^9.31.0",
|
|
51
51
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
52
52
|
"@types/jasmine": "^5.1.8",
|
|
53
53
|
"@types/ws": "^8.18.1",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
55
|
-
"@typescript-eslint/parser": "^8.
|
|
56
|
-
"eslint": "^9.
|
|
57
|
-
"eslint-config-prettier": "^10.1.
|
|
58
|
-
"eslint-plugin-import": "^2.
|
|
59
|
-
"eslint-plugin-n": "^17.
|
|
60
|
-
"eslint-plugin-prettier": "^5.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
56
|
+
"eslint": "^9.31.0",
|
|
57
|
+
"eslint-config-prettier": "^10.1.8",
|
|
58
|
+
"eslint-plugin-import": "^2.32.0",
|
|
59
|
+
"eslint-plugin-n": "^17.21.0",
|
|
60
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
61
61
|
"eslint-plugin-promise": "^7.2.1",
|
|
62
|
-
"globals": "^16.
|
|
63
|
-
"jasmine": "^5.
|
|
62
|
+
"globals": "^16.3.0",
|
|
63
|
+
"jasmine": "^5.9.0",
|
|
64
64
|
"jasmine-spec-reporter": "^7.0.0",
|
|
65
65
|
"nyc": "^17.1.0",
|
|
66
|
-
"prettier": "^3.
|
|
66
|
+
"prettier": "^3.6.2",
|
|
67
67
|
"rimraf": "^6.0.1",
|
|
68
68
|
"ts-interface-builder": "^0.3.3",
|
|
69
69
|
"ts-loader": "^9.5.2",
|