@boxes-dev/dvb-runtime 1.0.951 → 1.0.953

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
@@ -101145,8 +101145,8 @@ var init_otel = __esm({
101145
101145
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
101146
101146
  };
101147
101147
  readBuildMetadata = () => {
101148
- const rawPackageVersion = "1.0.951";
101149
- const rawGitSha = "0c58946a437da836502e554506f6b372ce3551df";
101148
+ const rawPackageVersion = "1.0.953";
101149
+ const rawGitSha = "080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
101150
101150
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
101151
101151
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
101152
101152
  return { packageVersion, gitSha };
@@ -133552,9 +133552,9 @@ var init_sentry = __esm({
133552
133552
  uncaughtExceptionMonitorInstalled = false;
133553
133553
  currentDevboxSentryUser = null;
133554
133554
  readBuildMetadata2 = () => {
133555
- const rawPackageVersion = "1.0.951";
133556
- const rawGitSha = "0c58946a437da836502e554506f6b372ce3551df";
133557
- const rawSentryRelease = "boxes-dev-dvb@1.0.951+0c58946a437da836502e554506f6b372ce3551df";
133555
+ const rawPackageVersion = "1.0.953";
133556
+ const rawGitSha = "080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
133557
+ const rawSentryRelease = "boxes-dev-dvb@1.0.953+080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
133558
133558
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
133559
133559
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
133560
133560
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -138717,7 +138717,7 @@ var init_packageVersion = __esm({
138717
138717
  return path17.join(process.cwd(), "dvb");
138718
138718
  };
138719
138719
  readEmbeddedPackageVersion = () => {
138720
- const raw = "1.0.951";
138720
+ const raw = "1.0.953";
138721
138721
  return trimVersion(raw);
138722
138722
  };
138723
138723
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -96328,8 +96328,8 @@ var init_otel = __esm({
96328
96328
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
96329
96329
  };
96330
96330
  readBuildMetadata = () => {
96331
- const rawPackageVersion = "1.0.951";
96332
- const rawGitSha = "0c58946a437da836502e554506f6b372ce3551df";
96331
+ const rawPackageVersion = "1.0.953";
96332
+ const rawGitSha = "080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
96333
96333
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
96334
96334
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
96335
96335
  return { packageVersion, gitSha };
@@ -128624,9 +128624,9 @@ var init_sentry = __esm({
128624
128624
  uncaughtExceptionMonitorInstalled = false;
128625
128625
  currentDevboxSentryUser = null;
128626
128626
  readBuildMetadata2 = () => {
128627
- const rawPackageVersion = "1.0.951";
128628
- const rawGitSha = "0c58946a437da836502e554506f6b372ce3551df";
128629
- const rawSentryRelease = "boxes-dev-dvb@1.0.951+0c58946a437da836502e554506f6b372ce3551df";
128627
+ const rawPackageVersion = "1.0.953";
128628
+ const rawGitSha = "080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
128629
+ const rawSentryRelease = "boxes-dev-dvb@1.0.953+080f19601b7f0dfee9f9f77f8ccbe2f06c137fa9";
128630
128630
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
128631
128631
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
128632
128632
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -130818,7 +130818,7 @@ var init_packageVersion = __esm({
130818
130818
  return path8.join(process.cwd(), "dvb");
130819
130819
  };
130820
130820
  readEmbeddedPackageVersion = () => {
130821
- const raw = "1.0.951";
130821
+ const raw = "1.0.953";
130822
130822
  return trimVersion(raw);
130823
130823
  };
130824
130824
  readNearestPackageMetadata = (basePath) => {
@@ -319,6 +319,14 @@ identity, limited to the repositories and permissions available to both that
319
319
  user and the boxes.dev GitHub App. GitHub Actions log commands also require the
320
320
  connection's Actions permission.
321
321
 
322
+ For a GitHub-backed project, **Integrations → GitHub** also checks whether the
323
+ boxes.dev GitHub App can access that project's repositories. If access is
324
+ missing, the page names the affected repository and opens the applicable
325
+ GitHub grant or management flow. Request or add the repository there, then
326
+ return to boxes.dev for an automatic recheck or choose **Check again**. An
327
+ organization admin may need to approve the request. Reconnect GitHub only when
328
+ the page says the account connection needs it.
329
+
322
330
  This setting is separate from automatic Git pull/push access. It does not
323
331
  change repository remotes, switch a project between HTTPS and SSH, or affect
324
332
  commit authorship. When the setting is off, or GitHub is not connected to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.951",
3
+ "version": "1.0.953",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -81,5 +81,5 @@
81
81
  "e2b": "^2.18.0",
82
82
  "ink-testing-library": "^4.0.0"
83
83
  },
84
- "devboxReleasedAt": "2026-08-24T21:03:57Z"
84
+ "devboxReleasedAt": "2026-08-24T22:53:36Z"
85
85
  }