vibe-validate 0.11.0 → 0.12.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,7 +50,7 @@ The vibe-validate ecosystem consists of:
50
50
  - **[@vibe-validate/cli](https://www.npmjs.com/package/@vibe-validate/cli)** - Command-line interface
51
51
  - **[@vibe-validate/core](https://www.npmjs.com/package/@vibe-validate/core)** - Validation orchestration engine
52
52
  - **[@vibe-validate/config](https://www.npmjs.com/package/@vibe-validate/config)** - Configuration system
53
- - **[@vibe-validate/formatters](https://www.npmjs.com/package/@vibe-validate/formatters)** - Error formatting
53
+ - **[@vibe-validate/extractors](https://www.npmjs.com/package/@vibe-validate/extractors)** - Error formatting
54
54
  - **[@vibe-validate/git](https://www.npmjs.com/package/@vibe-validate/git)** - Git utilities
55
55
 
56
56
  ## Why vibe-validate?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
- "version": "0.11.0",
3
+ "version": "0.12.1",
4
4
  "description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -41,6 +41,6 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@vibe-validate/cli": "0.11.0"
44
+ "@vibe-validate/cli": "0.12.1"
45
45
  }
46
46
  }