@boxes-dev/dvb-runtime 1.0.168 → 1.0.169

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 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.168";
88692
- const rawGitSha = "2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
88691
+ const rawPackageVersion = "1.0.169";
88692
+ const rawGitSha = "dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
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.168";
120885
- const rawGitSha = "2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
120886
- const rawSentryRelease = "boxes-dev-dvb@1.0.168+2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
120884
+ const rawPackageVersion = "1.0.169";
120885
+ const rawGitSha = "dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
120886
+ const rawSentryRelease = "boxes-dev-dvb@1.0.169+dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
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.168";
124876
+ const raw = "1.0.169";
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.168";
88616
- const rawGitSha = "2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
88615
+ const rawPackageVersion = "1.0.169";
88616
+ const rawGitSha = "dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
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.168";
120738
- const rawGitSha = "2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
120739
- const rawSentryRelease = "boxes-dev-dvb@1.0.168+2da2e44d9a9b8f861c756d0eb4d4779a4f28af65";
120737
+ const rawPackageVersion = "1.0.169";
120738
+ const rawGitSha = "dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
120739
+ const rawSentryRelease = "boxes-dev-dvb@1.0.169+dd73bf0e6aa6cf4a092b38979e0f3f2871ec9c9c";
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.168";
124675
+ const raw = "1.0.169";
124676
124676
  return trimVersion(raw);
124677
124677
  };
124678
124678
  readNearestPackageVersion = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.168",
3
+ "version": "1.0.169",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {