iobroker.javascript 5.3.0 → 5.3.3

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,17 @@ 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.3.3 (2022-03-06)
42
+ * (bluefox) Added async functions: createStateAsync, deleteStateAsync
43
+
44
+ ### 5.3.2 (2022-03-06)
45
+ * (Apollon77) fix problem that scripts were not starting when scriptsEnabled State was triggered (or startScript was used)
46
+ * (Apollon77) Make sure callbacks on startScript/stopScript work and Async variants also resolve
47
+ * (Apollon77) Make sure startScriptAsync, stopScriptAsync and runScriptAsync resolve in debug mode too
48
+
49
+ ### 5.3.1 (2022-03-03)
50
+ * (Apollon77) Add missing callback check in setObject
51
+
41
52
  ### 5.3.0 (2022-03-02)
42
53
  * (Apollon77) Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)
43
54
  * (Apollon77) Fix Enum Updates
@@ -49,16 +60,6 @@ And then call `npm run build`.
49
60
  ### 5.2.21 (2022-01-16)
50
61
  * (bluefox) Fixed build process
51
62
 
52
- ### 5.2.19 (2022-01-10)
53
- * (AlCalzone) Fixed broken dependency
54
-
55
- ### 5.2.18 (2021-12-14)
56
- * (klein0r) Fixed some german translations
57
- * (winnyschuster) Fixed astro schedules
58
-
59
- ### 5.2.16 (2021-11-19)
60
- * (bluefox) Fixed the font in the editor
61
-
62
63
  ## License
63
64
  The MIT License (MIT)
64
65
 
@@ -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.5612001b.chunk.js",
5
- "main.js.map": "/static/js/main.5612001b.chunk.js.map",
4
+ "main.js": "/static/js/main.55d1a215.chunk.js",
5
+ "main.js.map": "/static/js/main.55d1a215.chunk.js.map",
6
6
  "runtime-main.js": "/static/js/runtime-main.367f9424.js",
7
7
  "runtime-main.js.map": "/static/js/runtime-main.367f9424.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.b35d4219.chunk.js",
21
21
  "static/css/main.5b5813ce.chunk.css",
22
- "static/js/main.5612001b.chunk.js"
22
+ "static/js/main.55d1a215.chunk.js"
23
23
  ]
24
24
  }