@exaudeus/workrail 1.14.0 → 1.14.1

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.
@@ -2182,8 +2182,8 @@
2182
2182
  "bytes": 204
2183
2183
  },
2184
2184
  "v2/usecases/console-routes.js": {
2185
- "sha256": "d437f8fee37c016533e78259a1f5ce14017a746371c0c77e9519d445f784c988",
2186
- "bytes": 2192
2185
+ "sha256": "336dfa1d5fc86889b68ae5363a9f7a5b7832064beada2fc0150cb32c7deb4598",
2186
+ "bytes": 2196
2187
2187
  },
2188
2188
  "v2/usecases/console-service.d.ts": {
2189
2189
  "sha256": "787b1e01e7e30354f56203822142e825069bd42fba476797df6672c96dd5b555",
@@ -32,7 +32,7 @@ function mountConsoleRoutes(app, consoleService) {
32
32
  const consoleDist = resolveConsoleDist();
33
33
  if (consoleDist) {
34
34
  app.use('/console', express_1.default.static(consoleDist));
35
- app.get('/console/*', (_req, res) => {
35
+ app.get('/console/*path', (_req, res) => {
36
36
  res.sendFile(path_1.default.join(consoleDist, 'index.html'));
37
37
  });
38
38
  console.error(`[Console] UI serving from ${consoleDist}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exaudeus/workrail",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Step-by-step workflow enforcement for AI agents via MCP",
5
5
  "license": "MIT",
6
6
  "repository": {