@vibe-validate/config 0.19.4-rc.2 → 0.19.5-rc.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,7 +92,7 @@ This gives you:
92
92
  - ✅ Hover documentation for each field
93
93
  - ✅ Type checking for YAML configs
94
94
 
95
- See [Schema Documentation](../../docs/schemas.md) for complete details on versioning and all published schemas.
95
+ See [Schema Documentation](../../docs/skills/setting-up-projects/schemas.md) for complete details on versioning and all published schemas.
96
96
 
97
97
  ## API (Programmatic Usage)
98
98
 
@@ -152,7 +152,7 @@ The loader searches for the config file:
152
152
 
153
153
  ## Configuration Schema
154
154
 
155
- See the complete configuration reference: https://github.com/jdutton/vibe-validate/blob/main/docs/configuration-reference.md
155
+ See the complete configuration reference: https://github.com/jdutton/vibe-validate/blob/main/docs/skills/setting-up-projects/configuration-reference.md
156
156
 
157
157
  ### Key Sections
158
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-validate/config",
3
- "version": "0.19.4-rc.2",
3
+ "version": "0.19.5-rc.1",
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",
@@ -37,7 +37,7 @@
37
37
  "yaml": "^2.8.2",
38
38
  "zod": "^3.25.76",
39
39
  "zod-to-json-schema": "^3.25.0",
40
- "@vibe-validate/utils": "0.19.4-rc.2"
40
+ "@vibe-validate/utils": "0.19.5-rc.1"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=20.0.0"