@boxes-dev/dvb-runtime 1.0.835 → 1.0.836

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
@@ -75471,8 +75471,8 @@ var init_otel = __esm({
75471
75471
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
75472
75472
  };
75473
75473
  readBuildMetadata = () => {
75474
- const rawPackageVersion = "1.0.835";
75475
- const rawGitSha = "f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
75474
+ const rawPackageVersion = "1.0.836";
75475
+ const rawGitSha = "4df250dde254ba9f2a7e81399a42978fe131b8aa";
75476
75476
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
75477
75477
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
75478
75478
  return { packageVersion, gitSha };
@@ -107836,9 +107836,9 @@ var init_sentry = __esm({
107836
107836
  uncaughtExceptionMonitorInstalled = false;
107837
107837
  currentDevboxSentryUser = null;
107838
107838
  readBuildMetadata2 = () => {
107839
- const rawPackageVersion = "1.0.835";
107840
- const rawGitSha = "f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
107841
- const rawSentryRelease = "boxes-dev-dvb@1.0.835+f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
107839
+ const rawPackageVersion = "1.0.836";
107840
+ const rawGitSha = "4df250dde254ba9f2a7e81399a42978fe131b8aa";
107841
+ const rawSentryRelease = "boxes-dev-dvb@1.0.836+4df250dde254ba9f2a7e81399a42978fe131b8aa";
107842
107842
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
107843
107843
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
107844
107844
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -115070,7 +115070,7 @@ var init_packageVersion = __esm({
115070
115070
  return import_node_path20.default.join(process.cwd(), "dvb");
115071
115071
  };
115072
115072
  readEmbeddedPackageVersion = () => {
115073
- const raw = "1.0.835";
115073
+ const raw = "1.0.836";
115074
115074
  return trimVersion(raw);
115075
115075
  };
115076
115076
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73870,8 +73870,8 @@ var init_otel = __esm({
73870
73870
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73871
73871
  };
73872
73872
  readBuildMetadata = () => {
73873
- const rawPackageVersion = "1.0.835";
73874
- const rawGitSha = "f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
73873
+ const rawPackageVersion = "1.0.836";
73874
+ const rawGitSha = "4df250dde254ba9f2a7e81399a42978fe131b8aa";
73875
73875
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73876
73876
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73877
73877
  return { packageVersion, gitSha };
@@ -106168,9 +106168,9 @@ var init_sentry = __esm({
106168
106168
  uncaughtExceptionMonitorInstalled = false;
106169
106169
  currentDevboxSentryUser = null;
106170
106170
  readBuildMetadata2 = () => {
106171
- const rawPackageVersion = "1.0.835";
106172
- const rawGitSha = "f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
106173
- const rawSentryRelease = "boxes-dev-dvb@1.0.835+f2cf3ebeda9ef8cc7f218fc9b8f2d8cd0d30037d";
106171
+ const rawPackageVersion = "1.0.836";
106172
+ const rawGitSha = "4df250dde254ba9f2a7e81399a42978fe131b8aa";
106173
+ const rawSentryRelease = "boxes-dev-dvb@1.0.836+4df250dde254ba9f2a7e81399a42978fe131b8aa";
106174
106174
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106175
106175
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106176
106176
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111854,7 +111854,7 @@ var init_packageVersion = __esm({
111854
111854
  return import_node_path11.default.join(process.cwd(), "dvb");
111855
111855
  };
111856
111856
  readEmbeddedPackageVersion = () => {
111857
- const raw = "1.0.835";
111857
+ const raw = "1.0.836";
111858
111858
  return trimVersion(raw);
111859
111859
  };
111860
111860
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.835",
3
+ "version": "1.0.836",
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-07-20T06:27:06Z"
54
+ "devboxReleasedAt": "2026-07-20T17:25:13Z"
55
55
  }