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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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
  ![CI](https://img.shields.io/github/actions/workflow/status/pgerke/freeathome-local-api-client/ci.yml?style=flat-square)
6
6
  [![codecov](https://codecov.io/gh/pgerke/freeathome-local-api-client/branch/main/graph/badge.svg?token=UJQVXZ5PPM)](https://codecov.io/gh/pgerke/freeathome-local-api-client)
7
- [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=pgerke_freeathome-local-api-client)](https://sonarcloud.io/summary/new_code?id=pgerke_freeathome-local-api-client)
7
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pgerke_freeathome-local-api-client&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pgerke_freeathome-local-api-client)
8
8
  ![Dependencies](https://img.shields.io/librariesio/release/npm/freeathome-local-api-client?style=flat-square)
9
9
  ![npm](https://img.shields.io/npm/v/freeathome-local-api-client?style=flat-square)
10
10
  ![License](https://img.shields.io/github/license/pgerke/freeathome-local-api-client?style=flat-square)
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.6.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.2"
46
+ "ws": "^8.18.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/eslintrc": "^3.3.1",
50
- "@eslint/js": "^9.27.0",
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.32.1",
55
- "@typescript-eslint/parser": "^8.32.1",
56
- "eslint": "^9.27.0",
57
- "eslint-config-prettier": "^10.1.5",
58
- "eslint-plugin-import": "^2.31.0",
59
- "eslint-plugin-n": "^17.18.0",
60
- "eslint-plugin-prettier": "^5.4.0",
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.1.0",
63
- "jasmine": "^5.7.1",
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.5.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",