@powerhousedao/switchboard 6.2.2-dev.23 → 6.2.2-dev.25

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 6.2.2-dev.25 (2026-07-29)
2
+
3
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
4
+
5
+ ## 6.2.2-dev.24 (2026-07-29)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **reactor:** fix an issue exacerbated by auth where snapshots were ordered by insertion not revision ([4aa32fe1b](https://github.com/powerhouse-inc/powerhouse/commit/4aa32fe1b))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Benjamin Jordan
14
+
1
15
  ## 6.2.2-dev.23 (2026-07-28)
2
16
 
3
17
  ### 🩹 Fixes
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5a65c537-fadb-5705-95c0-4cec44d7b4d2")}catch(e){}}();
4
- import { a as parseForcePgVersion, r as startSwitchboard } from "./server-ChK0GLG8.mjs";
4
+ import { a as parseForcePgVersion, r as startSwitchboard } from "./server-q6kDUX3A.mjs";
5
5
  import "./utils-Baw7rThP.mjs";
6
6
  import { metrics } from "@opentelemetry/api";
7
7
  import { OTLPTraceExporter } from "@opentelemetry/exporter-trace-otlp-http";
@@ -1,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b1867ed0-059f-587c-9a5f-677da3666de7")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="819012dd-94c3-51ab-a806-c666f1818e7b")}catch(e){}}();
3
3
  import { n as addDefaultReactorDrive, r as isPostgresUrl, t as addDefaultDrive } from "./utils-Baw7rThP.mjs";
4
4
  import { register } from "node:module";
5
5
  import * as Sentry from "@sentry/node";
@@ -1132,7 +1132,6 @@ async function initServer(serverPort, options, renown) {
1132
1132
  const maxSkipThreshold = parseInt(process.env.MAX_SKIP_THRESHOLD ?? "", 10);
1133
1133
  const hasSkipThreshold = !isNaN(maxSkipThreshold) && maxSkipThreshold > 0;
1134
1134
  if (hasSkipThreshold) logger.info(`Reactor maxSkipThreshold set to ${maxSkipThreshold}`);
1135
- if (hasSkipThreshold && workerPool) logger.warn("MAX_SKIP_THRESHOLD is not forwarded to executor workers and has no effect in worker-pool mode");
1136
1135
  const reactorBuilder = new ReactorBuilder().withEventBus(new EventBus()).withKysely(baseKysely);
1137
1136
  const clientBuilder = new ReactorClientBuilder().withReactorBuilder(reactorBuilder);
1138
1137
  const vetraDocumentModels = dev ? Object.values(await import("@powerhousedao/vetra/document-models")).filter((m) => typeof m === "object" && m !== null && "documentModel" in m && "reducer" in m) : [];
@@ -1365,5 +1364,5 @@ if (import.meta.main) await startSwitchboard();
1365
1364
  //#endregion
1366
1365
  export { parseForcePgVersion as a, applySwitchboardReactorDefaults as i, isPortAvailable as n, startSwitchboard as r, deriveAttachmentServiceConfig as t };
1367
1366
 
1368
- //# sourceMappingURL=server-ChK0GLG8.mjs.map
1369
- //# debugId=b1867ed0-059f-587c-9a5f-677da3666de7
1367
+ //# sourceMappingURL=server-q6kDUX3A.mjs.map
1368
+ //# debugId=819012dd-94c3-51ab-a806-c666f1818e7b