iobroker.javascript 5.2.19 → 5.2.21
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 +4 -6
- package/admin/asset-manifest.json +3 -3
- package/admin/static/js/{main.cfc6dc5d.chunk.js → main.29b6f425.chunk.js} +2 -2
- package/admin/static/js/main.29b6f425.chunk.js.map +1 -0
- package/admin/tab.html +1 -1
- package/io-package.json +25 -25
- package/package.json +6 -5
- package/admin/static/js/main.cfc6dc5d.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -38,8 +38,11 @@ And then call `npm run build`.
|
|
|
38
38
|
Placeholder for the next version (at the beginning of the line):
|
|
39
39
|
### __WORK IN PROGRESS__
|
|
40
40
|
-->
|
|
41
|
+
### 5.2.21 (2022-01-16)
|
|
42
|
+
* (bluefox) Fixed build process
|
|
43
|
+
|
|
41
44
|
### 5.2.19 (2022-01-10)
|
|
42
|
-
* (AlCalzone)
|
|
45
|
+
* (AlCalzone) Fixed broken dependency
|
|
43
46
|
|
|
44
47
|
### 5.2.18 (2021-12-14)
|
|
45
48
|
* (klein0r) Fixed some german translations
|
|
@@ -52,11 +55,6 @@ And then call `npm run build`.
|
|
|
52
55
|
* (agross) Added the monitoring of symlinks my mirroring
|
|
53
56
|
* (Apollon77) Fix two crash cases reported by Sentry
|
|
54
57
|
|
|
55
|
-
### 5.2.14 (2021-11-17)
|
|
56
|
-
* (AlCalzone) Typings improvement
|
|
57
|
-
* (winnyschuster) added "Solar noon" to astro-list
|
|
58
|
-
* (agross) Allow to define different states for reading and writing alias values
|
|
59
|
-
|
|
60
58
|
## License
|
|
61
59
|
The MIT License (MIT)
|
|
62
60
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/static/css/main.5b5813ce.chunk.css",
|
|
4
|
-
"main.js": "/static/js/main.
|
|
5
|
-
"main.js.map": "/static/js/main.
|
|
4
|
+
"main.js": "/static/js/main.29b6f425.chunk.js",
|
|
5
|
+
"main.js.map": "/static/js/main.29b6f425.chunk.js.map",
|
|
6
6
|
"runtime-main.js": "/static/js/runtime-main.041f4dbb.js",
|
|
7
7
|
"runtime-main.js.map": "/static/js/runtime-main.041f4dbb.js.map",
|
|
8
8
|
"static/css/2.a442f2b4.chunk.css": "/static/css/2.a442f2b4.chunk.css",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"static/css/2.a442f2b4.chunk.css",
|
|
20
20
|
"static/js/2.b7bbd921.chunk.js",
|
|
21
21
|
"static/css/main.5b5813ce.chunk.css",
|
|
22
|
-
"static/js/main.
|
|
22
|
+
"static/js/main.29b6f425.chunk.js"
|
|
23
23
|
]
|
|
24
24
|
}
|