iobroker.javascript 5.2.14 → 5.2.15
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 +6 -7
- package/admin/asset-manifest.json +3 -3
- package/admin/static/js/{main.7da5f873.chunk.js → main.305d6694.chunk.js} +2 -2
- package/admin/static/js/{main.7da5f873.chunk.js.map → main.305d6694.chunk.js.map} +1 -1
- package/admin/tab.html +1 -1
- package/io-package.json +13 -13
- package/lib/mirror.js +29 -14
- package/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,10 +39,14 @@ And then call `npm run build`.
|
|
|
39
39
|
-->
|
|
40
40
|
|
|
41
41
|
## Changelog
|
|
42
|
+
### 5.2.15 (2021-11-18)
|
|
43
|
+
* (agross) Added the monitoring of symlinks my mirroring
|
|
44
|
+
* (Apollon77) Fix two crash cases reported by Sentry
|
|
45
|
+
|
|
42
46
|
### 5.2.14 (2021-11-17)
|
|
43
|
-
* (AlCalzone) Typings
|
|
47
|
+
* (AlCalzone) Typings improvement
|
|
44
48
|
* (winnyschuster) added "Solar noon" to astro-list
|
|
45
|
-
* (agross)
|
|
49
|
+
* (agross) Allow to define different states for reading and writing alias values
|
|
46
50
|
|
|
47
51
|
### 5.2.13 (2021-09-13)
|
|
48
52
|
* (AlCalzone) Fixed the loading of Node.js typings
|
|
@@ -55,11 +59,6 @@ And then call `npm run build`.
|
|
|
55
59
|
* (bluefox) Names with the dot at the end are not allowed anymore
|
|
56
60
|
* (bluefox) The blockly sounds are disabled
|
|
57
61
|
|
|
58
|
-
### 5.2.9 (2021-09-02)
|
|
59
|
-
* (Apollon77) Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)
|
|
60
|
-
* (bluefox) Report to sentry is disabled in GUI if sentry is deactivated
|
|
61
|
-
* (bluefox) Fixed many GitHub issues
|
|
62
|
-
|
|
63
62
|
## License
|
|
64
63
|
|
|
65
64
|
The MIT License (MIT)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/static/css/main.f4231949.chunk.css",
|
|
4
|
-
"main.js": "/static/js/main.
|
|
5
|
-
"main.js.map": "/static/js/main.
|
|
4
|
+
"main.js": "/static/js/main.305d6694.chunk.js",
|
|
5
|
+
"main.js.map": "/static/js/main.305d6694.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.c0ede684.chunk.css": "/static/css/2.c0ede684.chunk.css",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"static/css/2.c0ede684.chunk.css",
|
|
20
20
|
"static/js/2.4cb12e81.chunk.js",
|
|
21
21
|
"static/css/main.f4231949.chunk.css",
|
|
22
|
-
"static/js/main.
|
|
22
|
+
"static/js/main.305d6694.chunk.js"
|
|
23
23
|
]
|
|
24
24
|
}
|