@vibe-validate/config 0.14.0 → 0.14.2

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 +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ npx vibe-validate init --template typescript-nodejs
31
31
  - `typescript-nodejs` - Node.js applications
32
32
  - `typescript-react` - React/Next.js applications
33
33
 
34
- All templates: https://github.com/jdutton/vibe-validate/tree/main/config-templates
34
+ All templates: https://github.com/jdutton/vibe-validate/tree/main/packages/cli/config-templates
35
35
 
36
36
  ### Example YAML Configuration
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-validate/config",
3
- "version": "0.14.0",
3
+ "version": "0.14.2",
4
4
  "description": "Configuration system for vibe-validate with TypeScript-first design and config templates",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",