@xh/hoist 71.0.0-SNAPSHOT.1735830010593 → 71.0.0-SNAPSHOT.1735842875776

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.
@@ -549,7 +549,7 @@ export class ViewManagerModel<T = PlainObject> extends HoistModel {
549
549
  track: () => this.userPinned,
550
550
  run: userPinned => dataAccess.updateStateAsync({userPinned}),
551
551
  equals: comparer.structural,
552
- debounce: 2 * SECONDS
552
+ debounce: 1 * SECONDS
553
553
  },
554
554
  {
555
555
  track: () => this.autoSave,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1735830010593",
3
+ "version": "71.0.0-SNAPSHOT.1735842875776",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",