@ez-corp/ez-context 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/dist/ez-context +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ez-corp/ez-context",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",
@@ -29,7 +29,7 @@
29
29
  "types": "./dist/index.d.ts"
30
30
  }
31
31
  },
32
- "files": ["dist/", "README.md", "LICENSE"],
32
+ "files": ["dist/", "!dist/ez-context", "README.md", "LICENSE"],
33
33
  "scripts": {
34
34
  "build": "tsdown",
35
35
  "compile": "bun run build && bun build src/cli.ts --compile --outfile dist/ez-context",
package/dist/ez-context DELETED
Binary file