@vibe-validate/core 0.19.4-rc.1 → 0.19.4

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 +5 -5
package/README.md CHANGED
@@ -63,7 +63,7 @@ $schema: https://unpkg.com/@vibe-validate/core/validate-result.schema.json
63
63
  - ✅ Inline validation errors
64
64
  - ✅ Type checking for YAML validation results
65
65
 
66
- See [Schema Documentation](../../docs/schemas.md) for complete details.
66
+ See [Schema Documentation](../../docs/skills/setting-up-projects/schemas.md) for complete details.
67
67
 
68
68
  ## License
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-validate/core",
3
- "version": "0.19.4-rc.1",
3
+ "version": "0.19.4",
4
4
  "description": "Core validation orchestration engine for vibe-validate",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -40,10 +40,10 @@
40
40
  "yaml": "^2.8.2",
41
41
  "zod": "^3.25.76",
42
42
  "zod-to-json-schema": "^3.25.0",
43
- "@vibe-validate/extractors": "0.19.4-rc.1",
44
- "@vibe-validate/utils": "0.19.4-rc.1",
45
- "@vibe-validate/config": "0.19.4-rc.1",
46
- "@vibe-validate/git": "0.19.4-rc.1"
43
+ "@vibe-validate/config": "0.19.4",
44
+ "@vibe-validate/extractors": "0.19.4",
45
+ "@vibe-validate/git": "0.19.4",
46
+ "@vibe-validate/utils": "0.19.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.19.26",