@uniformdev/mesh-sdk-react 20.72.4-alpha.11 → 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/dist/index.esm.js CHANGED
@@ -4047,7 +4047,7 @@ var DelegationDisabledError = class extends Error {
4047
4047
  this.name = "DelegationDisabledError";
4048
4048
  }
4049
4049
  };
4050
- var DEFAULT_REVALIDATE_AFTER_MS = 5 * 60 * 1e3;
4050
+ var DEFAULT_REVALIDATE_AFTER_MS = 30 * 1e3;
4051
4051
  function DelegationProvider({
4052
4052
  sdk,
4053
4053
  onSessionToken,
package/dist/index.js CHANGED
@@ -4152,7 +4152,7 @@ var DelegationDisabledError = class extends Error {
4152
4152
  this.name = "DelegationDisabledError";
4153
4153
  }
4154
4154
  };
4155
- var DEFAULT_REVALIDATE_AFTER_MS = 5 * 60 * 1e3;
4155
+ var DEFAULT_REVALIDATE_AFTER_MS = 30 * 1e3;
4156
4156
  function DelegationProvider({
4157
4157
  sdk,
4158
4158
  onSessionToken,
package/dist/index.mjs CHANGED
@@ -4047,7 +4047,7 @@ var DelegationDisabledError = class extends Error {
4047
4047
  this.name = "DelegationDisabledError";
4048
4048
  }
4049
4049
  };
4050
- var DEFAULT_REVALIDATE_AFTER_MS = 5 * 60 * 1e3;
4050
+ var DEFAULT_REVALIDATE_AFTER_MS = 30 * 1e3;
4051
4051
  function DelegationProvider({
4052
4052
  sdk,
4053
4053
  onSessionToken,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.72.4-alpha.11+e751b54a11",
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.11+e751b54a11",
54
- "@uniformdev/design-system": "20.72.4-alpha.11+e751b54a11",
55
- "@uniformdev/mesh-sdk": "20.72.4-alpha.11+e751b54a11",
56
- "@uniformdev/richtext": "20.72.4-alpha.11+e751b54a11",
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": "e751b54a117bad0887d6bfb74c3ff9ccd0b21d88"
88
+ "gitHead": "0254f3a82ed24bc02a26abbb3b7c453c44f0f8a8"
89
89
  }