@boxes-dev/dvb-runtime 1.0.799 → 1.0.800
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.800";
|
|
75475
|
+
const rawGitSha = "8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
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.800";
|
|
107840
|
+
const rawGitSha = "8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
107841
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.800+8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
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;
|
|
@@ -115064,7 +115064,7 @@ var init_packageVersion = __esm({
|
|
|
115064
115064
|
return import_node_path20.default.join(process.cwd(), "dvb");
|
|
115065
115065
|
};
|
|
115066
115066
|
readEmbeddedPackageVersion = () => {
|
|
115067
|
-
const raw = "1.0.
|
|
115067
|
+
const raw = "1.0.800";
|
|
115068
115068
|
return trimVersion(raw);
|
|
115069
115069
|
};
|
|
115070
115070
|
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.800";
|
|
73874
|
+
const rawGitSha = "8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
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.800";
|
|
106172
|
+
const rawGitSha = "8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
106173
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.800+8493b92aa81d4bdb515e46773ddf237d6d6af1d7";
|
|
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;
|
|
@@ -111848,7 +111848,7 @@ var init_packageVersion = __esm({
|
|
|
111848
111848
|
return import_node_path11.default.join(process.cwd(), "dvb");
|
|
111849
111849
|
};
|
|
111850
111850
|
readEmbeddedPackageVersion = () => {
|
|
111851
|
-
const raw = "1.0.
|
|
111851
|
+
const raw = "1.0.800";
|
|
111852
111852
|
return trimVersion(raw);
|
|
111853
111853
|
};
|
|
111854
111854
|
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.800",
|
|
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-09T06:10:13Z"
|
|
55
55
|
}
|