@boxes-dev/dvb-runtime 1.0.776 → 1.0.777

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
@@ -74565,8 +74565,8 @@ var init_otel = __esm({
74565
74565
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
74566
74566
  };
74567
74567
  readBuildMetadata = () => {
74568
- const rawPackageVersion = "1.0.776";
74569
- const rawGitSha = "248d00b04296dd82bc7b112c89eb6790d9956139";
74568
+ const rawPackageVersion = "1.0.777";
74569
+ const rawGitSha = "269a63bc87811aa52ae73a14cbb34da1c74d99a8";
74570
74570
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
74571
74571
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
74572
74572
  return { packageVersion, gitSha };
@@ -112526,9 +112526,9 @@ var init_sentry = __esm({
112526
112526
  uncaughtExceptionMonitorInstalled = false;
112527
112527
  currentDevboxSentryUser = null;
112528
112528
  readBuildMetadata2 = () => {
112529
- const rawPackageVersion = "1.0.776";
112530
- const rawGitSha = "248d00b04296dd82bc7b112c89eb6790d9956139";
112531
- const rawSentryRelease = "boxes-dev-dvb@1.0.776+248d00b04296dd82bc7b112c89eb6790d9956139";
112529
+ const rawPackageVersion = "1.0.777";
112530
+ const rawGitSha = "269a63bc87811aa52ae73a14cbb34da1c74d99a8";
112531
+ const rawSentryRelease = "boxes-dev-dvb@1.0.777+269a63bc87811aa52ae73a14cbb34da1c74d99a8";
112532
112532
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
112533
112533
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
112534
112534
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -119654,7 +119654,7 @@ var init_packageVersion = __esm({
119654
119654
  return import_node_path19.default.join(process.cwd(), "dvb");
119655
119655
  };
119656
119656
  readEmbeddedPackageVersion = () => {
119657
- const raw = "1.0.776";
119657
+ const raw = "1.0.777";
119658
119658
  return trimVersion(raw);
119659
119659
  };
119660
119660
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73998,8 +73998,8 @@ var init_otel = __esm({
73998
73998
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73999
73999
  };
74000
74000
  readBuildMetadata = () => {
74001
- const rawPackageVersion = "1.0.776";
74002
- const rawGitSha = "248d00b04296dd82bc7b112c89eb6790d9956139";
74001
+ const rawPackageVersion = "1.0.777";
74002
+ const rawGitSha = "269a63bc87811aa52ae73a14cbb34da1c74d99a8";
74003
74003
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
74004
74004
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
74005
74005
  return { packageVersion, gitSha };
@@ -111892,9 +111892,9 @@ var init_sentry = __esm({
111892
111892
  uncaughtExceptionMonitorInstalled = false;
111893
111893
  currentDevboxSentryUser = null;
111894
111894
  readBuildMetadata2 = () => {
111895
- const rawPackageVersion = "1.0.776";
111896
- const rawGitSha = "248d00b04296dd82bc7b112c89eb6790d9956139";
111897
- const rawSentryRelease = "boxes-dev-dvb@1.0.776+248d00b04296dd82bc7b112c89eb6790d9956139";
111895
+ const rawPackageVersion = "1.0.777";
111896
+ const rawGitSha = "269a63bc87811aa52ae73a14cbb34da1c74d99a8";
111897
+ const rawSentryRelease = "boxes-dev-dvb@1.0.777+269a63bc87811aa52ae73a14cbb34da1c74d99a8";
111898
111898
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
111899
111899
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
111900
111900
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -117473,7 +117473,7 @@ var init_packageVersion = __esm({
117473
117473
  return import_node_path11.default.join(process.cwd(), "dvb");
117474
117474
  };
117475
117475
  readEmbeddedPackageVersion = () => {
117476
- const raw = "1.0.776";
117476
+ const raw = "1.0.777";
117477
117477
  return trimVersion(raw);
117478
117478
  };
117479
117479
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.776",
3
+ "version": "1.0.777",
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-18T06:02:05Z"
54
+ "devboxReleasedAt": "2026-06-18T21:17:49Z"
55
55
  }