iobroker.javascript 9.0.1 → 9.0.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 +1 -1
- package/admin/assets/{index-BzKS5vx-.js → index-DCiLLcon.js} +1 -1
- package/admin/mf-manifest.json +1 -1
- package/admin/remoteEntry.js +2 -2
- package/admin/tab.html +1 -1
- package/build-backend/lib/protectFs.js +116 -66
- package/build-backend/lib/protectFs.js.map +1 -1
- package/io-package.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
|
|
|
26
26
|
<!--
|
|
27
27
|
### **WORK IN PROGRESS**
|
|
28
28
|
-->
|
|
29
|
-
### 9.0.
|
|
29
|
+
### 9.0.2 (2025-06-04)
|
|
30
30
|
|
|
31
31
|
* (@klein0r) Added possibility to escape chars in formatTimeDiff
|
|
32
32
|
* (@GermanBluefox) Back-end was migrated to TypeScript
|