iobroker.javascript 7.3.0 → 7.4.0
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 -4
- package/admin/asset-manifest.json +5 -5
- package/admin/static/js/864.2929f700.chunk.js +2 -0
- package/admin/static/js/864.2929f700.chunk.js.map +1 -0
- package/admin/static/js/{main.facd5370.js → main.6bcb3d84.js} +2 -2
- package/admin/static/js/{main.facd5370.js.map → main.6bcb3d84.js.map} +1 -1
- package/admin/tab.html +1 -1
- package/io-package.json +36 -36
- package/package.json +1 -1
- package/admin/static/js/864.e099c8b3.chunk.js +0 -2
- package/admin/static/js/864.e099c8b3.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -46,6 +46,12 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
|
|
|
46
46
|
<!--
|
|
47
47
|
### **WORK IN PROGRESS**
|
|
48
48
|
-->
|
|
49
|
+
### 7.4.0 (2023-12-08)
|
|
50
|
+
|
|
51
|
+
* (klein0r) Download script as xml file (export)
|
|
52
|
+
* (klein0r) Import script as file (upload)
|
|
53
|
+
* (klein0r) Hide global folder if expert mode is disabled
|
|
54
|
+
|
|
49
55
|
### 7.3.0 (2023-12-07)
|
|
50
56
|
|
|
51
57
|
* (klein0r) Updated blockly logo
|
|
@@ -70,10 +76,6 @@ NodeJS 16.x is required
|
|
|
70
76
|
### 7.1.5 (2023-10-09)
|
|
71
77
|
* (bluefox) Added play-ground for ChatGPT (API key required)
|
|
72
78
|
|
|
73
|
-
### 7.1.4 (2023-08-09)
|
|
74
|
-
* (bluefox) Added version to the side menu
|
|
75
|
-
* (klein0r) Added blockly blocks for `getHistory` and calculated times
|
|
76
|
-
|
|
77
79
|
## License
|
|
78
80
|
The MIT License (MIT)
|
|
79
81
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/static/js/main.
|
|
3
|
+
"main.js": "/static/js/main.6bcb3d84.js",
|
|
4
4
|
"static/css/864.42bfc5f3.chunk.css": "/static/css/864.42bfc5f3.chunk.css",
|
|
5
|
-
"static/js/864.
|
|
5
|
+
"static/js/864.2929f700.chunk.js": "/static/js/864.2929f700.chunk.js",
|
|
6
6
|
"static/js/90.356ce273.chunk.js": "/static/js/90.356ce273.chunk.js",
|
|
7
7
|
"static/js/750.cbf4f684.chunk.js": "/static/js/750.cbf4f684.chunk.js",
|
|
8
8
|
"static/js/723.9c1c6839.chunk.js": "/static/js/723.9c1c6839.chunk.js",
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
|
|
160
160
|
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
161
161
|
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
162
|
-
"main.
|
|
162
|
+
"main.6bcb3d84.js.map": "/static/js/main.6bcb3d84.js.map",
|
|
163
163
|
"864.42bfc5f3.chunk.css.map": "/static/css/864.42bfc5f3.chunk.css.map",
|
|
164
|
-
"864.
|
|
164
|
+
"864.2929f700.chunk.js.map": "/static/js/864.2929f700.chunk.js.map",
|
|
165
165
|
"90.356ce273.chunk.js.map": "/static/js/90.356ce273.chunk.js.map",
|
|
166
166
|
"750.cbf4f684.chunk.js.map": "/static/js/750.cbf4f684.chunk.js.map",
|
|
167
167
|
"723.9c1c6839.chunk.js.map": "/static/js/723.9c1c6839.chunk.js.map",
|
|
@@ -193,6 +193,6 @@
|
|
|
193
193
|
"360.01ffa94f.chunk.js.map": "/static/js/360.01ffa94f.chunk.js.map"
|
|
194
194
|
},
|
|
195
195
|
"entrypoints": [
|
|
196
|
-
"static/js/main.
|
|
196
|
+
"static/js/main.6bcb3d84.js"
|
|
197
197
|
]
|
|
198
198
|
}
|