@rpcbase/server 0.536.0 → 0.537.0

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.js CHANGED
@@ -2082,7 +2082,7 @@ var ErrorTracking = class ErrorTracking {
2082
2082
  };
2083
2083
  //#endregion
2084
2084
  //#region ../../node_modules/posthog-node/dist/version.mjs
2085
- var version = "5.28.7";
2085
+ var version = "5.28.8";
2086
2086
  //#endregion
2087
2087
  //#region ../../node_modules/posthog-node/dist/types.mjs
2088
2088
  var FeatureFlagError = {
@@ -4751,7 +4751,7 @@ var renderRtsHydrationScript = (data) => {
4751
4751
  };
4752
4752
  //#endregion
4753
4753
  //#region src/renderSSR.tsx
4754
- var RTS_SSR_PREPASS_TIMEOUT_MS = 4e3;
4754
+ var RTS_SSR_PREPASS_TIMEOUT_MS = 15e3;
4755
4755
  var SSR_IDENTIFIER_PREFIX$1 = "rb-";
4756
4756
  var runRtsPrepass = async (element) => {
4757
4757
  return await new Promise((resolve) => {