@boxes-dev/dvb-runtime 1.0.851 → 1.0.852
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
|
@@ -76042,8 +76042,8 @@ var init_otel = __esm({
|
|
|
76042
76042
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
76043
76043
|
};
|
|
76044
76044
|
readBuildMetadata = () => {
|
|
76045
|
-
const rawPackageVersion = "1.0.
|
|
76046
|
-
const rawGitSha = "
|
|
76045
|
+
const rawPackageVersion = "1.0.852";
|
|
76046
|
+
const rawGitSha = "b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
76047
76047
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
76048
76048
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
76049
76049
|
return { packageVersion, gitSha };
|
|
@@ -108407,9 +108407,9 @@ var init_sentry = __esm({
|
|
|
108407
108407
|
uncaughtExceptionMonitorInstalled = false;
|
|
108408
108408
|
currentDevboxSentryUser = null;
|
|
108409
108409
|
readBuildMetadata2 = () => {
|
|
108410
|
-
const rawPackageVersion = "1.0.
|
|
108411
|
-
const rawGitSha = "
|
|
108412
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
108410
|
+
const rawPackageVersion = "1.0.852";
|
|
108411
|
+
const rawGitSha = "b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
108412
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.852+b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
108413
108413
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
108414
108414
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
108415
108415
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -116289,7 +116289,7 @@ var init_packageVersion = __esm({
|
|
|
116289
116289
|
return import_node_path20.default.join(process.cwd(), "dvb");
|
|
116290
116290
|
};
|
|
116291
116291
|
readEmbeddedPackageVersion = () => {
|
|
116292
|
-
const raw = "1.0.
|
|
116292
|
+
const raw = "1.0.852";
|
|
116293
116293
|
return trimVersion(raw);
|
|
116294
116294
|
};
|
|
116295
116295
|
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.
|
|
73881
|
-
const rawGitSha = "
|
|
73880
|
+
const rawPackageVersion = "1.0.852";
|
|
73881
|
+
const rawGitSha = "b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
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.
|
|
106179
|
-
const rawGitSha = "
|
|
106180
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106178
|
+
const rawPackageVersion = "1.0.852";
|
|
106179
|
+
const rawGitSha = "b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
106180
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.852+b50a39c6ff74209c08c5a01c0f37b9647b6c36e0";
|
|
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.
|
|
111864
|
+
const raw = "1.0.852";
|
|
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.
|
|
3
|
+
"version": "1.0.852",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"@boxes-dev/daemon": "*",
|
|
60
60
|
"e2b": "^2.18.0"
|
|
61
61
|
},
|
|
62
|
-
"devboxReleasedAt": "2026-07-22T22:
|
|
62
|
+
"devboxReleasedAt": "2026-07-22T22:38:13Z"
|
|
63
63
|
}
|