webmux 0.13.0 → 0.14.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/bin/webmux.js +1 -1
- package/package.json +1 -1
package/bin/webmux.js
CHANGED
|
@@ -12364,7 +12364,7 @@ import { fileURLToPath } from "url";
|
|
|
12364
12364
|
// package.json
|
|
12365
12365
|
var package_default = {
|
|
12366
12366
|
name: "webmux",
|
|
12367
|
-
version: "0.
|
|
12367
|
+
version: "0.14.0",
|
|
12368
12368
|
description: "Web dashboard for workmux \u2014 browser UI with embedded terminals, PR monitoring, and CI integration",
|
|
12369
12369
|
type: "module",
|
|
12370
12370
|
repository: {
|