iobroker.javascript 7.0.5 → 7.0.8
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 +7 -8
- package/admin/asset-manifest.json +5 -5
- package/admin/google-blockly/blockly_compressed.js +1469 -1704
- package/admin/google-blockly/blocks_compressed.js +164 -218
- package/admin/google-blockly/javascript_compressed.js +100 -328
- package/admin/google-blockly/msg/js/de.js +64 -70
- package/admin/google-blockly/msg/js/en.js +14 -20
- package/admin/google-blockly/msg/js/es.js +39 -45
- package/admin/google-blockly/msg/js/fr.js +59 -65
- package/admin/google-blockly/msg/js/it.js +19 -25
- package/admin/google-blockly/msg/js/nl.js +55 -61
- package/admin/google-blockly/msg/js/pl.js +46 -52
- package/admin/google-blockly/msg/js/pt.js +30 -36
- package/admin/google-blockly/msg/js/ru.js +41 -47
- package/admin/google-blockly/msg/js/uk.js +13 -17
- package/admin/google-blockly/msg/js/zh-cn.js +86 -92
- package/admin/google-blockly/own/blocks_action.js +4 -4
- package/admin/google-blockly/own/blocks_other.js +103 -0
- package/admin/google-blockly/own/blocks_procedures.js +63 -62
- package/admin/google-blockly/own/blocks_sendto.js +62 -60
- package/admin/google-blockly/own/blocks_switch.js +40 -29
- package/admin/google-blockly/own/blocks_system.js +113 -170
- package/admin/google-blockly/own/blocks_time.js +35 -35
- package/admin/google-blockly/own/blocks_timeout.js +42 -42
- package/admin/google-blockly/own/blocks_trigger.js +47 -62
- package/admin/google-blockly/own/blocks_words.js +8 -9
- package/admin/google-blockly/own/field_cron.js +189 -139
- package/admin/google-blockly/own/field_oid.js +250 -170
- package/admin/google-blockly/own/field_script.js +16 -16
- package/admin/static/js/759.7f25ba6c.chunk.js.map +1 -1
- package/admin/static/js/98.bf3dfa2b.chunk.js +2 -0
- package/admin/static/js/98.bf3dfa2b.chunk.js.map +1 -0
- package/admin/static/js/{main.eee05982.js → main.d9e7d255.js} +2 -2
- package/admin/static/js/{main.eee05982.js.map → main.d9e7d255.js.map} +1 -1
- package/admin/tab.html +1 -1
- package/admin/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/admin-config/vsFont/codicon.json +1 -1
- package/io-package.json +40 -40
- package/lib/typescriptTools.js +29 -30
- package/main.js +4 -4
- package/package.json +3 -3
- package/admin/google-blockly/own/blocks_logic.js +0 -64
- package/admin/google-blockly/own/blocks_number.js +0 -25
- package/admin/google-blockly/own/blocks_text.js +0 -23
- package/admin/static/js/98.3bc0a67c.chunk.js +0 -2
- package/admin/static/js/98.3bc0a67c.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -46,6 +46,13 @@ 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.0.8 (2023-06-12)
|
|
50
|
+
* (klein0r) Corrected trigger block
|
|
51
|
+
* (klein0r) Corrected typescript V5
|
|
52
|
+
* (bluefox) coffescript was degraded to the previous version
|
|
53
|
+
* (bluefox) tried to correct vscode font
|
|
54
|
+
* (bluefox) reverted blockly to the previous version
|
|
55
|
+
|
|
49
56
|
### 7.0.5 (2023-06-06)
|
|
50
57
|
* (klein0r) reset timeouts in blockly
|
|
51
58
|
* (klein0r) added additional blockly blocks
|
|
@@ -69,14 +76,6 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
|
|
|
69
76
|
* (AlCalzone) Pinned `@types/node` to v14
|
|
70
77
|
* (bluefox) Added list of astrological events in GUI
|
|
71
78
|
|
|
72
|
-
### 6.2.0 (2023-02-17)
|
|
73
|
-
* (Apollon77) Prevented duplicate schedule triggering with inaccurate RTC clocks
|
|
74
|
-
* (Apollon77) Fixed sendToAsync and sendToHostAsync
|
|
75
|
-
* (Apollon77) Added rename/renameFile(Async) methods
|
|
76
|
-
* (Apollon77) Deprecated get/setBinaryState(Async) methods and log a message on usage. Use Files instead!
|
|
77
|
-
* (Apollon77) Deprecated usage of own states in javascript.X.scriptEnabled/Problem and log a message on usage. Use own states in 0_userdata.0 instead!
|
|
78
|
-
* (bluefox) added axios to pre-installed modules. `request` will be removed in the future
|
|
79
|
-
|
|
80
79
|
## License
|
|
81
80
|
The MIT License (MIT)
|
|
82
81
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/static/js/main.
|
|
3
|
+
"main.js": "/static/js/main.d9e7d255.js",
|
|
4
4
|
"static/css/98.d346bb5b.chunk.css": "/static/css/98.d346bb5b.chunk.css",
|
|
5
|
-
"static/js/98.
|
|
5
|
+
"static/js/98.bf3dfa2b.chunk.js": "/static/js/98.bf3dfa2b.chunk.js",
|
|
6
6
|
"static/js/90.30165444.chunk.js": "/static/js/90.30165444.chunk.js",
|
|
7
7
|
"static/js/305.11168aa5.chunk.js": "/static/js/305.11168aa5.chunk.js",
|
|
8
8
|
"static/js/281.6af18b40.chunk.js": "/static/js/281.6af18b40.chunk.js",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
|
|
144
144
|
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
145
145
|
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
146
|
-
"main.
|
|
146
|
+
"main.d9e7d255.js.map": "/static/js/main.d9e7d255.js.map",
|
|
147
147
|
"98.d346bb5b.chunk.css.map": "/static/css/98.d346bb5b.chunk.css.map",
|
|
148
|
-
"98.
|
|
148
|
+
"98.bf3dfa2b.chunk.js.map": "/static/js/98.bf3dfa2b.chunk.js.map",
|
|
149
149
|
"90.30165444.chunk.js.map": "/static/js/90.30165444.chunk.js.map",
|
|
150
150
|
"305.11168aa5.chunk.js.map": "/static/js/305.11168aa5.chunk.js.map",
|
|
151
151
|
"281.6af18b40.chunk.js.map": "/static/js/281.6af18b40.chunk.js.map",
|
|
@@ -166,6 +166,6 @@
|
|
|
166
166
|
"472.dae7221e.chunk.js.map": "/static/js/472.dae7221e.chunk.js.map"
|
|
167
167
|
},
|
|
168
168
|
"entrypoints": [
|
|
169
|
-
"static/js/main.
|
|
169
|
+
"static/js/main.d9e7d255.js"
|
|
170
170
|
]
|
|
171
171
|
}
|