@ez-corp/ez-context 0.1.10 → 0.1.11

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/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -579,7 +579,7 @@ async function updateAction(pathArg, options) {
579
579
 
580
580
  //#endregion
581
581
  //#region package.json
582
- var version = "0.1.9";
582
+ var version = "0.1.10";
583
583
 
584
584
  //#endregion
585
585
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ez-corp/ez-context",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Extract coding conventions and generate AI context files (CLAUDE.md, AGENTS.md, Cursor rules, Copilot instructions) with semantic drift detection",
5
5
  "type": "module",
6
6
  "license": "ISC",
@@ -45,7 +45,7 @@
45
45
  "typecheck": "tsc --noEmit -p tsconfig.test.json"
46
46
  },
47
47
  "dependencies": {
48
- "@ez-corp/ez-search": "1.3.3",
48
+ "@ez-corp/ez-search": "1.3.4",
49
49
  "chalk": "^5.6.2",
50
50
  "commander": "^14.0.3",
51
51
  "globby": "^14.0.0",