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.
Files changed (2) hide show
  1. package/bin/webmux.js +1 -1
  2. 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.13.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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webmux",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
5
5
  "type": "module",
6
6
  "repository": {