@fileverse-dev/dsheet 1.0.62 → 1.0.63

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -221472,7 +221472,7 @@ const gMt = ({
221472
221472
  };
221473
221473
  return Xt(() => (a(), t.current = setInterval(() => {
221474
221474
  a();
221475
- }, 24e3), () => {
221475
+ }, 20 * 60 * 1e3), () => {
221476
221476
  t.current && clearInterval(t.current);
221477
221477
  }), []), {
221478
221478
  refreshDenomination: n
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.0.62",
5
+ "version": "1.0.63",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {