@boxes-dev/dvb-runtime 1.0.866 → 1.0.868
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
|
@@ -76042,8 +76042,8 @@ var init_otel = __esm({
|
|
|
76042
76042
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
76043
76043
|
};
|
|
76044
76044
|
readBuildMetadata = () => {
|
|
76045
|
-
const rawPackageVersion = "1.0.
|
|
76046
|
-
const rawGitSha = "
|
|
76045
|
+
const rawPackageVersion = "1.0.868";
|
|
76046
|
+
const rawGitSha = "45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
76047
76047
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
76048
76048
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
76049
76049
|
return { packageVersion, gitSha };
|
|
@@ -108407,9 +108407,9 @@ var init_sentry = __esm({
|
|
|
108407
108407
|
uncaughtExceptionMonitorInstalled = false;
|
|
108408
108408
|
currentDevboxSentryUser = null;
|
|
108409
108409
|
readBuildMetadata2 = () => {
|
|
108410
|
-
const rawPackageVersion = "1.0.
|
|
108411
|
-
const rawGitSha = "
|
|
108412
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
108410
|
+
const rawPackageVersion = "1.0.868";
|
|
108411
|
+
const rawGitSha = "45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
108412
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.868+45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
108413
108413
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
108414
108414
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
108415
108415
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -116332,7 +116332,7 @@ var init_packageVersion = __esm({
|
|
|
116332
116332
|
return import_node_path20.default.join(process.cwd(), "dvb");
|
|
116333
116333
|
};
|
|
116334
116334
|
readEmbeddedPackageVersion = () => {
|
|
116335
|
-
const raw = "1.0.
|
|
116335
|
+
const raw = "1.0.868";
|
|
116336
116336
|
return trimVersion(raw);
|
|
116337
116337
|
};
|
|
116338
116338
|
readNearestPackageMetadata = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -73877,8 +73877,8 @@ var init_otel = __esm({
|
|
|
73877
73877
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
73878
73878
|
};
|
|
73879
73879
|
readBuildMetadata = () => {
|
|
73880
|
-
const rawPackageVersion = "1.0.
|
|
73881
|
-
const rawGitSha = "
|
|
73880
|
+
const rawPackageVersion = "1.0.868";
|
|
73881
|
+
const rawGitSha = "45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
73882
73882
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
73883
73883
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
73884
73884
|
return { packageVersion, gitSha };
|
|
@@ -106175,9 +106175,9 @@ var init_sentry = __esm({
|
|
|
106175
106175
|
uncaughtExceptionMonitorInstalled = false;
|
|
106176
106176
|
currentDevboxSentryUser = null;
|
|
106177
106177
|
readBuildMetadata2 = () => {
|
|
106178
|
-
const rawPackageVersion = "1.0.
|
|
106179
|
-
const rawGitSha = "
|
|
106180
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
106178
|
+
const rawPackageVersion = "1.0.868";
|
|
106179
|
+
const rawGitSha = "45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
106180
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.868+45ba9858de816ec66e111cb1dbd68724730305e7";
|
|
106181
106181
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
106182
106182
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
106183
106183
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -111872,7 +111872,7 @@ var init_packageVersion = __esm({
|
|
|
111872
111872
|
return import_node_path11.default.join(process.cwd(), "dvb");
|
|
111873
111873
|
};
|
|
111874
111874
|
readEmbeddedPackageVersion = () => {
|
|
111875
|
-
const raw = "1.0.
|
|
111875
|
+
const raw = "1.0.868";
|
|
111876
111876
|
return trimVersion(raw);
|
|
111877
111877
|
};
|
|
111878
111878
|
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.868",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"@boxes-dev/daemon": "*",
|
|
61
61
|
"e2b": "^2.18.0"
|
|
62
62
|
},
|
|
63
|
-
"devboxReleasedAt": "2026-07-
|
|
63
|
+
"devboxReleasedAt": "2026-07-25T21:29:10Z"
|
|
64
64
|
}
|