diff --git a/LICENSE b/LICENSE index 669640f..461297e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 TA2k +Copyright (c) 2024 TA2k Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9986978..22055a1 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,19 @@ AC Heizen ## Changelog +### 0.1.3 + +- (Speedbreaker) Updated dependencies + +### 0.1.2 + +- (TA2k) Fix non mac devices + +### 0.1.1 + +- (TA2k) Fix Login + + ### 0.0.7 - (TA2k) add wizard app login @@ -289,7 +302,7 @@ AC Heizen MIT License -Copyright (c) 2022 TA2k +© 2024 TA2k tombox2020@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/io-package.json b/io-package.json index 8b871be..767b6ec 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "hoover", - "version": "0.1.2", + "version": "0.1.3", "news": { + "0.1.3": { + "en": "updated dependencies", + "de": "Abhängigkeiten aktualisiert" + }, "0.1.2": { "en": "Fix non mac devices", "de": "Fix nicht mac Geräte" @@ -64,11 +68,14 @@ "pl": "Adapter do odkurzaczy", "zh-cn": "胡佛设备适配器" }, + "tier": 2, "authors": ["TA2k "], "keywords": ["hoover", "hon"], - "license": "MIT", + "licenseInformation": { + "text": "MIT License", + "url": "https://opensource.org/licenses/MIT" + }, "platform": "Javascript/Node.js", - "main": "main.js", "icon": "hoover.png", "enabled": true, "extIcon": "https://raw.githubusercontent.com/TA2k/ioBroker.hoover/master/admin/hoover.png", @@ -79,8 +86,8 @@ "compact": true, "connectionType": "cloud", "dataSource": "poll", - "materialize": true, "adminUI": { + "enabled": true, "config": "json" }, "plugins": { @@ -90,7 +97,7 @@ }, "dependencies": [ { - "js-controller": ">=3.2.0" + "js-controller": ">=5.0.19" } ], "globalDependencies": [ diff --git a/package.json b/package.json index b1fedf3..207afbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hoover", - "version": "0.1.2", + "version": "0.1.3", "description": "Adapter for hoover devices", "author": { "name": "TA2k", @@ -9,6 +9,7 @@ "homepage": "https://github.com/TA2k/ioBroker.hoover", "license": "MIT", "keywords": [ + "ioBroker", "hoover", "hon" ], @@ -17,7 +18,7 @@ "url": "https://github.com/TA2k/ioBroker.hoover" }, "dependencies": { - "@iobroker/adapter-core": "^3.0.6", + "@iobroker/adapter-core": "^3.1.6", "aws-iot-device-sdk": "^2.2.13", "axios": "^1.6.8", "http-cookie-agent": "^5.0.4", @@ -26,14 +27,14 @@ "tough-cookie": "^4.1.3" }, "devDependencies": { - "@iobroker/testing": "^4.1.1", + "@iobroker/testing": "^4.1.3", "@types/node": "^20.12.7", "eslint": "^8.57.0", "typescript": "^5.4.5" }, "main": "main.js", "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" }, "scripts": { "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",