@boxes-dev/dvb-runtime 1.0.567 → 1.0.569
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
|
@@ -89392,8 +89392,8 @@ var init_otel = __esm({
|
|
|
89392
89392
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
89393
89393
|
};
|
|
89394
89394
|
readBuildMetadata = () => {
|
|
89395
|
-
const rawPackageVersion = "1.0.
|
|
89396
|
-
const rawGitSha = "
|
|
89395
|
+
const rawPackageVersion = "1.0.569";
|
|
89396
|
+
const rawGitSha = "29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
89397
89397
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
89398
89398
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
89399
89399
|
return { packageVersion, gitSha };
|
|
@@ -127186,9 +127186,9 @@ var init_sentry = __esm({
|
|
|
127186
127186
|
sentryEnabled = false;
|
|
127187
127187
|
uncaughtExceptionMonitorInstalled = false;
|
|
127188
127188
|
readBuildMetadata2 = () => {
|
|
127189
|
-
const rawPackageVersion = "1.0.
|
|
127190
|
-
const rawGitSha = "
|
|
127191
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
127189
|
+
const rawPackageVersion = "1.0.569";
|
|
127190
|
+
const rawGitSha = "29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
127191
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.569+29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
127192
127192
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
127193
127193
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
127194
127194
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -131423,7 +131423,7 @@ var init_packageVersion = __esm({
|
|
|
131423
131423
|
return import_node_path9.default.join(process.cwd(), "dvb");
|
|
131424
131424
|
};
|
|
131425
131425
|
readEmbeddedPackageVersion = () => {
|
|
131426
|
-
const raw = "1.0.
|
|
131426
|
+
const raw = "1.0.569";
|
|
131427
131427
|
return trimVersion(raw);
|
|
131428
131428
|
};
|
|
131429
131429
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -89300,8 +89300,8 @@ var init_otel = __esm({
|
|
|
89300
89300
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
89301
89301
|
};
|
|
89302
89302
|
readBuildMetadata = () => {
|
|
89303
|
-
const rawPackageVersion = "1.0.
|
|
89304
|
-
const rawGitSha = "
|
|
89303
|
+
const rawPackageVersion = "1.0.569";
|
|
89304
|
+
const rawGitSha = "29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
89305
89305
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
89306
89306
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
89307
89307
|
return { packageVersion, gitSha };
|
|
@@ -127027,9 +127027,9 @@ var init_sentry = __esm({
|
|
|
127027
127027
|
sentryEnabled = false;
|
|
127028
127028
|
uncaughtExceptionMonitorInstalled = false;
|
|
127029
127029
|
readBuildMetadata2 = () => {
|
|
127030
|
-
const rawPackageVersion = "1.0.
|
|
127031
|
-
const rawGitSha = "
|
|
127032
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
127030
|
+
const rawPackageVersion = "1.0.569";
|
|
127031
|
+
const rawGitSha = "29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
127032
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.569+29eff89ed92ac946af6615e560be7cd5ff4fab17";
|
|
127033
127033
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
127034
127034
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
127035
127035
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -131210,7 +131210,7 @@ var init_packageVersion = __esm({
|
|
|
131210
131210
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
131211
131211
|
};
|
|
131212
131212
|
readEmbeddedPackageVersion = () => {
|
|
131213
|
-
const raw = "1.0.
|
|
131213
|
+
const raw = "1.0.569";
|
|
131214
131214
|
return trimVersion(raw);
|
|
131215
131215
|
};
|
|
131216
131216
|
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.569",
|
|
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-21T20:40:16Z"
|
|
55
55
|
}
|