@boxes-dev/dvb-runtime 1.0.160 → 1.0.161
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 +1 -1
package/dist/bin/dvb.cjs
CHANGED
|
@@ -88688,8 +88688,8 @@ var init_otel = __esm({
|
|
|
88688
88688
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88689
88689
|
};
|
|
88690
88690
|
readBuildMetadata = () => {
|
|
88691
|
-
const rawPackageVersion = "1.0.
|
|
88692
|
-
const rawGitSha = "
|
|
88691
|
+
const rawPackageVersion = "1.0.161";
|
|
88692
|
+
const rawGitSha = "418425766ab6288f6c99447fc4c79794af440a2a";
|
|
88693
88693
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88694
88694
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88695
88695
|
return { packageVersion, gitSha };
|
|
@@ -120679,9 +120679,9 @@ var init_sentry = __esm({
|
|
|
120679
120679
|
sentryEnabled = false;
|
|
120680
120680
|
uncaughtExceptionMonitorInstalled = false;
|
|
120681
120681
|
readBuildMetadata2 = () => {
|
|
120682
|
-
const rawPackageVersion = "1.0.
|
|
120683
|
-
const rawGitSha = "
|
|
120684
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120682
|
+
const rawPackageVersion = "1.0.161";
|
|
120683
|
+
const rawGitSha = "418425766ab6288f6c99447fc4c79794af440a2a";
|
|
120684
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.161+418425766ab6288f6c99447fc4c79794af440a2a";
|
|
120685
120685
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120686
120686
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120687
120687
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -124671,7 +124671,7 @@ var init_packageVersion = __esm({
|
|
|
124671
124671
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
124672
124672
|
};
|
|
124673
124673
|
readEmbeddedPackageVersion = () => {
|
|
124674
|
-
const raw = "1.0.
|
|
124674
|
+
const raw = "1.0.161";
|
|
124675
124675
|
return trimVersion(raw);
|
|
124676
124676
|
};
|
|
124677
124677
|
readNearestPackageVersion = (basePath) => {
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -88612,8 +88612,8 @@ var init_otel = __esm({
|
|
|
88612
88612
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88613
88613
|
};
|
|
88614
88614
|
readBuildMetadata = () => {
|
|
88615
|
-
const rawPackageVersion = "1.0.
|
|
88616
|
-
const rawGitSha = "
|
|
88615
|
+
const rawPackageVersion = "1.0.161";
|
|
88616
|
+
const rawGitSha = "418425766ab6288f6c99447fc4c79794af440a2a";
|
|
88617
88617
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88618
88618
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88619
88619
|
return { packageVersion, gitSha };
|
|
@@ -120532,9 +120532,9 @@ var init_sentry = __esm({
|
|
|
120532
120532
|
sentryEnabled = false;
|
|
120533
120533
|
uncaughtExceptionMonitorInstalled = false;
|
|
120534
120534
|
readBuildMetadata2 = () => {
|
|
120535
|
-
const rawPackageVersion = "1.0.
|
|
120536
|
-
const rawGitSha = "
|
|
120537
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120535
|
+
const rawPackageVersion = "1.0.161";
|
|
120536
|
+
const rawGitSha = "418425766ab6288f6c99447fc4c79794af440a2a";
|
|
120537
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.161+418425766ab6288f6c99447fc4c79794af440a2a";
|
|
120538
120538
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120539
120539
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120540
120540
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -124470,7 +124470,7 @@ var init_packageVersion = __esm({
|
|
|
124470
124470
|
return import_node_path7.default.join(process.cwd(), "dvb");
|
|
124471
124471
|
};
|
|
124472
124472
|
readEmbeddedPackageVersion = () => {
|
|
124473
|
-
const raw = "1.0.
|
|
124473
|
+
const raw = "1.0.161";
|
|
124474
124474
|
return trimVersion(raw);
|
|
124475
124475
|
};
|
|
124476
124476
|
readNearestPackageVersion = (basePath) => {
|