@lousy-agents/lint 5.13.1 → 5.13.3

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/dist/index.js CHANGED
@@ -571,9 +571,9 @@ module.exports = webpackEmptyAsyncContext;
571
571
  // EXPORTS
572
572
  __webpack_require__.d(__webpack_exports__, {
573
573
  Kd: () => (/* reexport */ DEFAULT_LINT_RULES),
574
+ F5: () => (/* reexport */ LintValidationError),
574
575
  xi: () => (/* reexport */ createFormatter),
575
- nU: () => (/* reexport */ runLint),
576
- F5: () => (/* reexport */ LintValidationError)
576
+ nU: () => (/* reexport */ runLint)
577
577
  });
578
578
  // NAMESPACE OBJECT: ../../node_modules/micromark/lib/constructs.js
579
579
  var constructs_namespaceObject = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/lint",
3
- "version": "5.13.1",
3
+ "version": "5.13.3",
4
4
  "description": "Programmatic lint API for validating AI coding assistant configurations — skills, agents, hooks, and instructions",
5
5
  "type": "module",
6
6
  "repository": {