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

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.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.13+a24dcae01b",
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.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",
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": "a24dcae01b019225974c60290cfef988f1405ea8"
89
89
  }