webmux 0.36.0 → 0.37.0

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.
@@ -6965,7 +6965,7 @@ import { networkInterfaces } from "os";
6965
6965
  // package.json
6966
6966
  var package_default = {
6967
6967
  name: "webmux",
6968
- version: "0.36.0",
6968
+ version: "0.37.0",
6969
6969
  description: "Web dashboard for workmux \u2014 browser UI with embedded terminals, PR monitoring, and CI integration",
6970
6970
  type: "module",
6971
6971
  repository: {
@@ -10994,7 +10994,7 @@ var coerce = {
10994
10994
  date: (arg) => ZodDate.create({ ...arg, coerce: true })
10995
10995
  };
10996
10996
  var NEVER = INVALID;
10997
- // node_modules/.bun/@ts-rest+core@3.52.1+c185e43edea803d3/node_modules/@ts-rest/core/index.esm.mjs
10997
+ // node_modules/.bun/@ts-rest+core@3.52.1+0e383980587f1470/node_modules/@ts-rest/core/index.esm.mjs
10998
10998
  var isZodObjectStrict = (obj) => {
10999
10999
  return typeof (obj === null || obj === undefined ? undefined : obj.passthrough) === "function";
11000
11000
  };