iobroker.javascript 5.8.7 → 5.8.8
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 +3 -4
- package/admin/asset-manifest.json +5 -5
- package/admin/static/js/{62.1acc5c40.chunk.js → 62.9ba2f0d3.chunk.js} +2 -2
- package/admin/static/js/{62.1acc5c40.chunk.js.map → 62.9ba2f0d3.chunk.js.map} +1 -1
- package/admin/static/js/{main.30544e15.js → main.f20ce9b9.js} +2 -2
- package/admin/static/js/{main.30544e15.js.map → main.f20ce9b9.js.map} +1 -1
- package/admin/tab.html +1 -1
- package/io-package.json +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,9 @@ And then call `npm run build`.
|
|
|
53
53
|
Placeholder for the next version (at the beginning of the line):
|
|
54
54
|
### **WORK IN PROGRESS**
|
|
55
55
|
-->
|
|
56
|
+
### 5.8.8 (2022-07-13)
|
|
57
|
+
* (bluefox) Corrected error by start of GUI
|
|
58
|
+
|
|
56
59
|
### 5.8.7 (2022-07-12)
|
|
57
60
|
* (klein0r) Fixed function edit dialog (cursor jumps to first position)
|
|
58
61
|
* (klein0r) Added error message when using number or boolean as trigger id
|
|
@@ -67,10 +70,6 @@ And then call `npm run build`.
|
|
|
67
70
|
* (bluefox) Updated some packages
|
|
68
71
|
* (bluefox) Made it work with ioBroker cloud
|
|
69
72
|
|
|
70
|
-
### 5.8.1 (2022-06-09)
|
|
71
|
-
* (bluefox) Allowed to use javascript behind reverse proxy
|
|
72
|
-
* (bluefox) If adapter parameter set to null in `writeFile/readFile`, it will be used `0_userdata.0`
|
|
73
|
-
|
|
74
73
|
## License
|
|
75
74
|
The MIT License (MIT)
|
|
76
75
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/static/js/main.
|
|
3
|
+
"main.js": "/static/js/main.f20ce9b9.js",
|
|
4
4
|
"static/css/62.5f92da38.chunk.css": "/static/css/62.5f92da38.chunk.css",
|
|
5
|
-
"static/js/62.
|
|
5
|
+
"static/js/62.9ba2f0d3.chunk.js": "/static/js/62.9ba2f0d3.chunk.js",
|
|
6
6
|
"static/js/90.728d6560.chunk.js": "/static/js/90.728d6560.chunk.js",
|
|
7
7
|
"static/js/821.362a16e9.chunk.js": "/static/js/821.362a16e9.chunk.js",
|
|
8
8
|
"static/js/13.6f214f89.chunk.js": "/static/js/13.6f214f89.chunk.js",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
|
|
142
142
|
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
143
143
|
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
144
|
-
"main.
|
|
144
|
+
"main.f20ce9b9.js.map": "/static/js/main.f20ce9b9.js.map",
|
|
145
145
|
"62.5f92da38.chunk.css.map": "/static/css/62.5f92da38.chunk.css.map",
|
|
146
|
-
"62.
|
|
146
|
+
"62.9ba2f0d3.chunk.js.map": "/static/js/62.9ba2f0d3.chunk.js.map",
|
|
147
147
|
"90.728d6560.chunk.js.map": "/static/js/90.728d6560.chunk.js.map",
|
|
148
148
|
"821.362a16e9.chunk.js.map": "/static/js/821.362a16e9.chunk.js.map",
|
|
149
149
|
"13.6f214f89.chunk.js.map": "/static/js/13.6f214f89.chunk.js.map",
|
|
@@ -162,6 +162,6 @@
|
|
|
162
162
|
"12.5c4cbeae.chunk.js.map": "/static/js/12.5c4cbeae.chunk.js.map"
|
|
163
163
|
},
|
|
164
164
|
"entrypoints": [
|
|
165
|
-
"static/js/main.
|
|
165
|
+
"static/js/main.f20ce9b9.js"
|
|
166
166
|
]
|
|
167
167
|
}
|