@boxes-dev/dvb-runtime 1.0.691 → 1.0.692
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 +9 -9
- package/dist/bin/dvb.cjs.map +1 -1
- package/dist/bin/dvbd.cjs +6 -6
- package/package.json +2 -2
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -67391,8 +67391,8 @@ var init_otel = __esm({
|
|
|
67391
67391
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
67392
67392
|
};
|
|
67393
67393
|
readBuildMetadata = () => {
|
|
67394
|
-
const rawPackageVersion = "1.0.
|
|
67395
|
-
const rawGitSha = "
|
|
67394
|
+
const rawPackageVersion = "1.0.692";
|
|
67395
|
+
const rawGitSha = "b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
67396
67396
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
67397
67397
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
67398
67398
|
return { packageVersion, gitSha };
|
|
@@ -105291,9 +105291,9 @@ var init_sentry = __esm({
|
|
|
105291
105291
|
uncaughtExceptionMonitorInstalled = false;
|
|
105292
105292
|
currentDevboxSentryUser = null;
|
|
105293
105293
|
readBuildMetadata2 = () => {
|
|
105294
|
-
const rawPackageVersion = "1.0.
|
|
105295
|
-
const rawGitSha = "
|
|
105296
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
105294
|
+
const rawPackageVersion = "1.0.692";
|
|
105295
|
+
const rawGitSha = "b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
105296
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.692+b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
105297
105297
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
105298
105298
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
105299
105299
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -110648,7 +110648,7 @@ var init_packageVersion = __esm({
|
|
|
110648
110648
|
return import_node_path10.default.join(process.cwd(), "dvb");
|
|
110649
110649
|
};
|
|
110650
110650
|
readEmbeddedPackageVersion = () => {
|
|
110651
|
-
const raw = "1.0.
|
|
110651
|
+
const raw = "1.0.692";
|
|
110652
110652
|
return trimVersion(raw);
|
|
110653
110653
|
};
|
|
110654
110654
|
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.692",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"imports": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"@boxes-dev/daemon": "*",
|
|
51
51
|
"e2b": "^2.18.0"
|
|
52
52
|
},
|
|
53
|
-
"devboxReleasedAt": "2026-05-
|
|
53
|
+
"devboxReleasedAt": "2026-05-12T04:35:13Z"
|
|
54
54
|
}
|