@iobroker/json-config 8.0.4 → 8.0.5
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -1599,7 +1599,7 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
|
|
|
1599
1599
|
### **WORK IN PROGRESS**
|
|
1600
1600
|
-->
|
|
1601
1601
|
## Changelog
|
|
1602
|
-
### 8.0.
|
|
1602
|
+
### 8.0.5 (2025-10-25)
|
|
1603
1603
|
- (@GermanBluefox) Do not translate certificates names
|
|
1604
1604
|
- (@GermanBluefox) Update packages
|
|
1605
1605
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/json-config",
|
|
3
3
|
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.5",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
7
7
|
"email": "dogafox@gmail.com"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@iobroker/adapter-react-v5": "^8.0.
|
|
37
|
+
"@iobroker/adapter-react-v5": "^8.0.5",
|
|
38
38
|
"@module-federation/runtime": "^0.21.1",
|
|
39
39
|
"@mui/x-date-pickers": "^7.29.4",
|
|
40
40
|
"crypto-js": "^4.2.0",
|