@boxes-dev/dvb 1.0.71 → 1.0.72

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
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";
3
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="39fbe2ec-a164-549b-ba9a-8ffc4139e44d")}catch(e){}}();
3
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ea0a9ba4-6f29-566e-b22c-90d8f5ba8fd9")}catch(e){}}();
4
4
 
5
5
  var __create = Object.create;
6
6
  var __defProp = Object.defineProperty;
@@ -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.71";
88692
- const rawGitSha = "ea40409a2a8bd6029381729245eaf3e77d3789f9";
88691
+ const rawPackageVersion = "1.0.72";
88692
+ const rawGitSha = "04fbdfc091804b227c2faf882c046dc80431bfe6";
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.71";
120683
- const rawGitSha = "ea40409a2a8bd6029381729245eaf3e77d3789f9";
120684
- const rawSentryRelease = "boxes-dev-dvb@1.0.71+ea40409a2a8bd6029381729245eaf3e77d3789f9";
120682
+ const rawPackageVersion = "1.0.72";
120683
+ const rawGitSha = "04fbdfc091804b227c2faf882c046dc80431bfe6";
120684
+ const rawSentryRelease = "boxes-dev-dvb@1.0.72+04fbdfc091804b227c2faf882c046dc80431bfe6";
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;
@@ -204402,7 +204402,7 @@ ${canonicalBlock}
204402
204402
  'if [ -f "$pid_file" ]; then',
204403
204403
  ' mux_pid="$(cat "$pid_file" 2>/dev/null || true)"',
204404
204404
  ' if [ -n "$mux_pid" ] && kill -0 "$mux_pid" 2>/dev/null; then',
204405
- ' if ps -p "$mux_pid" -o comm= 2>/dev/null | grep -q "wezterm-mux-server"; then',
204405
+ ' if ps -p "$mux_pid" -o args= 2>/dev/null | grep -F "wezterm-mux-server" >/dev/null 2>&1; then',
204406
204406
  " mux_running=1",
204407
204407
  " else",
204408
204408
  ' mux_pid=""',
@@ -219982,4 +219982,4 @@ smol-toml/dist/index.js:
219982
219982
  */
219983
219983
  //# sourceMappingURL=dvb.cjs.map
219984
219984
 
219985
- //# debugId=39fbe2ec-a164-549b-ba9a-8ffc4139e44d
219985
+ //# debugId=ea0a9ba4-6f29-566e-b22c-90d8f5ba8fd9