@boxes-dev/dvb-runtime 1.0.838 → 1.0.840
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 +6 -6
- package/dist/bin/dvbd.cjs +6 -6
- package/package.json +2 -2
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.
|
|
75475
|
-
const rawGitSha = "
|
|
75474
|
+
const rawPackageVersion = "1.0.840";
|
|
75475
|
+
const rawGitSha = "4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
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.
|
|
107840
|
-
const rawGitSha = "
|
|
107841
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
107839
|
+
const rawPackageVersion = "1.0.840";
|
|
107840
|
+
const rawGitSha = "4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
107841
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.840+4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
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.
|
|
115073
|
+
const raw = "1.0.840";
|
|
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.
|
|
73874
|
-
const rawGitSha = "
|
|
73873
|
+
const rawPackageVersion = "1.0.840";
|
|
73874
|
+
const rawGitSha = "4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
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.
|
|
106172
|
-
const rawGitSha = "
|
|
106173
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106171
|
+
const rawPackageVersion = "1.0.840";
|
|
106172
|
+
const rawGitSha = "4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
106173
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.840+4c0d64a1b80894daa552f1b611720aee83382d2f";
|
|
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.
|
|
111857
|
+
const raw = "1.0.840";
|
|
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.
|
|
3
|
+
"version": "1.0.840",
|
|
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-
|
|
54
|
+
"devboxReleasedAt": "2026-07-21T17:15:30Z"
|
|
55
55
|
}
|