@boxes-dev/dvb 1.0.62 → 1.0.63
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 +5 -5
- package/dist/bin/dvbd.cjs +5 -5
- package/package.json +1 -1
package/dist/bin/dvb.cjs
CHANGED
|
@@ -88683,8 +88683,8 @@ var init_otel = __esm({
|
|
|
88683
88683
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88684
88684
|
};
|
|
88685
88685
|
readBuildMetadata = () => {
|
|
88686
|
-
const rawPackageVersion = "1.0.
|
|
88687
|
-
const rawGitSha = "
|
|
88686
|
+
const rawPackageVersion = "1.0.63";
|
|
88687
|
+
const rawGitSha = "8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
88688
88688
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88689
88689
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88690
88690
|
return { packageVersion, gitSha };
|
|
@@ -120672,9 +120672,9 @@ var init_sentry = __esm({
|
|
|
120672
120672
|
sentryEnabled = false;
|
|
120673
120673
|
uncaughtExceptionMonitorInstalled = false;
|
|
120674
120674
|
readBuildMetadata2 = () => {
|
|
120675
|
-
const rawPackageVersion = "1.0.
|
|
120676
|
-
const rawGitSha = "
|
|
120677
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120675
|
+
const rawPackageVersion = "1.0.63";
|
|
120676
|
+
const rawGitSha = "8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
120677
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.63+8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
120678
120678
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120679
120679
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120680
120680
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -88607,8 +88607,8 @@ var init_otel = __esm({
|
|
|
88607
88607
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88608
88608
|
};
|
|
88609
88609
|
readBuildMetadata = () => {
|
|
88610
|
-
const rawPackageVersion = "1.0.
|
|
88611
|
-
const rawGitSha = "
|
|
88610
|
+
const rawPackageVersion = "1.0.63";
|
|
88611
|
+
const rawGitSha = "8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
88612
88612
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88613
88613
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88614
88614
|
return { packageVersion, gitSha };
|
|
@@ -120525,9 +120525,9 @@ var init_sentry = __esm({
|
|
|
120525
120525
|
sentryEnabled = false;
|
|
120526
120526
|
uncaughtExceptionMonitorInstalled = false;
|
|
120527
120527
|
readBuildMetadata2 = () => {
|
|
120528
|
-
const rawPackageVersion = "1.0.
|
|
120529
|
-
const rawGitSha = "
|
|
120530
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120528
|
+
const rawPackageVersion = "1.0.63";
|
|
120529
|
+
const rawGitSha = "8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
120530
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.63+8154e02788e4a85dd7d1111dde9daad78a290b63";
|
|
120531
120531
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120532
120532
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120533
120533
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|