@boxes-dev/dvb-runtime 1.0.464 → 1.0.465

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
@@ -89364,8 +89364,8 @@ var init_otel = __esm({
89364
89364
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
89365
89365
  };
89366
89366
  readBuildMetadata = () => {
89367
- const rawPackageVersion = "1.0.464";
89368
- const rawGitSha = "4843d60492631443898563c70d315d34f6b97fca";
89367
+ const rawPackageVersion = "1.0.465";
89368
+ const rawGitSha = "b65befb08c7a316ab6999bae439a35070ebf43fa";
89369
89369
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
89370
89370
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
89371
89371
  return { packageVersion, gitSha };
@@ -126962,9 +126962,9 @@ var init_sentry = __esm({
126962
126962
  sentryEnabled = false;
126963
126963
  uncaughtExceptionMonitorInstalled = false;
126964
126964
  readBuildMetadata2 = () => {
126965
- const rawPackageVersion = "1.0.464";
126966
- const rawGitSha = "4843d60492631443898563c70d315d34f6b97fca";
126967
- const rawSentryRelease = "boxes-dev-dvb@1.0.464+4843d60492631443898563c70d315d34f6b97fca";
126965
+ const rawPackageVersion = "1.0.465";
126966
+ const rawGitSha = "b65befb08c7a316ab6999bae439a35070ebf43fa";
126967
+ const rawSentryRelease = "boxes-dev-dvb@1.0.465+b65befb08c7a316ab6999bae439a35070ebf43fa";
126968
126968
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
126969
126969
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
126970
126970
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -131199,7 +131199,7 @@ var init_packageVersion = __esm({
131199
131199
  return import_node_path9.default.join(process.cwd(), "dvb");
131200
131200
  };
131201
131201
  readEmbeddedPackageVersion = () => {
131202
- const raw = "1.0.464";
131202
+ const raw = "1.0.465";
131203
131203
  return trimVersion(raw);
131204
131204
  };
131205
131205
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -89292,8 +89292,8 @@ var init_otel = __esm({
89292
89292
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
89293
89293
  };
89294
89294
  readBuildMetadata = () => {
89295
- const rawPackageVersion = "1.0.464";
89296
- const rawGitSha = "4843d60492631443898563c70d315d34f6b97fca";
89295
+ const rawPackageVersion = "1.0.465";
89296
+ const rawGitSha = "b65befb08c7a316ab6999bae439a35070ebf43fa";
89297
89297
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
89298
89298
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
89299
89299
  return { packageVersion, gitSha };
@@ -126823,9 +126823,9 @@ var init_sentry = __esm({
126823
126823
  sentryEnabled = false;
126824
126824
  uncaughtExceptionMonitorInstalled = false;
126825
126825
  readBuildMetadata2 = () => {
126826
- const rawPackageVersion = "1.0.464";
126827
- const rawGitSha = "4843d60492631443898563c70d315d34f6b97fca";
126828
- const rawSentryRelease = "boxes-dev-dvb@1.0.464+4843d60492631443898563c70d315d34f6b97fca";
126826
+ const rawPackageVersion = "1.0.465";
126827
+ const rawGitSha = "b65befb08c7a316ab6999bae439a35070ebf43fa";
126828
+ const rawSentryRelease = "boxes-dev-dvb@1.0.465+b65befb08c7a316ab6999bae439a35070ebf43fa";
126829
126829
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
126830
126830
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
126831
126831
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -131006,7 +131006,7 @@ var init_packageVersion = __esm({
131006
131006
  return import_node_path8.default.join(process.cwd(), "dvb");
131007
131007
  };
131008
131008
  readEmbeddedPackageVersion = () => {
131009
- const raw = "1.0.464";
131009
+ const raw = "1.0.465";
131010
131010
  return trimVersion(raw);
131011
131011
  };
131012
131012
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.464",
3
+ "version": "1.0.465",
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-04-08T05:51:30Z"
54
+ "devboxReleasedAt": "2026-04-08T05:52:55Z"
55
55
  }