@lousy-agents/mcp 5.13.1 → 5.13.2

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/dist/27.js CHANGED
@@ -7,10 +7,10 @@ __webpack_require__.r(__webpack_exports__);
7
7
 
8
8
  // EXPORTS
9
9
  __webpack_require__.d(__webpack_exports__, {
10
+ FSWatcher: () => (/* binding */ FSWatcher),
10
11
  WatchHelper: () => (/* binding */ WatchHelper),
11
12
  "default": () => (/* binding */ chokidar),
12
- watch: () => (/* binding */ watch),
13
- FSWatcher: () => (/* binding */ FSWatcher)
13
+ watch: () => (/* binding */ watch)
14
14
  });
15
15
 
16
16
  // EXTERNAL MODULE: external "node:events"
package/dist/653.js CHANGED
@@ -720,7 +720,7 @@ __webpack_require__.d(__webpack_exports__, {
720
720
  downloadTemplate: () => (/* reexport */ downloadTemplate)
721
721
  });
722
722
 
723
- // UNUSED EXPORTS: startShell, registryProvider
723
+ // UNUSED EXPORTS: registryProvider, startShell
724
724
 
725
725
  // EXTERNAL MODULE: ../../node_modules/giget/dist/_chunks/libs/nypm.mjs
726
726
  var nypm = __webpack_require__(292);
package/dist/962.js CHANGED
@@ -8,7 +8,7 @@ __webpack_require__.d(__webpack_exports__, {
8
8
  digest: () => (/* reexport */ node_digest)
9
9
  });
10
10
 
11
- // UNUSED EXPORTS: isEqual, serialize, hash
11
+ // UNUSED EXPORTS: hash, isEqual, serialize
12
12
 
13
13
  // EXTERNAL MODULE: external "node:crypto"
14
14
  var external_node_crypto_ = __webpack_require__(7598);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/mcp",
3
- "version": "5.13.1",
3
+ "version": "5.13.2",
4
4
  "description": "MCP server for lousy-agents - provides AI coding assistant tools via the Model Context Protocol",
5
5
  "type": "module",
6
6
  "repository": {