@boxes-dev/dvb-runtime 1.0.669 → 1.0.670
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.670";
|
|
67518
|
+
const rawGitSha = "fc8795ea911ad16cf03b944027556825d88edb43";
|
|
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.670";
|
|
105502
|
+
const rawGitSha = "fc8795ea911ad16cf03b944027556825d88edb43";
|
|
105503
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.670+fc8795ea911ad16cf03b944027556825d88edb43";
|
|
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;
|
|
@@ -109750,7 +109750,7 @@ var init_packageVersion = __esm({
|
|
|
109750
109750
|
return import_node_path9.default.join(process.cwd(), "dvb");
|
|
109751
109751
|
};
|
|
109752
109752
|
readEmbeddedPackageVersion = () => {
|
|
109753
|
-
const raw = "1.0.
|
|
109753
|
+
const raw = "1.0.670";
|
|
109754
109754
|
return trimVersion(raw);
|
|
109755
109755
|
};
|
|
109756
109756
|
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.670";
|
|
67426
|
+
const rawGitSha = "fc8795ea911ad16cf03b944027556825d88edb43";
|
|
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.670";
|
|
105343
|
+
const rawGitSha = "fc8795ea911ad16cf03b944027556825d88edb43";
|
|
105344
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.670+fc8795ea911ad16cf03b944027556825d88edb43";
|
|
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;
|
|
@@ -109537,7 +109537,7 @@ var init_packageVersion = __esm({
|
|
|
109537
109537
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
109538
109538
|
};
|
|
109539
109539
|
readEmbeddedPackageVersion = () => {
|
|
109540
|
-
const raw = "1.0.
|
|
109540
|
+
const raw = "1.0.670";
|
|
109541
109541
|
return trimVersion(raw);
|
|
109542
109542
|
};
|
|
109543
109543
|
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.670",
|
|
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-05-
|
|
54
|
+
"devboxReleasedAt": "2026-05-02T01:45:04Z"
|
|
55
55
|
}
|