@boxes-dev/dvb-runtime 1.0.169 → 1.0.170
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.170";
|
|
88692
|
+
const rawGitSha = "fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
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 };
|
|
@@ -120881,9 +120881,9 @@ var init_sentry = __esm({
|
|
|
120881
120881
|
sentryEnabled = false;
|
|
120882
120882
|
uncaughtExceptionMonitorInstalled = false;
|
|
120883
120883
|
readBuildMetadata2 = () => {
|
|
120884
|
-
const rawPackageVersion = "1.0.
|
|
120885
|
-
const rawGitSha = "
|
|
120886
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120884
|
+
const rawPackageVersion = "1.0.170";
|
|
120885
|
+
const rawGitSha = "fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
120886
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.170+fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
120887
120887
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120888
120888
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120889
120889
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -124873,7 +124873,7 @@ var init_packageVersion = __esm({
|
|
|
124873
124873
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
124874
124874
|
};
|
|
124875
124875
|
readEmbeddedPackageVersion = () => {
|
|
124876
|
-
const raw = "1.0.
|
|
124876
|
+
const raw = "1.0.170";
|
|
124877
124877
|
return trimVersion(raw);
|
|
124878
124878
|
};
|
|
124879
124879
|
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.170";
|
|
88616
|
+
const rawGitSha = "fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
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 };
|
|
@@ -120734,9 +120734,9 @@ var init_sentry = __esm({
|
|
|
120734
120734
|
sentryEnabled = false;
|
|
120735
120735
|
uncaughtExceptionMonitorInstalled = false;
|
|
120736
120736
|
readBuildMetadata2 = () => {
|
|
120737
|
-
const rawPackageVersion = "1.0.
|
|
120738
|
-
const rawGitSha = "
|
|
120739
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120737
|
+
const rawPackageVersion = "1.0.170";
|
|
120738
|
+
const rawGitSha = "fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
120739
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.170+fa87a44c6dd4d02eb1aff89ed5c76028c8ff423b";
|
|
120740
120740
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120741
120741
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120742
120742
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -124672,7 +124672,7 @@ var init_packageVersion = __esm({
|
|
|
124672
124672
|
return import_node_path7.default.join(process.cwd(), "dvb");
|
|
124673
124673
|
};
|
|
124674
124674
|
readEmbeddedPackageVersion = () => {
|
|
124675
|
-
const raw = "1.0.
|
|
124675
|
+
const raw = "1.0.170";
|
|
124676
124676
|
return trimVersion(raw);
|
|
124677
124677
|
};
|
|
124678
124678
|
readNearestPackageVersion = (basePath) => {
|