@boxes-dev/dvb-runtime 1.0.783 → 1.0.784

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
@@ -74276,8 +74276,8 @@ var init_otel = __esm({
74276
74276
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
74277
74277
  };
74278
74278
  readBuildMetadata = () => {
74279
- const rawPackageVersion = "1.0.783";
74280
- const rawGitSha = "8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
74279
+ const rawPackageVersion = "1.0.784";
74280
+ const rawGitSha = "e2cd1df9f3ec6b517c6c3361bd6529732231d027";
74281
74281
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
74282
74282
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
74283
74283
  return { packageVersion, gitSha };
@@ -106641,9 +106641,9 @@ var init_sentry = __esm({
106641
106641
  uncaughtExceptionMonitorInstalled = false;
106642
106642
  currentDevboxSentryUser = null;
106643
106643
  readBuildMetadata2 = () => {
106644
- const rawPackageVersion = "1.0.783";
106645
- const rawGitSha = "8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
106646
- const rawSentryRelease = "boxes-dev-dvb@1.0.783+8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
106644
+ const rawPackageVersion = "1.0.784";
106645
+ const rawGitSha = "e2cd1df9f3ec6b517c6c3361bd6529732231d027";
106646
+ const rawSentryRelease = "boxes-dev-dvb@1.0.784+e2cd1df9f3ec6b517c6c3361bd6529732231d027";
106647
106647
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106648
106648
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106649
106649
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -113833,7 +113833,7 @@ var init_packageVersion = __esm({
113833
113833
  return import_node_path19.default.join(process.cwd(), "dvb");
113834
113834
  };
113835
113835
  readEmbeddedPackageVersion = () => {
113836
- const raw = "1.0.783";
113836
+ const raw = "1.0.784";
113837
113837
  return trimVersion(raw);
113838
113838
  };
113839
113839
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73709,8 +73709,8 @@ var init_otel = __esm({
73709
73709
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73710
73710
  };
73711
73711
  readBuildMetadata = () => {
73712
- const rawPackageVersion = "1.0.783";
73713
- const rawGitSha = "8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
73712
+ const rawPackageVersion = "1.0.784";
73713
+ const rawGitSha = "e2cd1df9f3ec6b517c6c3361bd6529732231d027";
73714
73714
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73715
73715
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73716
73716
  return { packageVersion, gitSha };
@@ -106007,9 +106007,9 @@ var init_sentry = __esm({
106007
106007
  uncaughtExceptionMonitorInstalled = false;
106008
106008
  currentDevboxSentryUser = null;
106009
106009
  readBuildMetadata2 = () => {
106010
- const rawPackageVersion = "1.0.783";
106011
- const rawGitSha = "8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
106012
- const rawSentryRelease = "boxes-dev-dvb@1.0.783+8d23fa2b406660d6eb3133d9ea42c490e5e4c1ec";
106010
+ const rawPackageVersion = "1.0.784";
106011
+ const rawGitSha = "e2cd1df9f3ec6b517c6c3361bd6529732231d027";
106012
+ const rawSentryRelease = "boxes-dev-dvb@1.0.784+e2cd1df9f3ec6b517c6c3361bd6529732231d027";
106013
106013
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106014
106014
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106015
106015
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111651,7 +111651,7 @@ var init_packageVersion = __esm({
111651
111651
  return import_node_path11.default.join(process.cwd(), "dvb");
111652
111652
  };
111653
111653
  readEmbeddedPackageVersion = () => {
111654
- const raw = "1.0.783";
111654
+ const raw = "1.0.784";
111655
111655
  return trimVersion(raw);
111656
111656
  };
111657
111657
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.783",
3
+ "version": "1.0.784",
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-21T01:33:11Z"
54
+ "devboxReleasedAt": "2026-06-21T15:20:05Z"
55
55
  }