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.
- package/backend/dist/server.js +2 -2
- package/bin/webmux.js +1548 -1392
- package/frontend/dist/assets/{DiffDialog-8G3iLEAt.js → DiffDialog-npkRTiLF.js} +1 -1
- package/frontend/dist/assets/index-CwsEmpEK.js +36 -0
- package/frontend/dist/assets/index-XCRBR8rv.css +1 -0
- package/frontend/dist/index.html +2 -2
- package/package.json +1 -1
- package/frontend/dist/assets/index-Bz43HwWi.css +0 -1
- package/frontend/dist/assets/index-OF0sLw7N.js +0 -35
package/backend/dist/server.js
CHANGED
|
@@ -6965,7 +6965,7 @@ import { networkInterfaces } from "os";
|
|
|
6965
6965
|
// package.json
|
|
6966
6966
|
var package_default = {
|
|
6967
6967
|
name: "webmux",
|
|
6968
|
-
version: "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+
|
|
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
|
};
|