@boxes-dev/dvb-runtime 1.0.846 → 1.0.847

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
@@ -75729,8 +75729,8 @@ var init_otel = __esm({
75729
75729
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
75730
75730
  };
75731
75731
  readBuildMetadata = () => {
75732
- const rawPackageVersion = "1.0.846";
75733
- const rawGitSha = "b8e4821592afe65542bd2adbc9d893055f6f3a2a";
75732
+ const rawPackageVersion = "1.0.847";
75733
+ const rawGitSha = "818a7e069e5f18aa704bff7b908727fab5d5901e";
75734
75734
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
75735
75735
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
75736
75736
  return { packageVersion, gitSha };
@@ -108094,9 +108094,9 @@ var init_sentry = __esm({
108094
108094
  uncaughtExceptionMonitorInstalled = false;
108095
108095
  currentDevboxSentryUser = null;
108096
108096
  readBuildMetadata2 = () => {
108097
- const rawPackageVersion = "1.0.846";
108098
- const rawGitSha = "b8e4821592afe65542bd2adbc9d893055f6f3a2a";
108099
- const rawSentryRelease = "boxes-dev-dvb@1.0.846+b8e4821592afe65542bd2adbc9d893055f6f3a2a";
108097
+ const rawPackageVersion = "1.0.847";
108098
+ const rawGitSha = "818a7e069e5f18aa704bff7b908727fab5d5901e";
108099
+ const rawSentryRelease = "boxes-dev-dvb@1.0.847+818a7e069e5f18aa704bff7b908727fab5d5901e";
108100
108100
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
108101
108101
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
108102
108102
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -115328,7 +115328,7 @@ var init_packageVersion = __esm({
115328
115328
  return import_node_path20.default.join(process.cwd(), "dvb");
115329
115329
  };
115330
115330
  readEmbeddedPackageVersion = () => {
115331
- const raw = "1.0.846";
115331
+ const raw = "1.0.847";
115332
115332
  return trimVersion(raw);
115333
115333
  };
115334
115334
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.cjs CHANGED
@@ -73877,8 +73877,8 @@ var init_otel = __esm({
73877
73877
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
73878
73878
  };
73879
73879
  readBuildMetadata = () => {
73880
- const rawPackageVersion = "1.0.846";
73881
- const rawGitSha = "b8e4821592afe65542bd2adbc9d893055f6f3a2a";
73880
+ const rawPackageVersion = "1.0.847";
73881
+ const rawGitSha = "818a7e069e5f18aa704bff7b908727fab5d5901e";
73882
73882
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
73883
73883
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
73884
73884
  return { packageVersion, gitSha };
@@ -106175,9 +106175,9 @@ var init_sentry = __esm({
106175
106175
  uncaughtExceptionMonitorInstalled = false;
106176
106176
  currentDevboxSentryUser = null;
106177
106177
  readBuildMetadata2 = () => {
106178
- const rawPackageVersion = "1.0.846";
106179
- const rawGitSha = "b8e4821592afe65542bd2adbc9d893055f6f3a2a";
106180
- const rawSentryRelease = "boxes-dev-dvb@1.0.846+b8e4821592afe65542bd2adbc9d893055f6f3a2a";
106178
+ const rawPackageVersion = "1.0.847";
106179
+ const rawGitSha = "818a7e069e5f18aa704bff7b908727fab5d5901e";
106180
+ const rawSentryRelease = "boxes-dev-dvb@1.0.847+818a7e069e5f18aa704bff7b908727fab5d5901e";
106181
106181
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
106182
106182
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
106183
106183
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -111861,7 +111861,7 @@ var init_packageVersion = __esm({
111861
111861
  return import_node_path11.default.join(process.cwd(), "dvb");
111862
111862
  };
111863
111863
  readEmbeddedPackageVersion = () => {
111864
- const raw = "1.0.846";
111864
+ const raw = "1.0.847";
111865
111865
  return trimVersion(raw);
111866
111866
  };
111867
111867
  readNearestPackageMetadata = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.846",
3
+ "version": "1.0.847",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -29,7 +29,7 @@
29
29
  "scripts": {
30
30
  "build": "tsc -b && npm run build:bundle && npm run build:prompts && npm run build:boxes-mosh",
31
31
  "build:bundle": "node ./scripts/build-bundle.mjs",
32
- "build:boxes-mosh": "node ../../../../scripts/package-boxes-mosh-surface.mjs --surface cli --output dist/boxes-mosh",
32
+ "build:boxes-mosh": "node ../../../../scripts/package-boxes-mosh-surface.mjs --surface cli --output dist/boxes-mosh --allow-missing-materialized",
33
33
  "build:prompts": "mkdir -p dist/prompts dist/codex dist/managed-codex-install && cp -R src/devbox/commands/init/codex/prompts/* dist/prompts/ && cp -R src/devbox/commands/init/codex/schema/* dist/codex/ && cp -R ../../../../shared/devboxCore/assets/managed-codex-install/* dist/managed-codex-install/",
34
34
  "prepack": "npm run clean && npm run build",
35
35
  "typecheck": "tsc -b",
@@ -53,5 +53,5 @@
53
53
  "@boxes-dev/daemon": "*",
54
54
  "e2b": "^2.18.0"
55
55
  },
56
- "devboxReleasedAt": "2026-07-22T16:51:59Z"
56
+ "devboxReleasedAt": "2026-07-22T18:21:43Z"
57
57
  }