@boxes-dev/dvb-runtime 1.0.787 → 1.0.788
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
|
@@ -75457,8 +75457,8 @@ var init_otel = __esm({
|
|
|
75457
75457
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
75458
75458
|
};
|
|
75459
75459
|
readBuildMetadata = () => {
|
|
75460
|
-
const rawPackageVersion = "1.0.
|
|
75461
|
-
const rawGitSha = "
|
|
75460
|
+
const rawPackageVersion = "1.0.788";
|
|
75461
|
+
const rawGitSha = "21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
75462
75462
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
75463
75463
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
75464
75464
|
return { packageVersion, gitSha };
|
|
@@ -107822,9 +107822,9 @@ var init_sentry = __esm({
|
|
|
107822
107822
|
uncaughtExceptionMonitorInstalled = false;
|
|
107823
107823
|
currentDevboxSentryUser = null;
|
|
107824
107824
|
readBuildMetadata2 = () => {
|
|
107825
|
-
const rawPackageVersion = "1.0.
|
|
107826
|
-
const rawGitSha = "
|
|
107827
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
107825
|
+
const rawPackageVersion = "1.0.788";
|
|
107826
|
+
const rawGitSha = "21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
107827
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.788+21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
107828
107828
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
107829
107829
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
107830
107830
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -115042,7 +115042,7 @@ var init_packageVersion = __esm({
|
|
|
115042
115042
|
return import_node_path20.default.join(process.cwd(), "dvb");
|
|
115043
115043
|
};
|
|
115044
115044
|
readEmbeddedPackageVersion = () => {
|
|
115045
|
-
const raw = "1.0.
|
|
115045
|
+
const raw = "1.0.788";
|
|
115046
115046
|
return trimVersion(raw);
|
|
115047
115047
|
};
|
|
115048
115048
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -73856,8 +73856,8 @@ var init_otel = __esm({
|
|
|
73856
73856
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
73857
73857
|
};
|
|
73858
73858
|
readBuildMetadata = () => {
|
|
73859
|
-
const rawPackageVersion = "1.0.
|
|
73860
|
-
const rawGitSha = "
|
|
73859
|
+
const rawPackageVersion = "1.0.788";
|
|
73860
|
+
const rawGitSha = "21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
73861
73861
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
73862
73862
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
73863
73863
|
return { packageVersion, gitSha };
|
|
@@ -106154,9 +106154,9 @@ var init_sentry = __esm({
|
|
|
106154
106154
|
uncaughtExceptionMonitorInstalled = false;
|
|
106155
106155
|
currentDevboxSentryUser = null;
|
|
106156
106156
|
readBuildMetadata2 = () => {
|
|
106157
|
-
const rawPackageVersion = "1.0.
|
|
106158
|
-
const rawGitSha = "
|
|
106159
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106157
|
+
const rawPackageVersion = "1.0.788";
|
|
106158
|
+
const rawGitSha = "21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
106159
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.788+21f7b7b8ba184f950d49630b4c47c384e78889a9";
|
|
106160
106160
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
106161
106161
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
106162
106162
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -111826,7 +111826,7 @@ var init_packageVersion = __esm({
|
|
|
111826
111826
|
return import_node_path11.default.join(process.cwd(), "dvb");
|
|
111827
111827
|
};
|
|
111828
111828
|
readEmbeddedPackageVersion = () => {
|
|
111829
|
-
const raw = "1.0.
|
|
111829
|
+
const raw = "1.0.788";
|
|
111830
111830
|
return trimVersion(raw);
|
|
111831
111831
|
};
|
|
111832
111832
|
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.788",
|
|
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-06-
|
|
54
|
+
"devboxReleasedAt": "2026-06-24T04:03:56Z"
|
|
55
55
|
}
|