@boxes-dev/dvb-runtime 1.0.787 → 1.0.789

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
@@ -75457,8 +75457,8 @@ var init_otel = __esm({
75457
75457
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
75458
75458
  };
75459
75459
  readBuildMetadata = () => {
75460
- const rawPackageVersion = "1.0.787";
75461
- const rawGitSha = "e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
75460
+ const rawPackageVersion = "1.0.789";
75461
+ const rawGitSha = "c9f7b5c1161fd7f39edf04ab22ecae11de031096";
75462
75462
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
75463
75463
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
75464
75464
  return { packageVersion, gitSha };
@@ -107822,9 +107822,9 @@ var init_sentry = __esm({
107822
107822
  uncaughtExceptionMonitorInstalled = false;
107823
107823
  currentDevboxSentryUser = null;
107824
107824
  readBuildMetadata2 = () => {
107825
- const rawPackageVersion = "1.0.787";
107826
- const rawGitSha = "e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
107827
- const rawSentryRelease = "boxes-dev-dvb@1.0.787+e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
107825
+ const rawPackageVersion = "1.0.789";
107826
+ const rawGitSha = "c9f7b5c1161fd7f39edf04ab22ecae11de031096";
107827
+ const rawSentryRelease = "boxes-dev-dvb@1.0.789+c9f7b5c1161fd7f39edf04ab22ecae11de031096";
107828
107828
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
107829
107829
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
107830
107830
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -115042,7 +115042,7 @@ var init_packageVersion = __esm({
115042
115042
  return import_node_path20.default.join(process.cwd(), "dvb");
115043
115043
  };
115044
115044
  readEmbeddedPackageVersion = () => {
115045
- const raw = "1.0.787";
115045
+ const raw = "1.0.789";
115046
115046
  return trimVersion(raw);
115047
115047
  };
115048
115048
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73856,8 +73856,8 @@ var init_otel = __esm({
73856
73856
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73857
73857
  };
73858
73858
  readBuildMetadata = () => {
73859
- const rawPackageVersion = "1.0.787";
73860
- const rawGitSha = "e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
73859
+ const rawPackageVersion = "1.0.789";
73860
+ const rawGitSha = "c9f7b5c1161fd7f39edf04ab22ecae11de031096";
73861
73861
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73862
73862
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73863
73863
  return { packageVersion, gitSha };
@@ -106154,9 +106154,9 @@ var init_sentry = __esm({
106154
106154
  uncaughtExceptionMonitorInstalled = false;
106155
106155
  currentDevboxSentryUser = null;
106156
106156
  readBuildMetadata2 = () => {
106157
- const rawPackageVersion = "1.0.787";
106158
- const rawGitSha = "e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
106159
- const rawSentryRelease = "boxes-dev-dvb@1.0.787+e9fd80d58bc40402bbf8d32fe5c5f31524e5f3ef";
106157
+ const rawPackageVersion = "1.0.789";
106158
+ const rawGitSha = "c9f7b5c1161fd7f39edf04ab22ecae11de031096";
106159
+ const rawSentryRelease = "boxes-dev-dvb@1.0.789+c9f7b5c1161fd7f39edf04ab22ecae11de031096";
106160
106160
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106161
106161
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106162
106162
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111826,7 +111826,7 @@ var init_packageVersion = __esm({
111826
111826
  return import_node_path11.default.join(process.cwd(), "dvb");
111827
111827
  };
111828
111828
  readEmbeddedPackageVersion = () => {
111829
- const raw = "1.0.787";
111829
+ const raw = "1.0.789";
111830
111830
  return trimVersion(raw);
111831
111831
  };
111832
111832
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.787",
3
+ "version": "1.0.789",
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-06-24T03:08:40Z"
54
+ "devboxReleasedAt": "2026-06-24T04:22:58Z"
55
55
  }