@yawlabs/ctxlint 0.15.0 → 0.15.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.
- package/.pre-commit-hooks.yaml +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/.pre-commit-hooks.yaml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Version-pinned so a checkout at `rev: vX.Y.Z` runs exactly that release
|
|
5
5
|
# of ctxlint — matches the pinning done by `ctxlint init`. release.sh keeps
|
|
6
6
|
# this in sync with package.json on each bump.
|
|
7
|
-
entry: npx @yawlabs/ctxlint@0.15.
|
|
7
|
+
entry: npx @yawlabs/ctxlint@0.15.1 --strict
|
|
8
8
|
language: node
|
|
9
9
|
always_run: true
|
|
10
10
|
pass_filenames: false
|
package/dist/index.js
CHANGED
|
@@ -46885,7 +46885,7 @@ import { readFileSync as readFileSync7 } from "node:fs";
|
|
|
46885
46885
|
import { resolve as resolve13, dirname as dirname6 } from "node:path";
|
|
46886
46886
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
46887
46887
|
function loadVersion() {
|
|
46888
|
-
if (true) return "0.15.
|
|
46888
|
+
if (true) return "0.15.1";
|
|
46889
46889
|
const __dir = dirname6(fileURLToPath2(import.meta.url));
|
|
46890
46890
|
const pkgPath = resolve13(__dir, "../package.json");
|
|
46891
46891
|
const pkg = JSON.parse(readFileSync7(pkgPath, "utf-8"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/ctxlint",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"mcpName": "io.github.YawLabs/ctxlint",
|
|
5
5
|
"description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
|
|
6
6
|
"bin": {
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"fast-uri": "^3.1.2",
|
|
123
123
|
"postcss": "^8.5.10",
|
|
124
124
|
"qs": "^6.15.2",
|
|
125
|
-
"ip-address": "^10.1.1"
|
|
125
|
+
"ip-address": "^10.1.1",
|
|
126
|
+
"brace-expansion": "^5.0.6"
|
|
126
127
|
}
|
|
127
128
|
}
|
|
128
129
|
}
|