Skip to content

Commit

Permalink
chore: release v3.4.3
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) corrected the addition of the devices for Alexa
-   (@GermanBluefox) changed compilation of GUI to remove deprecated packages
  • Loading branch information
GermanBluefox committed Nov 5, 2024
1 parent de334f9 commit 73ab5ed
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 622 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ setState('iot.0.app.message', JSON.stringify({
-->

## Changelog

### **WORK IN PROGRESS**
### 3.4.3 (2024-11-05)

- (@GermanBluefox) corrected the addition of the devices for Alexa
- (@GermanBluefox) changed compilation of GUI to remove deprecated packages
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/>
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
<title>IoT Settings</title>
<script type="module" crossorigin src="./assets/index-CydZQ9T6.js"></script>
<script type="module" crossorigin src="./assets/index-B4Aedn2q.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Bd3GtHgn.css">
</head>
<body>
Expand Down
1,086 changes: 557 additions & 529 deletions io-package.json

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions package.json
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"
}
2 changes: 1 addition & 1 deletion src-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.telegram.rules",
"private": true,
"version": "3.4.2",
"version": "3.4.3",
"scripts": {
"start": "set PORT=4173 && craco start",
"old-start": "set PORT=4173 && react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-admin",
"version": "3.4.2",
"version": "3.4.3",
"private": true,
"dependencies": {
"@emotion/styled": "^11.13.0",
Expand Down Expand Up @@ -37,4 +37,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 73ab5ed

Please sign in to comment.