@boxes-dev/dvb 1.0.48 → 1.0.49
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
|
@@ -88619,8 +88619,8 @@ var init_otel = __esm({
|
|
|
88619
88619
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88620
88620
|
};
|
|
88621
88621
|
readBuildMetadata = () => {
|
|
88622
|
-
const rawPackageVersion = "1.0.
|
|
88623
|
-
const rawGitSha = "
|
|
88622
|
+
const rawPackageVersion = "1.0.49";
|
|
88623
|
+
const rawGitSha = "615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
88624
88624
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88625
88625
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88626
88626
|
return { packageVersion, gitSha };
|
|
@@ -120608,9 +120608,9 @@ var init_sentry = __esm({
|
|
|
120608
120608
|
sentryEnabled = false;
|
|
120609
120609
|
uncaughtExceptionMonitorInstalled = false;
|
|
120610
120610
|
readBuildMetadata2 = () => {
|
|
120611
|
-
const rawPackageVersion = "1.0.
|
|
120612
|
-
const rawGitSha = "
|
|
120613
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120611
|
+
const rawPackageVersion = "1.0.49";
|
|
120612
|
+
const rawGitSha = "615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
120613
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.49+615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
120614
120614
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120615
120615
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120616
120616
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
package/dist/bin/dvbd.cjs
CHANGED
|
@@ -88588,8 +88588,8 @@ var init_otel = __esm({
|
|
|
88588
88588
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88589
88589
|
};
|
|
88590
88590
|
readBuildMetadata = () => {
|
|
88591
|
-
const rawPackageVersion = "1.0.
|
|
88592
|
-
const rawGitSha = "
|
|
88591
|
+
const rawPackageVersion = "1.0.49";
|
|
88592
|
+
const rawGitSha = "615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
88593
88593
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88594
88594
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88595
88595
|
return { packageVersion, gitSha };
|
|
@@ -120506,9 +120506,9 @@ var init_sentry = __esm({
|
|
|
120506
120506
|
sentryEnabled = false;
|
|
120507
120507
|
uncaughtExceptionMonitorInstalled = false;
|
|
120508
120508
|
readBuildMetadata2 = () => {
|
|
120509
|
-
const rawPackageVersion = "1.0.
|
|
120510
|
-
const rawGitSha = "
|
|
120511
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120509
|
+
const rawPackageVersion = "1.0.49";
|
|
120510
|
+
const rawGitSha = "615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
120511
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.49+615e9d2c43abe0a91a2960d339e48e6dab03d070";
|
|
120512
120512
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120513
120513
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120514
120514
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|