@interopio/desktop 6.15.0 → 6.16.1

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/changelog.md CHANGED
@@ -1,3 +1,10 @@
1
+ 6.16.1
2
+ - fix: apps: if the method is not available, do not initialize the apps API
3
+ - fix: prefs - when calling `io.prefs.get()`, the returned object looks like an unparsed fetch response
4
+ 6.16.0
5
+ - feat: layouts - restoreWorkspacesByReference option added
6
+ - chore: increase the timeout for streams in io.CD from 30 to 90 seconds
7
+ - chore: reconnect logic improvement
1
8
  6.15.0
2
9
  - fix: channels - creation inconsistency - G4E-9871
3
10
  - chore: intents - add excludeList in handlerFilter - G4E-9881