iobroker.iot 3.5.2 → 4.0.1
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 +24 -9
- package/admin/assets/index-Y479CE6x.js +681 -0
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{ActionVisu-D9x2f6zu.js → ActionVisu-DE8dgNVF.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react__loadShare__-Cg21Ef1U.js → ActionVisu__loadShare__react__loadShare__-BKaC-p5K.js} +1 -1
- package/admin/rules/assets/{ActionVisu__loadShare__react_mf_2_dom__loadShare__-B1zRWn0u.js → ActionVisu__loadShare__react_mf_2_dom__loadShare__-Bs1o8DtQ.js} +2 -2
- package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-DtUoI3FU.js +5 -0
- package/admin/rules/assets/bootstrap-Ba57tu25.js +1 -0
- package/admin/rules/assets/hostInit-hos3Txsy.js +1 -1
- package/admin/rules/assets/{index-Duo7mFlZ.js → index-CbxmbJvB.js} +2 -2
- package/admin/rules/assets/{index-CAAeiKCc.js → index-DjPMvPni.js} +2 -2
- package/admin/rules/assets/index-_Y2FN5EZ.js +1152 -0
- package/admin/rules/assets/{virtualExposes-BqVak7rX.js → virtualExposes-BNZJTatg.js} +2 -2
- package/admin/rules/customRuleBlocks.js +2 -2
- package/io-package.json +27 -27
- package/package.json +17 -14
- package/admin/assets/index-Df2NS929.js +0 -681
- package/admin/rules/assets/ActionVisu__mf_v__runtimeInit__mf_v__-Cz053nO7.js +0 -10
- package/admin/rules/assets/bootstrap-BCFKIiwZ.js +0 -1
- package/admin/rules/assets/index-BwcOGyWI.js +0 -1152
- package/lib/AlexaSmartHomeV3/Alexa/AlexaResponse.js +0 -262
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/Base.js +0 -124
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/BrightnessController.js +0 -15
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorController.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/ColorTemperatureController.js +0 -15
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/ContactSensor.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/LockController.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/ModeController.js +0 -69
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/MotionSensor.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/PercentageController.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/PowerController.js +0 -15
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/Speaker.js +0 -20
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/TemperatureSensor.js +0 -10
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/ThermostatController.js +0 -34
- package/lib/AlexaSmartHomeV3/Alexa/Capabilities/index.js +0 -14
- package/lib/AlexaSmartHomeV3/Alexa/Directives/Base.js +0 -27
- package/lib/AlexaSmartHomeV3/Alexa/Directives/ChangeReport.js +0 -75
- package/lib/AlexaSmartHomeV3/Alexa/Directives/Discovery.js +0 -39
- package/lib/AlexaSmartHomeV3/Alexa/Directives/ReportState.js +0 -50
- package/lib/AlexaSmartHomeV3/Alexa/Directives/index.js +0 -13
- package/lib/AlexaSmartHomeV3/Alexa/ModeValues/Base.js +0 -38
- package/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js +0 -55
- package/lib/AlexaSmartHomeV3/Alexa/ModeValues/Open.js +0 -56
- package/lib/AlexaSmartHomeV3/Alexa/ModeValues/index.js +0 -14
- package/lib/AlexaSmartHomeV3/Alexa/Properties/AdjustableProperty.js +0 -11
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Base.js +0 -108
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Brightness.js +0 -14
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Color.js +0 -40
- package/lib/AlexaSmartHomeV3/Alexa/Properties/ColorTemperatureInKelvin.js +0 -62
- package/lib/AlexaSmartHomeV3/Alexa/Properties/DetectionState.js +0 -22
- package/lib/AlexaSmartHomeV3/Alexa/Properties/LockState.js +0 -40
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Mode.js +0 -32
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Muted.js +0 -17
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Percentage.js +0 -14
- package/lib/AlexaSmartHomeV3/Alexa/Properties/PowerState.js +0 -25
- package/lib/AlexaSmartHomeV3/Alexa/Properties/TargetSetpoint.js +0 -28
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Temperature.js +0 -20
- package/lib/AlexaSmartHomeV3/Alexa/Properties/ThermostatMode.js +0 -52
- package/lib/AlexaSmartHomeV3/Alexa/Properties/Volume.js +0 -19
- package/lib/AlexaSmartHomeV3/Alexa/Properties/index.js +0 -14
- package/lib/AlexaSmartHomeV3/Controls/AdjustableControl.js +0 -22
- package/lib/AlexaSmartHomeV3/Controls/AdjustablePercentageControl.js +0 -28
- package/lib/AlexaSmartHomeV3/Controls/AirCondition.js +0 -144
- package/lib/AlexaSmartHomeV3/Controls/Blind.js +0 -12
- package/lib/AlexaSmartHomeV3/Controls/ContactSensor.js +0 -17
- package/lib/AlexaSmartHomeV3/Controls/Control.js +0 -352
- package/lib/AlexaSmartHomeV3/Controls/Ct.js +0 -172
- package/lib/AlexaSmartHomeV3/Controls/Dimmer.js +0 -124
- package/lib/AlexaSmartHomeV3/Controls/Door.js +0 -9
- package/lib/AlexaSmartHomeV3/Controls/Gate.js +0 -42
- package/lib/AlexaSmartHomeV3/Controls/Hue.js +0 -207
- package/lib/AlexaSmartHomeV3/Controls/Light.js +0 -54
- package/lib/AlexaSmartHomeV3/Controls/Lock.js +0 -36
- package/lib/AlexaSmartHomeV3/Controls/Motion.js +0 -17
- package/lib/AlexaSmartHomeV3/Controls/ReadOnlyDetector.js +0 -25
- package/lib/AlexaSmartHomeV3/Controls/Slider.js +0 -10
- package/lib/AlexaSmartHomeV3/Controls/Socket.js +0 -21
- package/lib/AlexaSmartHomeV3/Controls/Temperature.js +0 -22
- package/lib/AlexaSmartHomeV3/Controls/Thermostat.js +0 -86
- package/lib/AlexaSmartHomeV3/Controls/VacuumCleaner.js +0 -28
- package/lib/AlexaSmartHomeV3/Controls/Volume.js +0 -109
- package/lib/AlexaSmartHomeV3/Controls/VolumeGroup.js +0 -9
- package/lib/AlexaSmartHomeV3/Controls/Window.js +0 -9
- package/lib/AlexaSmartHomeV3/Controls/index.js +0 -14
- package/lib/AlexaSmartHomeV3/Device.js +0 -84
- package/lib/AlexaSmartHomeV3/DeviceManager.js +0 -415
- package/lib/AlexaSmartHomeV3/Exceptions/AlexaV3Exception.js +0 -8
- package/lib/AlexaSmartHomeV3/Exceptions/HourlyDeviceRateLimitExceeded.js +0 -5
- package/lib/AlexaSmartHomeV3/Exceptions/OverallDailyRateLimitExceeded.js +0 -5
- package/lib/AlexaSmartHomeV3/Helpers/AdapterProvider.js +0 -46
- package/lib/AlexaSmartHomeV3/Helpers/FileHelper.js +0 -70
- package/lib/AlexaSmartHomeV3/Helpers/IotProxy.js +0 -44
- package/lib/AlexaSmartHomeV3/Helpers/Logger.js +0 -95
- package/lib/AlexaSmartHomeV3/Helpers/RateLimiter.js +0 -82
- package/lib/AlexaSmartHomeV3/Helpers/Utils.js +0 -583
- package/lib/Utils.js +0 -608
- package/lib/adminCommonSocket.js +0 -781
- package/lib/alexaCustom.js +0 -622
- package/lib/alexaSmartHomeV2.js +0 -2792
- package/lib/alexaSmartHomeV3.js +0 -117
- package/lib/alisa.js +0 -2412
- package/lib/devices.js +0 -20
- package/lib/functions.js +0 -21
- package/lib/googleHome.js +0 -3323
- package/lib/notifications.js +0 -37
- package/lib/remote.js +0 -1363
- package/lib/rooms.js +0 -45
- package/lib/texts.js +0 -79
- package/lib/translate.js +0 -19
- package/lib/visuApp.js +0 -157
- package/main.js +0 -1444
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./ActionVisu-
|
|
2
|
-
import{_ as o}from"./preload-helper-Dp1pzeXC.js";const a={"./ActionVisu":async()=>{const t=await o(()=>import("./ActionVisu-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./ActionVisu-DE8dgNVF.js","./ActionVisu__mf_v__runtimeInit__mf_v__-DtUoI3FU.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as o}from"./preload-helper-Dp1pzeXC.js";const a={"./ActionVisu":async()=>{const t=await o(()=>import("./ActionVisu-DE8dgNVF.js"),__vite__mapDeps([0,1]),import.meta.url),e={};return Object.assign(e,t),Object.defineProperty(e,"__esModule",{value:!0,enumerable:!1}),e}};export{a as default};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./assets/index-
|
|
2
|
-
import{i as m,A as p}from"./assets/ActionVisu__mf_v__runtimeInit__mf_v__-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./assets/index-_Y2FN5EZ.js","./assets/ActionVisu__loadShare__react__loadShare__-BKaC-p5K.js","./assets/_commonjsHelpers-Cpj98o6Y.js","./assets/ActionVisu__mf_v__runtimeInit__mf_v__-DtUoI3FU.js","./assets/ActionVisu__loadShare__react_mf_2_dom__loadShare__-Bs1o8DtQ.js","./assets/index-Do-nCdWy.js","./assets/index-DjPMvPni.js"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{i as m,A as p}from"./assets/ActionVisu__mf_v__runtimeInit__mf_v__-DtUoI3FU.js";import s from"./assets/virtualExposes-BNZJTatg.js";import{_ as n}from"./assets/preload-helper-Dp1pzeXC.js";const i={"@iobroker/adapter-react-v5":async()=>await n(()=>import("./assets/index-_Y2FN5EZ.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url),react:async()=>await n(()=>import("./assets/index-Do-nCdWy.js").then(t=>t.i),__vite__mapDeps([5,2]),import.meta.url),"react-dom":async()=>await n(()=>import("./assets/index-DjPMvPni.js").then(t=>t.i),__vite__mapDeps([6,2,1,3]),import.meta.url)},a={"@iobroker/adapter-react-v5":{name:"@iobroker/adapter-react-v5",version:"7.7.2",scope:["default"],loaded:!1,from:"ActionVisu",async get(){a["@iobroker/adapter-react-v5"].loaded=!0;const{"@iobroker/adapter-react-v5":e}=i,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},react:{name:"react",version:"18.3.1",scope:["default"],loaded:!1,from:"ActionVisu",async get(){a.react.loaded=!0;const{react:e}=i,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},"react-dom":{name:"react-dom",version:"18.3.1",scope:["default"],loaded:!1,from:"ActionVisu",async get(){a["react-dom"].loaded=!0;const{"react-dom":e}=i,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}}},f=[],u={},c="default",d="ActionVisu";async function k(e={},t=[]){const r=m({name:d,remotes:f,shared:a,plugins:[],shareStrategy:"version-first"});var o=u[c];if(o||(o=u[c]={from:d}),!(t.indexOf(o)>=0)){t.push(o),r.initShareScopeMap("default",e);try{await Promise.all(await r.initializeSharing("default",{strategy:"version-first",from:"build",initScope:t}))}catch(l){console.error(l)}return p.initResolve(r),r}}function y(e){if(!(e in s))throw new Error(`Module ${e} does not exist in container.`);return s[e]().then(t=>()=>t)}export{y as get,k as init};
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "iot",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.0.1": {
|
|
7
|
+
"en": "Some files were rewritten in TypeScript\nImprovement of Alexa V3",
|
|
8
|
+
"de": "Einige Dateien wurden in TypeScript neu geschrieben\nVerbesserung von Alexa V3",
|
|
9
|
+
"ru": "Некоторые файлы были переписаны в TypeScript\nУлучшение Alexa V3",
|
|
10
|
+
"pt": "Alguns arquivos foram reescritos no TypeScript\nMelhoria da Alexa V3",
|
|
11
|
+
"nl": "Sommige bestanden zijn herschreven in TypeScript\nVerbetering van Alexa V3",
|
|
12
|
+
"fr": "Certains fichiers ont été réécrits dans TypeScript\nAmélioration de Alexa V3",
|
|
13
|
+
"it": "Alcuni file sono stati riscritti in TypeScript\nMiglioramento di Alexa V3",
|
|
14
|
+
"es": "Algunos archivos fueron reescritos en TipoScript\nMejora de Alexa V3",
|
|
15
|
+
"pl": "Niektóre pliki zostały zmienione w TypeScript\nPoprawa jakości Alexa V3",
|
|
16
|
+
"uk": "Деякі файли були записані у TypeScript\nУдосконалення Alexa V3",
|
|
17
|
+
"zh-cn": "一些文件在 TypeScript 中重写\n改进Alexa V3"
|
|
18
|
+
},
|
|
19
|
+
"3.6.0": {
|
|
20
|
+
"en": "new features for upcoming Visu App 1.4.0",
|
|
21
|
+
"de": "neue Features für die kommende Visu App 1.4.0",
|
|
22
|
+
"ru": "новые возможности для Visu App 1.4.0",
|
|
23
|
+
"pt": "novas funcionalidades para a próxima aplicação Visu 1.4.0",
|
|
24
|
+
"nl": "nieuwe functies voor Visu App 1.4.0",
|
|
25
|
+
"fr": "nouvelles fonctionnalités pour Visu App à venir 1.4.0",
|
|
26
|
+
"it": "nuove funzionalità per il prossimo Visu App 1.4.0",
|
|
27
|
+
"es": "nuevas características para la próxima aplicación Visu 1.4.0",
|
|
28
|
+
"pl": "nowe funkcje dla nadchodzącej aplikacji Visu 1.4.0",
|
|
29
|
+
"uk": "нові можливості для майбутнього додатка Visu 1.4.0",
|
|
30
|
+
"zh-cn": "即将到来的 Visu App 1.4.0 的新功能"
|
|
31
|
+
},
|
|
6
32
|
"3.5.2": {
|
|
7
33
|
"en": "Corrected error in back-end",
|
|
8
34
|
"de": "Fehler im Back-End behoben",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Poprawił edycję nazwy urządzeń dla Alexa 3",
|
|
68
94
|
"uk": "Виправлено редагування назв пристроїв для Alexa 3",
|
|
69
95
|
"zh-cn": "校正了Alexa 3设备的名称编辑"
|
|
70
|
-
},
|
|
71
|
-
"3.4.3": {
|
|
72
|
-
"en": "corrected the addition of the devices for Alexa\nchanged compilation of GUI to remove deprecated packages",
|
|
73
|
-
"de": "korrigierte die Ergänzung der Geräte für Alexa\ngeänderte Zusammenstellung von GUI, um deprecierte Pakete zu entfernen",
|
|
74
|
-
"ru": "исправил добавление устройств для Alexa\nизмененная компиляция GUI для удаления депрецированных пакетов",
|
|
75
|
-
"pt": "corrigiu a adição dos dispositivos para Alexa\ncompilação alterada de GUI para remover pacotes deprecated",
|
|
76
|
-
"nl": "gecorrigeerd de toevoeging van de apparaten voor Alexa\ngewijzigde compilatie van GUI om verouderde pakketten te verwijderen",
|
|
77
|
-
"fr": "corrigé l'ajout des dispositifs pour Alexa\nmodification de la compilation de GUI pour supprimer les paquets obsolètes",
|
|
78
|
-
"it": "corretto l'aggiunta dei dispositivi per Alexa\nmodificato la compilazione di GUI per rimuovere i pacchetti deprecati",
|
|
79
|
-
"es": "corregido la adición de los dispositivos para Alexa\ncambio de compilación de GUI para eliminar paquetes deprecated",
|
|
80
|
-
"pl": "poprawiła dodanie urządzeń dla Alexa\nzmiana kompilacji GUI w celu usunięcia zdeprecjonowanych pakietów",
|
|
81
|
-
"uk": "виправлено додавання пристроїв для Alexa\nзмінена компіляція GUI для видалення депресованих пакетів",
|
|
82
|
-
"zh-cn": "修正了为Alexa添加的设备\n更改 GUI 的编译以删除已贬值的软件包"
|
|
83
|
-
},
|
|
84
|
-
"3.4.2": {
|
|
85
|
-
"en": "Updated GUI packages and removed `gulp`\ndo not override custom `result` attribute on `sendToAdapter` response (Visu App - only relevant for developers)",
|
|
86
|
-
"de": "Aktualisierte GUI-Pakete und entfernt `gulp`\nnicht überschreiben benutzerdefinierte `result` Attribut auf `sendToAdapter` Antwort (Visu App - nur für Entwickler relevant)",
|
|
87
|
-
"ru": "Обновленные пакеты GUI и удаленные `gulp'\nне переопределять пользовательский атрибут `result' на ответе `sendToAdapter' (Visu App - только соответствующий для разработчиков)",
|
|
88
|
-
"pt": "Pacotes de GUI atualizados e removidos `gulp`\nnão substituir o atributo `result` personalizado na resposta `sendToAdapter` (Visu App - apenas relevante para desenvolvedores)",
|
|
89
|
-
"nl": "Bijgewerkt GUI-pakketten en verwijderde GUI-pakketten\ngeen attribuut overschrijven op aangepaste ",
|
|
90
|
-
"fr": "Mise à jour des paquets GUI et suppression de 'gulp'\nne pas surcharger l'attribut `result` personnalisé sur la réponse `sendToAdapter` (Visu App - uniquement pertinent pour les développeurs)",
|
|
91
|
-
"it": "Pacchetti GUI aggiornati e rimossi `gulp`\nnon sovrascrivere l'attributo `risultato` personalizzato sulla risposta `sendToAdapter` (Visu App - solo pertinente per gli sviluppatori)",
|
|
92
|
-
"es": "Paquetes GUI actualizados y eliminados\nno invalidar el atributo personalizado `result` en la respuesta `sendToAdapter` (Visu App - sólo relevante para desarrolladores)",
|
|
93
|
-
"pl": "Aktualizacja pakietów GUI i usunięcie 'gulp'\nnie nadpisywać atrybutu 'result' w odpowiedzi 'sendToAdapter' (aplikacja Visu - dotyczy tylko deweloperów)",
|
|
94
|
-
"uk": "Оновлено пакети GUI та видалено `gulp`\nне перевизначте користувацький атрибут `result` на відповідь `sendToAdapter` (Visu App - тільки відповідний розробникам)",
|
|
95
|
-
"zh-cn": "更新了 GUI 软件包并删除了“ gulp ”\n不在“ sendToAdapter” 响应上覆盖自定义的“ 结果”属性( Visu App - 仅与开发者相关)"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.iot",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"url": "https://github.com/ioBroker/ioBroker.iot"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@iobroker/adapter-core": "^3.2
|
|
25
|
+
"@iobroker/adapter-core": "^3.3.2",
|
|
26
26
|
"aws-iot-device-sdk": "^2.2.15",
|
|
27
|
-
"axios": "^1.
|
|
28
|
-
"iobroker
|
|
27
|
+
"axios": "^1.11.0",
|
|
28
|
+
"@iobroker/type-detector": "^4.5.1",
|
|
29
29
|
"mime": "^3.0.0",
|
|
30
30
|
"uuid": "^11.1.0"
|
|
31
31
|
},
|
|
@@ -34,26 +34,27 @@
|
|
|
34
34
|
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
|
|
35
35
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
36
36
|
"@iobroker/build-tools": "^2.0.15",
|
|
37
|
-
"@iobroker/eslint-config": "^2.0
|
|
37
|
+
"@iobroker/eslint-config": "^2.1.0",
|
|
38
38
|
"@iobroker/legacy-testing": "^2.0.2",
|
|
39
39
|
"@iobroker/types": "^7.0.7",
|
|
40
|
-
"@types/node": "^
|
|
40
|
+
"@types/node": "^24.3.0",
|
|
41
|
+
"@types/aws-iot-device-sdk": "^2.2.8",
|
|
41
42
|
"colorette": "^2.0.20",
|
|
42
|
-
"puppeteer": "^24.
|
|
43
|
+
"puppeteer": "^24.16.2",
|
|
44
|
+
"typescript": "^5.9.2"
|
|
43
45
|
},
|
|
44
46
|
"bugs": {
|
|
45
47
|
"url": "https://github.com/ioBroker/ioBroker.iot/issues"
|
|
46
48
|
},
|
|
47
|
-
"main": "main.js",
|
|
49
|
+
"main": "build-backend/main.js",
|
|
48
50
|
"files": [
|
|
49
51
|
"admin/",
|
|
50
52
|
"doc/",
|
|
51
53
|
"img/",
|
|
52
54
|
"keys/",
|
|
53
|
-
"
|
|
55
|
+
"build-backend/",
|
|
54
56
|
"io-package.json",
|
|
55
|
-
"LICENSE"
|
|
56
|
-
"main.js"
|
|
57
|
+
"LICENSE"
|
|
57
58
|
],
|
|
58
59
|
"scripts": {
|
|
59
60
|
"test-gui": "mocha test/testAdapter.gui.js --exit",
|
|
@@ -61,14 +62,16 @@
|
|
|
61
62
|
"test": "npm run test-gui && npm run test-package",
|
|
62
63
|
"test-alexa-v3": "mocha --grep AlexaSmartHomeV3 --recursive",
|
|
63
64
|
"prepublishOnly": "node tasks",
|
|
64
|
-
"
|
|
65
|
+
"tsc": "tsc -p tsconfig.build.json && node tasks --backend",
|
|
66
|
+
"lint": "eslint -c eslint.config.mjs",
|
|
67
|
+
"build": "node tasks && npm run tsc",
|
|
65
68
|
"release": "release-script",
|
|
66
69
|
"release-patch": "release-script patch --yes",
|
|
67
70
|
"release-minor": "release-script minor --yes",
|
|
68
71
|
"release-major": "release-script major --yes",
|
|
69
72
|
"translate": "translate-adapter",
|
|
70
|
-
"update-packages": "npx -y npm-check-updates --upgrade && cd src && npx -y npm-check-updates --upgrade && cd ../src-rules && npx -y npm-check-updates --upgrade",
|
|
71
|
-
"npm": "npm i && cd src && npm i -f && cd ../src-rules && npm i -f",
|
|
73
|
+
"update-packages": "npx -y npm-check-updates --upgrade && cd src-admin && npx -y npm-check-updates --upgrade && cd ../src-rules && npx -y npm-check-updates --upgrade",
|
|
74
|
+
"npm": "npm i && cd src-admin && npm i -f && cd ../src-rules && npm i -f",
|
|
72
75
|
"rules-0-clean": "node tasks --rules-0-clean",
|
|
73
76
|
"rules-1-npm": "node tasks --rules-1-npm",
|
|
74
77
|
"rules-2-compile": "node tasks --rules-2-compile",
|