@boxes-dev/dvb-runtime 1.0.827 → 1.0.828

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.827";
73874
- const rawGitSha = "022af8d4d83a947208ca7bd41493268b57e75b19";
73873
+ const rawPackageVersion = "1.0.828";
73874
+ const rawGitSha = "5479320a1c58a7e4f935676421952f0cc2fc12bc";
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.827";
106172
- const rawGitSha = "022af8d4d83a947208ca7bd41493268b57e75b19";
106173
- const rawSentryRelease = "boxes-dev-dvb@1.0.827+022af8d4d83a947208ca7bd41493268b57e75b19";
106171
+ const rawPackageVersion = "1.0.828";
106172
+ const rawGitSha = "5479320a1c58a7e4f935676421952f0cc2fc12bc";
106173
+ const rawSentryRelease = "boxes-dev-dvb@1.0.828+5479320a1c58a7e4f935676421952f0cc2fc12bc";
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;
@@ -111854,7 +111854,7 @@ var init_packageVersion = __esm({
111854
111854
  return import_node_path11.default.join(process.cwd(), "dvb");
111855
111855
  };
111856
111856
  readEmbeddedPackageVersion = () => {
111857
- const raw = "1.0.827";
111857
+ const raw = "1.0.828";
111858
111858
  return trimVersion(raw);
111859
111859
  };
111860
111860
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.827",
3
+ "version": "1.0.828",
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-20T00:08:12Z"
54
+ "devboxReleasedAt": "2026-07-20T00:34:44Z"
55
55
  }