Skip to content

Commit

Permalink
fixed jsonconfig crash with empty table (#2127)
Browse files Browse the repository at this point in the history
- ts port
- closes #2124
  • Loading branch information
foxriver76 authored Sep 25, 2023
1 parent 22c59cd commit 0e35f52
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 148 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
* (foxriver76) fixed `installedFrom` other source indicator not shown on adapters tab
* (foxriver76) allow to use enter key to save changes in object edit dialog
* (foxriver76) fix json config crash with empty table

### 6.10.2 (2023-09-20)
* (foxriver76) harmonized data on csv export with actual data shown by admin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@iobroker/adapter-core": "^3.0.3",
"@iobroker/socket-classes": "^1.4.1",
"@iobroker/webserver": "^0.3.6",
"@iobroker/webserver": "^0.3.7",
"@iobroker/ws-server": "^2.1.1",
"archiver": "^6.0.1",
"axios": "^1.5.0",
Expand Down
9 changes: 7 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,10 @@
"loose": true
}
]
]
}
],
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"i": "^0.3.7",
"npm": "^10.1.0"
}
}
Loading

0 comments on commit 0e35f52

Please sign in to comment.