iobroker.rest-api 2.0.2 → 2.0.3

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 CHANGED
@@ -149,7 +149,7 @@ You cannot send POST request to commands via GUI.
149
149
  -->
150
150
 
151
151
  ## Changelog
152
- ### 2.0.2 (2024-07-13)
152
+ ### 2.0.3 (2024-07-13)
153
153
  * (jkuenemund) Changed response for the endpoint get states to the dictionary in swagger
154
154
 
155
155
  ### 2.0.1 (2024-05-23)
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "rest-api",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "news": {
6
- "2.0.2": {
6
+ "2.0.3": {
7
7
  "en": "Changed response for the endpoint get states to the dictionary in swagger",
8
8
  "de": "Geänderte Antwort für den Endpunkt erhalten Zustände zum Wörterbuch in Swagger",
9
9
  "ru": "Измененный ответ для конечной точки получить состояния в словарь в swagger",
@@ -2,7 +2,7 @@
2
2
  swagger: "2.0"
3
3
  info:
4
4
  description: "This is a REST server for ioBroker."
5
- version: "2.0.2"
5
+ version: "2.0.3"
6
6
  title: "ioBroker Swagger UI"
7
7
  contact:
8
8
  email: "admin@iobroker.net"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.rest-api",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "RESTful interface for ioBroker with GUI.",
5
5
  "author": {
6
6
  "name": "bluefox",