-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (@GermanBluefox) corrected the addition of the devices for Alexa - (@GermanBluefox) changed compilation of GUI to remove deprecated packages
- Loading branch information
1 parent
de334f9
commit 73ab5ed
Showing
7 changed files
with
649 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
admin/assets/index-CydZQ9T6.js → admin/assets/index-B4Aedn2q.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
{ | ||
"name": "iobroker.iot", | ||
"version": "3.4.2", | ||
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "dogafox@gmail.com" | ||
}, | ||
"homepage": "https://github.com/ioBroker/ioBroker.iot", | ||
"keywords": [ | ||
"ioBroker", | ||
"mqtt", | ||
"aws", | ||
"cloud", | ||
"web" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.iot" | ||
}, | ||
"dependencies": { | ||
"@iobroker/adapter-core": "^3.2.2", | ||
"@iobroker/types": "^6.0.11", | ||
"aws-iot-device-sdk": "^2.2.15", | ||
"iobroker.type-detector": "^3.0.5", | ||
"mime": "^3.0.0", | ||
"axios": "^1.7.7", | ||
"uuid": "^11.0.2" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@iobroker/build-tools": "^2.0.6", | ||
"@iobroker/eslint-config": "^0.1.6", | ||
"@iobroker/legacy-testing": "^2.0.0", | ||
"@types/node": "^22.8.6", | ||
"chai": "^4.5.0", | ||
"colorette": "^2.0.20", | ||
"mocha": "^10.8.2", | ||
"puppeteer": "^23.6.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ioBroker/ioBroker.iot/issues" | ||
}, | ||
"main": "main.js", | ||
"files": [ | ||
"admin/", | ||
"doc/", | ||
"img/", | ||
"keys/", | ||
"lib/", | ||
"io-package.json", | ||
"LICENSE", | ||
"main.js" | ||
], | ||
"scripts": { | ||
"test-gui": "mocha test/testAdapter.gui.js --exit", | ||
"test-package": "mocha test/testPackageFiles.js --exit", | ||
"test": "npm run test-gui && npm run test-package", | ||
"test-alexa-v3": "mocha --grep AlexaSmartHomeV3 --recursive", | ||
"prepublishOnly": "node tasks", | ||
"build": "node tasks", | ||
"release": "release-script", | ||
"release-patch": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes", | ||
"translate": "translate-adapter", | ||
"update-packages": "ncu --upgrade && cd src && ncu --upgrade && cd .. && cd src-rules && ncu --upgrade && cd ..", | ||
"npm": "npm i && cd src && npm i -f && cd ../src-rules && npm i -f", | ||
"rules-0-clean": "node tasks --rules-0-clean", | ||
"rules-1-npm": "node tasks --rules-1-npm", | ||
"rules-2-compile": "node tasks --rules-2-compile", | ||
"rules-3-copy": "node tasks --rules-3-copy", | ||
"rules-build": "node tasks --rules-build", | ||
"0-clean": "node tasks --0-clean", | ||
"1-npm": "node tasks --1-npm", | ||
"2-build": "node tasks --2-build", | ||
"3-copy": "node tasks --3-copy", | ||
"4-patch": "node tasks --4-patch", | ||
"build-admin": "node tasks --build-admin" | ||
}, | ||
"license": "MIT", | ||
"readmeFilename": "README.md" | ||
"name": "iobroker.iot", | ||
"version": "3.4.3", | ||
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "dogafox@gmail.com" | ||
}, | ||
"homepage": "https://github.com/ioBroker/ioBroker.iot", | ||
"keywords": [ | ||
"ioBroker", | ||
"mqtt", | ||
"aws", | ||
"cloud", | ||
"web" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ioBroker/ioBroker.iot" | ||
}, | ||
"dependencies": { | ||
"@iobroker/adapter-core": "^3.2.2", | ||
"@iobroker/types": "^6.0.11", | ||
"aws-iot-device-sdk": "^2.2.15", | ||
"iobroker.type-detector": "^3.0.5", | ||
"mime": "^3.0.0", | ||
"axios": "^1.7.7", | ||
"uuid": "^11.0.2" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-iobroker": "^3.7.2", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"@iobroker/build-tools": "^2.0.6", | ||
"@iobroker/eslint-config": "^0.1.6", | ||
"@iobroker/legacy-testing": "^2.0.0", | ||
"@types/node": "^22.8.6", | ||
"chai": "^4.5.0", | ||
"colorette": "^2.0.20", | ||
"mocha": "^10.8.2", | ||
"puppeteer": "^23.6.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ioBroker/ioBroker.iot/issues" | ||
}, | ||
"main": "main.js", | ||
"files": [ | ||
"admin/", | ||
"doc/", | ||
"img/", | ||
"keys/", | ||
"lib/", | ||
"io-package.json", | ||
"LICENSE", | ||
"main.js" | ||
], | ||
"scripts": { | ||
"test-gui": "mocha test/testAdapter.gui.js --exit", | ||
"test-package": "mocha test/testPackageFiles.js --exit", | ||
"test": "npm run test-gui && npm run test-package", | ||
"test-alexa-v3": "mocha --grep AlexaSmartHomeV3 --recursive", | ||
"prepublishOnly": "node tasks", | ||
"build": "node tasks", | ||
"release": "release-script", | ||
"release-patch": "release-script patch --yes", | ||
"release-minor": "release-script minor --yes", | ||
"release-major": "release-script major --yes", | ||
"translate": "translate-adapter", | ||
"update-packages": "ncu --upgrade && cd src && ncu --upgrade && cd .. && cd src-rules && ncu --upgrade && cd ..", | ||
"npm": "npm i && cd src && npm i -f && cd ../src-rules && npm i -f", | ||
"rules-0-clean": "node tasks --rules-0-clean", | ||
"rules-1-npm": "node tasks --rules-1-npm", | ||
"rules-2-compile": "node tasks --rules-2-compile", | ||
"rules-3-copy": "node tasks --rules-3-copy", | ||
"rules-build": "node tasks --rules-build", | ||
"0-clean": "node tasks --0-clean", | ||
"1-npm": "node tasks --1-npm", | ||
"2-build": "node tasks --2-build", | ||
"3-copy": "node tasks --3-copy", | ||
"4-patch": "node tasks --4-patch", | ||
"build-admin": "node tasks --build-admin" | ||
}, | ||
"license": "MIT", | ||
"readmeFilename": "README.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters