@boxes-dev/dvb-runtime 1.0.797 → 1.0.798

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/bin/dvbd.cjs CHANGED
@@ -73870,8 +73870,8 @@ var init_otel = __esm({
73870
73870
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73871
73871
  };
73872
73872
  readBuildMetadata = () => {
73873
- const rawPackageVersion = "1.0.797";
73874
- const rawGitSha = "f6f15a86791ca69420fc0cf93e747123ff0d3c82";
73873
+ const rawPackageVersion = "1.0.798";
73874
+ const rawGitSha = "84a684764396fc45425b4399c71e6b0dc3fd31bd";
73875
73875
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73876
73876
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73877
73877
  return { packageVersion, gitSha };
@@ -106168,9 +106168,9 @@ var init_sentry = __esm({
106168
106168
  uncaughtExceptionMonitorInstalled = false;
106169
106169
  currentDevboxSentryUser = null;
106170
106170
  readBuildMetadata2 = () => {
106171
- const rawPackageVersion = "1.0.797";
106172
- const rawGitSha = "f6f15a86791ca69420fc0cf93e747123ff0d3c82";
106173
- const rawSentryRelease = "boxes-dev-dvb@1.0.797+f6f15a86791ca69420fc0cf93e747123ff0d3c82";
106171
+ const rawPackageVersion = "1.0.798";
106172
+ const rawGitSha = "84a684764396fc45425b4399c71e6b0dc3fd31bd";
106173
+ const rawSentryRelease = "boxes-dev-dvb@1.0.798+84a684764396fc45425b4399c71e6b0dc3fd31bd";
106174
106174
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106175
106175
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106176
106176
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111840,7 +111840,7 @@ var init_packageVersion = __esm({
111840
111840
  return import_node_path11.default.join(process.cwd(), "dvb");
111841
111841
  };
111842
111842
  readEmbeddedPackageVersion = () => {
111843
- const raw = "1.0.797";
111843
+ const raw = "1.0.798";
111844
111844
  return trimVersion(raw);
111845
111845
  };
111846
111846
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.797",
3
+ "version": "1.0.798",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -51,5 +51,5 @@
51
51
  "@boxes-dev/daemon": "*",
52
52
  "e2b": "^2.18.0"
53
53
  },
54
- "devboxReleasedAt": "2026-07-08T06:26:29Z"
54
+ "devboxReleasedAt": "2026-07-08T21:29:24Z"
55
55
  }