@boxes-dev/dvb-runtime 1.0.460 → 1.0.461
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
|
@@ -89364,8 +89364,8 @@ var init_otel = __esm({
|
|
|
89364
89364
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
89365
89365
|
};
|
|
89366
89366
|
readBuildMetadata = () => {
|
|
89367
|
-
const rawPackageVersion = "1.0.
|
|
89368
|
-
const rawGitSha = "
|
|
89367
|
+
const rawPackageVersion = "1.0.461";
|
|
89368
|
+
const rawGitSha = "4067ef319af40051e4b6005714cbfee930e07105";
|
|
89369
89369
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
89370
89370
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
89371
89371
|
return { packageVersion, gitSha };
|
|
@@ -126962,9 +126962,9 @@ var init_sentry = __esm({
|
|
|
126962
126962
|
sentryEnabled = false;
|
|
126963
126963
|
uncaughtExceptionMonitorInstalled = false;
|
|
126964
126964
|
readBuildMetadata2 = () => {
|
|
126965
|
-
const rawPackageVersion = "1.0.
|
|
126966
|
-
const rawGitSha = "
|
|
126967
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
126965
|
+
const rawPackageVersion = "1.0.461";
|
|
126966
|
+
const rawGitSha = "4067ef319af40051e4b6005714cbfee930e07105";
|
|
126967
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.461+4067ef319af40051e4b6005714cbfee930e07105";
|
|
126968
126968
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
126969
126969
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
126970
126970
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -131199,7 +131199,7 @@ var init_packageVersion = __esm({
|
|
|
131199
131199
|
return import_node_path9.default.join(process.cwd(), "dvb");
|
|
131200
131200
|
};
|
|
131201
131201
|
readEmbeddedPackageVersion = () => {
|
|
131202
|
-
const raw = "1.0.
|
|
131202
|
+
const raw = "1.0.461";
|
|
131203
131203
|
return trimVersion(raw);
|
|
131204
131204
|
};
|
|
131205
131205
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -89292,8 +89292,8 @@ var init_otel = __esm({
|
|
|
89292
89292
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
89293
89293
|
};
|
|
89294
89294
|
readBuildMetadata = () => {
|
|
89295
|
-
const rawPackageVersion = "1.0.
|
|
89296
|
-
const rawGitSha = "
|
|
89295
|
+
const rawPackageVersion = "1.0.461";
|
|
89296
|
+
const rawGitSha = "4067ef319af40051e4b6005714cbfee930e07105";
|
|
89297
89297
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
89298
89298
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
89299
89299
|
return { packageVersion, gitSha };
|
|
@@ -126823,9 +126823,9 @@ var init_sentry = __esm({
|
|
|
126823
126823
|
sentryEnabled = false;
|
|
126824
126824
|
uncaughtExceptionMonitorInstalled = false;
|
|
126825
126825
|
readBuildMetadata2 = () => {
|
|
126826
|
-
const rawPackageVersion = "1.0.
|
|
126827
|
-
const rawGitSha = "
|
|
126828
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
126826
|
+
const rawPackageVersion = "1.0.461";
|
|
126827
|
+
const rawGitSha = "4067ef319af40051e4b6005714cbfee930e07105";
|
|
126828
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.461+4067ef319af40051e4b6005714cbfee930e07105";
|
|
126829
126829
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
126830
126830
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
126831
126831
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -131006,7 +131006,7 @@ var init_packageVersion = __esm({
|
|
|
131006
131006
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
131007
131007
|
};
|
|
131008
131008
|
readEmbeddedPackageVersion = () => {
|
|
131009
|
-
const raw = "1.0.
|
|
131009
|
+
const raw = "1.0.461";
|
|
131010
131010
|
return trimVersion(raw);
|
|
131011
131011
|
};
|
|
131012
131012
|
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.461",
|
|
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-08T04:
|
|
54
|
+
"devboxReleasedAt": "2026-04-08T04:56:54Z"
|
|
55
55
|
}
|