@boxes-dev/dvb-runtime 1.0.646 → 1.0.648
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
|
@@ -67514,8 +67514,8 @@ var init_otel = __esm({
|
|
|
67514
67514
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
67515
67515
|
};
|
|
67516
67516
|
readBuildMetadata = () => {
|
|
67517
|
-
const rawPackageVersion = "1.0.
|
|
67518
|
-
const rawGitSha = "
|
|
67517
|
+
const rawPackageVersion = "1.0.648";
|
|
67518
|
+
const rawGitSha = "a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
67519
67519
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
67520
67520
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
67521
67521
|
return { packageVersion, gitSha };
|
|
@@ -105498,9 +105498,9 @@ var init_sentry = __esm({
|
|
|
105498
105498
|
sentryEnabled = false;
|
|
105499
105499
|
uncaughtExceptionMonitorInstalled = false;
|
|
105500
105500
|
readBuildMetadata2 = () => {
|
|
105501
|
-
const rawPackageVersion = "1.0.
|
|
105502
|
-
const rawGitSha = "
|
|
105503
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
105501
|
+
const rawPackageVersion = "1.0.648";
|
|
105502
|
+
const rawGitSha = "a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
105503
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.648+a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
105504
105504
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
105505
105505
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
105506
105506
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -109735,7 +109735,7 @@ var init_packageVersion = __esm({
|
|
|
109735
109735
|
return import_node_path9.default.join(process.cwd(), "dvb");
|
|
109736
109736
|
};
|
|
109737
109737
|
readEmbeddedPackageVersion = () => {
|
|
109738
|
-
const raw = "1.0.
|
|
109738
|
+
const raw = "1.0.648";
|
|
109739
109739
|
return trimVersion(raw);
|
|
109740
109740
|
};
|
|
109741
109741
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -67422,8 +67422,8 @@ var init_otel = __esm({
|
|
|
67422
67422
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
67423
67423
|
};
|
|
67424
67424
|
readBuildMetadata = () => {
|
|
67425
|
-
const rawPackageVersion = "1.0.
|
|
67426
|
-
const rawGitSha = "
|
|
67425
|
+
const rawPackageVersion = "1.0.648";
|
|
67426
|
+
const rawGitSha = "a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
67427
67427
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
67428
67428
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
67429
67429
|
return { packageVersion, gitSha };
|
|
@@ -105339,9 +105339,9 @@ var init_sentry = __esm({
|
|
|
105339
105339
|
sentryEnabled = false;
|
|
105340
105340
|
uncaughtExceptionMonitorInstalled = false;
|
|
105341
105341
|
readBuildMetadata2 = () => {
|
|
105342
|
-
const rawPackageVersion = "1.0.
|
|
105343
|
-
const rawGitSha = "
|
|
105344
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
105342
|
+
const rawPackageVersion = "1.0.648";
|
|
105343
|
+
const rawGitSha = "a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
105344
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.648+a11429eb561eb8e32d984ab4d42978f9da4c197d";
|
|
105345
105345
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
105346
105346
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
105347
105347
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -109522,7 +109522,7 @@ var init_packageVersion = __esm({
|
|
|
109522
109522
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
109523
109523
|
};
|
|
109524
109524
|
readEmbeddedPackageVersion = () => {
|
|
109525
|
-
const raw = "1.0.
|
|
109525
|
+
const raw = "1.0.648";
|
|
109526
109526
|
return trimVersion(raw);
|
|
109527
109527
|
};
|
|
109528
109528
|
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.648",
|
|
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-04-
|
|
54
|
+
"devboxReleasedAt": "2026-04-28T23:08:24Z"
|
|
55
55
|
}
|