@boxes-dev/dvb-runtime 1.0.150 → 1.0.152

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.150";
88692
- const rawGitSha = "54ef046708bfe79e391134bdc9095746c1770c10";
88691
+ const rawPackageVersion = "1.0.152";
88692
+ const rawGitSha = "08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
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.150";
120683
- const rawGitSha = "54ef046708bfe79e391134bdc9095746c1770c10";
120684
- const rawSentryRelease = "boxes-dev-dvb@1.0.150+54ef046708bfe79e391134bdc9095746c1770c10";
120682
+ const rawPackageVersion = "1.0.152";
120683
+ const rawGitSha = "08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
120684
+ const rawSentryRelease = "boxes-dev-dvb@1.0.152+08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
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.150";
124674
+ const raw = "1.0.152";
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.150";
88616
- const rawGitSha = "54ef046708bfe79e391134bdc9095746c1770c10";
88615
+ const rawPackageVersion = "1.0.152";
88616
+ const rawGitSha = "08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
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.150";
120536
- const rawGitSha = "54ef046708bfe79e391134bdc9095746c1770c10";
120537
- const rawSentryRelease = "boxes-dev-dvb@1.0.150+54ef046708bfe79e391134bdc9095746c1770c10";
120535
+ const rawPackageVersion = "1.0.152";
120536
+ const rawGitSha = "08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
120537
+ const rawSentryRelease = "boxes-dev-dvb@1.0.152+08f88ff95d6191489cd4f001b8d0bf3d990fe3b0";
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.150";
124473
+ const raw = "1.0.152";
124474
124474
  return trimVersion(raw);
124475
124475
  };
124476
124476
  readNearestPackageVersion = (basePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.150",
3
+ "version": "1.0.152",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {