@boxes-dev/dvb-runtime 1.0.877 → 1.0.878

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.mjs CHANGED
@@ -76050,8 +76050,8 @@ var init_otel = __esm({
76050
76050
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
76051
76051
  };
76052
76052
  readBuildMetadata = () => {
76053
- const rawPackageVersion = "1.0.877";
76054
- const rawGitSha = "bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
76053
+ const rawPackageVersion = "1.0.878";
76054
+ const rawGitSha = "6c157f65612aaf5bea448e8d28874f4246104fd8";
76055
76055
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
76056
76056
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
76057
76057
  return { packageVersion, gitSha };
@@ -108413,9 +108413,9 @@ var init_sentry = __esm({
108413
108413
  uncaughtExceptionMonitorInstalled = false;
108414
108414
  currentDevboxSentryUser = null;
108415
108415
  readBuildMetadata2 = () => {
108416
- const rawPackageVersion = "1.0.877";
108417
- const rawGitSha = "bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
108418
- const rawSentryRelease = "boxes-dev-dvb@1.0.877+bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
108416
+ const rawPackageVersion = "1.0.878";
108417
+ const rawGitSha = "6c157f65612aaf5bea448e8d28874f4246104fd8";
108418
+ const rawSentryRelease = "boxes-dev-dvb@1.0.878+6c157f65612aaf5bea448e8d28874f4246104fd8";
108419
108419
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
108420
108420
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
108421
108421
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -116841,7 +116841,7 @@ var init_packageVersion = __esm({
116841
116841
  return path17.join(process.cwd(), "dvb");
116842
116842
  };
116843
116843
  readEmbeddedPackageVersion = () => {
116844
- const raw = "1.0.877";
116844
+ const raw = "1.0.878";
116845
116845
  return trimVersion(raw);
116846
116846
  };
116847
116847
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -73887,8 +73887,8 @@ var init_otel = __esm({
73887
73887
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73888
73888
  };
73889
73889
  readBuildMetadata = () => {
73890
- const rawPackageVersion = "1.0.877";
73891
- const rawGitSha = "bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
73890
+ const rawPackageVersion = "1.0.878";
73891
+ const rawGitSha = "6c157f65612aaf5bea448e8d28874f4246104fd8";
73892
73892
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73893
73893
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73894
73894
  return { packageVersion, gitSha };
@@ -106183,9 +106183,9 @@ var init_sentry = __esm({
106183
106183
  uncaughtExceptionMonitorInstalled = false;
106184
106184
  currentDevboxSentryUser = null;
106185
106185
  readBuildMetadata2 = () => {
106186
- const rawPackageVersion = "1.0.877";
106187
- const rawGitSha = "bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
106188
- const rawSentryRelease = "boxes-dev-dvb@1.0.877+bfdd2a6a00b70f5109e40fb09ebf73b23e706eea";
106186
+ const rawPackageVersion = "1.0.878";
106187
+ const rawGitSha = "6c157f65612aaf5bea448e8d28874f4246104fd8";
106188
+ const rawSentryRelease = "boxes-dev-dvb@1.0.878+6c157f65612aaf5bea448e8d28874f4246104fd8";
106189
106189
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106190
106190
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106191
106191
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111907,7 +111907,7 @@ var init_packageVersion = __esm({
111907
111907
  return path8.join(process.cwd(), "dvb");
111908
111908
  };
111909
111909
  readEmbeddedPackageVersion = () => {
111910
- const raw = "1.0.877";
111910
+ const raw = "1.0.878";
111911
111911
  return trimVersion(raw);
111912
111912
  };
111913
111913
  readNearestPackageMetadata = (basePath) => {
@@ -99,9 +99,10 @@ such as PDFs and archives, start a download directly from the thread. Image
99
99
  previews fit the available screen and support pinch zoom and panning with
100
100
  inertial flings and elastic edge settling.
101
101
 
102
- Large downloads may open through the browser. Full file browsing, uploads,
103
- inline review, Git staging, commits, and history are desktop workbench
104
- workflows.
102
+ Large downloads may open through the browser, and they arrive with the file's
103
+ real name and extension so your phone can open them in the right app. Full
104
+ file browsing, uploads, inline review, Git staging, commits, and history are
105
+ desktop workbench workflows.
105
106
 
106
107
  ## Terminal
107
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.877",
3
+ "version": "1.0.878",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -74,5 +74,5 @@
74
74
  "e2b": "^2.18.0",
75
75
  "ink-testing-library": "^4.0.0"
76
76
  },
77
- "devboxReleasedAt": "2026-07-27T19:20:44Z"
77
+ "devboxReleasedAt": "2026-07-27T19:58:20Z"
78
78
  }