iobroker.javascript 5.4.1 → 5.4.2

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 CHANGED
@@ -38,6 +38,9 @@ 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.4.2 (2022-03-15)
42
+ * (Apollon77) Fix automatic start of Rules scripts when starting adapter
43
+
41
44
  ### 5.4.1 (2022-03-15)
42
45
  * (Apollon77) Fix blockly subscribes broken in 5.4.0
43
46
 
@@ -56,9 +59,6 @@ And then call `npm run build`.
56
59
  * (Apollon77) Make sure callbacks on startScript/stopScript work and Async variants also resolve
57
60
  * (Apollon77) Make sure startScriptAsync, stopScriptAsync and runScriptAsync resolve in debug mode too
58
61
 
59
- ### 5.3.1 (2022-03-03)
60
- * (Apollon77) Add missing callback check in setObject
61
-
62
62
  ## License
63
63
  The MIT License (MIT)
64
64
 
@@ -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.909c52b6.chunk.js",
5
- "main.js.map": "/static/js/main.909c52b6.chunk.js.map",
4
+ "main.js": "/static/js/main.950f82fc.chunk.js",
5
+ "main.js.map": "/static/js/main.950f82fc.chunk.js.map",
6
6
  "runtime-main.js": "/static/js/runtime-main.0fde2268.js",
7
7
  "runtime-main.js.map": "/static/js/runtime-main.0fde2268.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.d453b3f2.chunk.js",
21
21
  "static/css/main.5b5813ce.chunk.css",
22
- "static/js/main.909c52b6.chunk.js"
22
+ "static/js/main.950f82fc.chunk.js"
23
23
  ]
24
24
  }