iobroker.mywebui 1.37.26 → 1.37.28

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/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "mywebui",
4
- "version": "1.37.26",
4
+ "version": "1.37.28",
5
5
  "titleLang": {
6
6
  "en": "mywebui",
7
7
  "de": "mywebui",
@@ -29,6 +29,20 @@
29
29
  "zh-cn": "使用万维网传送器的高锰用户接口"
30
30
  },
31
31
  "news": {
32
+ "1.37.28": {
33
+ "en": "fix: rename webExtension.js to .cjs to avoid ES module conflict",
34
+ "az": "düzəliş: ES module konflikti aradan qaldırmaq üçün webExtension.js → .cjs",
35
+ "tr": "düzeltme: ES module çakışmasını önlemek için webExtension.js → .cjs",
36
+ "ru": "исправление: переименован webExtension.js в .cjs для совместимости с ES module",
37
+ "de": "fix: webExtension.js in .cjs umbenannt wegen ES-Modul-Konflikt"
38
+ },
39
+ "1.37.27": {
40
+ "en": "fix: add native.webInstance='*' so iobroker.web loads webExtension.js",
41
+ "az": "düzəliş: native.webInstance='*' əlavə edildi ki iobroker.web webExtension.js-i yükləsin",
42
+ "tr": "düzeltme: iobroker.web'in webExtension.js'i yüklemesi için native.webInstance='*' eklendi",
43
+ "ru": "исправление: добавлен native.webInstance='*' для загрузки webExtension.js через iobroker.web",
44
+ "de": "fix: native.webInstance='*' hinzugefügt damit iobroker.web webExtension.js lädt"
45
+ },
32
46
  "1.37.26": {
33
47
  "en": "fix: add webExtension.js to npm package files list",
34
48
  "az": "düzəliş: webExtension.js npm paket siyahısına əlavə edildi",
@@ -301,7 +315,7 @@
301
315
  "onlyWWW": false,
302
316
  "nogit": false,
303
317
  "mode": "daemon",
304
- "webExtension": "webExtension.js",
318
+ "webExtension": "webExtension.cjs",
305
319
  "welcomeScreen": {
306
320
  "link": "mywebui/index.html",
307
321
  "name": "mywebui editor",
@@ -316,7 +330,8 @@
316
330
  "grafanaEnabled": false,
317
331
  "grafanaUrl": "http://localhost:3000",
318
332
  "grafanaLangSyncEnabled": false,
319
- "grafanaSsoEnabled": false
333
+ "grafanaSsoEnabled": false,
334
+ "webInstance": "*"
320
335
  },
321
336
  "instanceObjects": [
322
337
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.mywebui",
3
- "version": "1.37.26",
3
+ "version": "1.37.28",
4
4
  "description": "ioBroker mywebui - Custom edited mywebui by gokturk413",
5
5
  "type": "module",
6
6
  "main": "dist/backend/main.js",
@@ -59,7 +59,7 @@
59
59
  "README.md",
60
60
  "SCADA_SETUP.md",
61
61
  "setup-scada-utils.js",
62
- "webExtension.js"
62
+ "webExtension.cjs"
63
63
  ],
64
64
  "engines": {
65
65
  "node": ">=18"
File without changes