@uniformdev/mesh-sdk-react 20.72.4-alpha.13 → 20.72.4-alpha.16

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/dist/index.d.mts CHANGED
@@ -986,7 +986,7 @@ interface DelegationProviderProps {
986
986
  /**
987
987
  * Minimum number of milliseconds the tab must have been hidden before a
988
988
  * `revalidateOnFocus` check runs. Prevents hammering the server on rapid tab
989
- * switches. Defaults to 5 minutes.
989
+ * switches. Defaults to 30 seconds.
990
990
  */
991
991
  revalidateAfterMs?: number;
992
992
  children: React__default.ReactNode;
package/dist/index.d.ts CHANGED
@@ -986,7 +986,7 @@ interface DelegationProviderProps {
986
986
  /**
987
987
  * Minimum number of milliseconds the tab must have been hidden before a
988
988
  * `revalidateOnFocus` check runs. Prevents hammering the server on rapid tab
989
- * switches. Defaults to 5 minutes.
989
+ * switches. Defaults to 30 seconds.
990
990
  */
991
991
  revalidateAfterMs?: number;
992
992
  children: React__default.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.72.4-alpha.13+a24dcae01b",
3
+ "version": "20.72.4-alpha.16+0254f3a82e",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.45.0",
51
51
  "@lexical/utils": "0.45.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.72.4-alpha.13+a24dcae01b",
54
- "@uniformdev/design-system": "20.72.4-alpha.13+a24dcae01b",
55
- "@uniformdev/mesh-sdk": "20.72.4-alpha.13+a24dcae01b",
56
- "@uniformdev/richtext": "20.72.4-alpha.13+a24dcae01b",
53
+ "@uniformdev/canvas": "20.72.4-alpha.16+0254f3a82e",
54
+ "@uniformdev/design-system": "20.72.4-alpha.16+0254f3a82e",
55
+ "@uniformdev/mesh-sdk": "20.72.4-alpha.16+0254f3a82e",
56
+ "@uniformdev/richtext": "20.72.4-alpha.16+0254f3a82e",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.45.0",
59
59
  "mitt": "3.0.1",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "a24dcae01b019225974c60290cfef988f1405ea8"
88
+ "gitHead": "0254f3a82ed24bc02a26abbb3b7c453c44f0f8a8"
89
89
  }