@boxes-dev/dvb-runtime 1.0.955 → 1.0.956

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.955";
101149
- const rawGitSha = "5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
101148
+ const rawPackageVersion = "1.0.956";
101149
+ const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
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.955";
133556
- const rawGitSha = "5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
133557
- const rawSentryRelease = "boxes-dev-dvb@1.0.955+5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
133555
+ const rawPackageVersion = "1.0.956";
133556
+ const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
133557
+ const rawSentryRelease = "boxes-dev-dvb@1.0.956+d2e5605ef665d03899ef0e1d43fdf56410588617";
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.955";
138720
+ const raw = "1.0.956";
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.955";
96332
- const rawGitSha = "5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
96331
+ const rawPackageVersion = "1.0.956";
96332
+ const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
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.955";
128628
- const rawGitSha = "5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
128629
- const rawSentryRelease = "boxes-dev-dvb@1.0.955+5b9f2151e6e9c56031edc9bfe255fe313bbc5773";
128627
+ const rawPackageVersion = "1.0.956";
128628
+ const rawGitSha = "d2e5605ef665d03899ef0e1d43fdf56410588617";
128629
+ const rawSentryRelease = "boxes-dev-dvb@1.0.956+d2e5605ef665d03899ef0e1d43fdf56410588617";
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.955";
130821
+ const raw = "1.0.956";
130822
130822
  return trimVersion(raw);
130823
130823
  };
130824
130824
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.955",
3
+ "version": "1.0.956",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -77,5 +77,5 @@
77
77
  "e2b": "^2.18.0",
78
78
  "ink-testing-library": "^4.0.0"
79
79
  },
80
- "devboxReleasedAt": "2026-08-25T07:22:17Z"
80
+ "devboxReleasedAt": "2026-08-25T21:42:44Z"
81
81
  }