@iobroker/dm-utils 0.1.8 → 0.1.9
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 +3 -0
- package/build/types/index.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -294,6 +294,9 @@ This method returns a promise that resolves to a `ProgressDialog` object.
|
|
|
294
294
|
### **WORK IN PROGRESS**
|
|
295
295
|
-->
|
|
296
296
|
## Changelog
|
|
297
|
+
### 0.1.9 (2023-12-25)
|
|
298
|
+
* (foxriver76) enhanced type exports
|
|
299
|
+
|
|
297
300
|
### 0.1.8 (2023-12-17)
|
|
298
301
|
* (bluefox) corrected control error
|
|
299
302
|
|
package/build/types/index.d.ts
CHANGED