@interopio/desktop 6.16.2 → 6.16.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/changelog.md CHANGED
@@ -1,3 +1,5 @@
1
+ 6.16.3
2
+ - chore: prefs: lastUpdate type to Date
1
3
  6.16.2
2
4
  - chore: apps: fix types and documentation
3
5
  6.16.1
package/desktop.d.ts CHANGED
@@ -9013,7 +9013,7 @@ export declare namespace IOConnectDesktop {
9013
9013
  /**
9014
9014
  * Timestamp of the last update of the user preferences.
9015
9015
  */
9016
- lastUpdate?: string;
9016
+ lastUpdate?: Date;
9017
9017
  }
9018
9018
  }
9019
9019
 
@@ -20457,7 +20457,7 @@
20457
20457
  }
20458
20458
  }
20459
20459
 
20460
- var version = "6.16.2";
20460
+ var version = "6.16.3";
20461
20461
 
20462
20462
  var prepareConfig = (options) => {
20463
20463
  function getLibConfig(value, defaultMode, trueMode) {