iobroker.javascript 8.7.4 → 8.7.6

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
@@ -26,6 +26,13 @@ Executes Javascript, Typescript Scripts.
26
26
  <!--
27
27
  ### **WORK IN PROGRESS**
28
28
  -->
29
+ ### 8.7.6 (2024-07-28)
30
+ * (foxriver76) fix error with subpath imports in scripts
31
+
32
+ ### 8.7.5 (2024-07-27)
33
+ * (@klein0r) Fixed right aligned script names when using multiple instances
34
+ * (foxriver76) added fallback for all require calls in scripts
35
+
29
36
  ### 8.7.4 (2024-07-27)
30
37
  * (foxriver76) added fallback to require the adapters `request` module if no own installed
31
38
 
@@ -36,21 +43,6 @@ Executes Javascript, Typescript Scripts.
36
43
  ### 8.7.2 (2024-07-23)
37
44
  * (foxriver76) fixed subpath imports with controller v6 (needs js-controller v6.0.9)
38
45
 
39
- ### 8.7.1 (2024-07-22)
40
- * (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)
41
-
42
- ### 8.7.0 (2024-07-18)
43
- * (klein0r) Escape all field inputs correctly when using single quotes
44
- * (klein0r) Added sandbox function to subscribe to all enum members
45
- * (klein0r) Added Blockly block to subscribe to all enum members
46
- * (klein0r) Added sandbox functions to start/restart/stop an instance
47
- * (klein0r) Added Blockly block to start/restart/stop an instance
48
- * (klein0r) Added Blockly block to start/stop a script
49
- * (klein0r) Added Blockly result blocks for script messages
50
- * (klein0r) Fixed onLog / onLogUnregister return types
51
- * (foxriver76) fixed issue in importing additional node modules for packages which do not provide a default export (e.g. `mathjs`)
52
- * (bluefox) Removed `withStyles` from GUI
53
-
54
46
  ## License
55
47
  The MIT License (MIT)
56
48
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "/static/js/main.b133b4fa.js",
3
+ "main.js": "/static/js/main.30e63e4e.js",
4
4
  "static/css/253.d364a287.chunk.css": "/static/css/253.d364a287.chunk.css",
5
- "static/js/253.edf69d1b.chunk.js": "/static/js/253.edf69d1b.chunk.js",
5
+ "static/js/253.d43d3d29.chunk.js": "/static/js/253.d43d3d29.chunk.js",
6
6
  "static/js/498.79fdd20e.chunk.js": "/static/js/498.79fdd20e.chunk.js",
7
7
  "static/js/160.c8d32710.chunk.js": "/static/js/160.c8d32710.chunk.js",
8
8
  "static/js/586.cfd14ef3.chunk.js": "/static/js/586.cfd14ef3.chunk.js",
@@ -145,9 +145,9 @@
145
145
  "static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
146
146
  "static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
147
147
  "static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
148
- "main.b133b4fa.js.map": "/static/js/main.b133b4fa.js.map",
148
+ "main.30e63e4e.js.map": "/static/js/main.30e63e4e.js.map",
149
149
  "253.d364a287.chunk.css.map": "/static/css/253.d364a287.chunk.css.map",
150
- "253.edf69d1b.chunk.js.map": "/static/js/253.edf69d1b.chunk.js.map",
150
+ "253.d43d3d29.chunk.js.map": "/static/js/253.d43d3d29.chunk.js.map",
151
151
  "498.79fdd20e.chunk.js.map": "/static/js/498.79fdd20e.chunk.js.map",
152
152
  "160.c8d32710.chunk.js.map": "/static/js/160.c8d32710.chunk.js.map",
153
153
  "586.cfd14ef3.chunk.js.map": "/static/js/586.cfd14ef3.chunk.js.map",
@@ -164,6 +164,6 @@
164
164
  "727.3b4fe7da.chunk.js.map": "/static/js/727.3b4fe7da.chunk.js.map"
165
165
  },
166
166
  "entrypoints": [
167
- "static/js/main.b133b4fa.js"
167
+ "static/js/main.30e63e4e.js"
168
168
  ]
169
169
  }