@boxes-dev/dvb-runtime 1.0.689 → 1.0.691

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/dvb.cjs CHANGED
@@ -67514,8 +67514,8 @@ var init_otel = __esm({
67514
67514
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
67515
67515
  };
67516
67516
  readBuildMetadata = () => {
67517
- const rawPackageVersion = "1.0.689";
67518
- const rawGitSha = "d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
67517
+ const rawPackageVersion = "1.0.691";
67518
+ const rawGitSha = "c0ab900744b76035ca9056733644aa146631635e";
67519
67519
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
67520
67520
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
67521
67521
  return { packageVersion, gitSha };
@@ -105481,9 +105481,9 @@ var init_sentry = __esm({
105481
105481
  uncaughtExceptionMonitorInstalled = false;
105482
105482
  currentDevboxSentryUser = null;
105483
105483
  readBuildMetadata2 = () => {
105484
- const rawPackageVersion = "1.0.689";
105485
- const rawGitSha = "d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
105486
- const rawSentryRelease = "boxes-dev-dvb@1.0.689+d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
105484
+ const rawPackageVersion = "1.0.691";
105485
+ const rawGitSha = "c0ab900744b76035ca9056733644aa146631635e";
105486
+ const rawSentryRelease = "boxes-dev-dvb@1.0.691+c0ab900744b76035ca9056733644aa146631635e";
105487
105487
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
105488
105488
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
105489
105489
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111484,7 +111484,7 @@ var init_packageVersion = __esm({
111484
111484
  return import_node_path13.default.join(process.cwd(), "dvb");
111485
111485
  };
111486
111486
  readEmbeddedPackageVersion = () => {
111487
- const raw = "1.0.689";
111487
+ const raw = "1.0.691";
111488
111488
  return trimVersion(raw);
111489
111489
  };
111490
111490
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -67391,8 +67391,8 @@ var init_otel = __esm({
67391
67391
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
67392
67392
  };
67393
67393
  readBuildMetadata = () => {
67394
- const rawPackageVersion = "1.0.689";
67395
- const rawGitSha = "d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
67394
+ const rawPackageVersion = "1.0.691";
67395
+ const rawGitSha = "c0ab900744b76035ca9056733644aa146631635e";
67396
67396
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
67397
67397
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
67398
67398
  return { packageVersion, gitSha };
@@ -105291,9 +105291,9 @@ var init_sentry = __esm({
105291
105291
  uncaughtExceptionMonitorInstalled = false;
105292
105292
  currentDevboxSentryUser = null;
105293
105293
  readBuildMetadata2 = () => {
105294
- const rawPackageVersion = "1.0.689";
105295
- const rawGitSha = "d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
105296
- const rawSentryRelease = "boxes-dev-dvb@1.0.689+d35cef14e8a44b7e74461f3b4fb57eca5e3c3b70";
105294
+ const rawPackageVersion = "1.0.691";
105295
+ const rawGitSha = "c0ab900744b76035ca9056733644aa146631635e";
105296
+ const rawSentryRelease = "boxes-dev-dvb@1.0.691+c0ab900744b76035ca9056733644aa146631635e";
105297
105297
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
105298
105298
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
105299
105299
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -110648,7 +110648,7 @@ var init_packageVersion = __esm({
110648
110648
  return import_node_path10.default.join(process.cwd(), "dvb");
110649
110649
  };
110650
110650
  readEmbeddedPackageVersion = () => {
110651
- const raw = "1.0.689";
110651
+ const raw = "1.0.691";
110652
110652
  return trimVersion(raw);
110653
110653
  };
110654
110654
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.689",
3
+ "version": "1.0.691",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -50,5 +50,5 @@
50
50
  "@boxes-dev/daemon": "*",
51
51
  "e2b": "^2.18.0"
52
52
  },
53
- "devboxReleasedAt": "2026-05-11T03:06:29Z"
53
+ "devboxReleasedAt": "2026-05-12T03:08:49Z"
54
54
  }