@boxes-dev/dvb-runtime 1.0.844 → 1.0.845

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
@@ -75721,8 +75721,8 @@ var init_otel = __esm({
75721
75721
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
75722
75722
  };
75723
75723
  readBuildMetadata = () => {
75724
- const rawPackageVersion = "1.0.844";
75725
- const rawGitSha = "3fc28250289bdf6fc6271c4751c0008fb1d088c4";
75724
+ const rawPackageVersion = "1.0.845";
75725
+ const rawGitSha = "449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
75726
75726
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
75727
75727
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
75728
75728
  return { packageVersion, gitSha };
@@ -108086,9 +108086,9 @@ var init_sentry = __esm({
108086
108086
  uncaughtExceptionMonitorInstalled = false;
108087
108087
  currentDevboxSentryUser = null;
108088
108088
  readBuildMetadata2 = () => {
108089
- const rawPackageVersion = "1.0.844";
108090
- const rawGitSha = "3fc28250289bdf6fc6271c4751c0008fb1d088c4";
108091
- const rawSentryRelease = "boxes-dev-dvb@1.0.844+3fc28250289bdf6fc6271c4751c0008fb1d088c4";
108089
+ const rawPackageVersion = "1.0.845";
108090
+ const rawGitSha = "449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
108091
+ const rawSentryRelease = "boxes-dev-dvb@1.0.845+449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
108092
108092
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
108093
108093
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
108094
108094
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -115320,7 +115320,7 @@ var init_packageVersion = __esm({
115320
115320
  return import_node_path20.default.join(process.cwd(), "dvb");
115321
115321
  };
115322
115322
  readEmbeddedPackageVersion = () => {
115323
- const raw = "1.0.844";
115323
+ const raw = "1.0.845";
115324
115324
  return trimVersion(raw);
115325
115325
  };
115326
115326
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73877,8 +73877,8 @@ var init_otel = __esm({
73877
73877
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73878
73878
  };
73879
73879
  readBuildMetadata = () => {
73880
- const rawPackageVersion = "1.0.844";
73881
- const rawGitSha = "3fc28250289bdf6fc6271c4751c0008fb1d088c4";
73880
+ const rawPackageVersion = "1.0.845";
73881
+ const rawGitSha = "449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
73882
73882
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73883
73883
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73884
73884
  return { packageVersion, gitSha };
@@ -106175,9 +106175,9 @@ var init_sentry = __esm({
106175
106175
  uncaughtExceptionMonitorInstalled = false;
106176
106176
  currentDevboxSentryUser = null;
106177
106177
  readBuildMetadata2 = () => {
106178
- const rawPackageVersion = "1.0.844";
106179
- const rawGitSha = "3fc28250289bdf6fc6271c4751c0008fb1d088c4";
106180
- const rawSentryRelease = "boxes-dev-dvb@1.0.844+3fc28250289bdf6fc6271c4751c0008fb1d088c4";
106178
+ const rawPackageVersion = "1.0.845";
106179
+ const rawGitSha = "449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
106180
+ const rawSentryRelease = "boxes-dev-dvb@1.0.845+449ec0446f0f9f96abc5d367ecf3d2958afdd38b";
106181
106181
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106182
106182
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106183
106183
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111861,7 +111861,7 @@ var init_packageVersion = __esm({
111861
111861
  return import_node_path11.default.join(process.cwd(), "dvb");
111862
111862
  };
111863
111863
  readEmbeddedPackageVersion = () => {
111864
- const raw = "1.0.844";
111864
+ const raw = "1.0.845";
111865
111865
  return trimVersion(raw);
111866
111866
  };
111867
111867
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.844",
3
+ "version": "1.0.845",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -53,5 +53,5 @@
53
53
  "@boxes-dev/daemon": "*",
54
54
  "e2b": "^2.18.0"
55
55
  },
56
- "devboxReleasedAt": "2026-07-22T04:20:34Z"
56
+ "devboxReleasedAt": "2026-07-22T05:05:14Z"
57
57
  }