@objectql/types 1.9.1 → 3.0.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -389,5 +389,5 @@ const deleteObject: ObjectDeleteInstruction = {
|
|
|
389
389
|
## See Also
|
|
390
390
|
|
|
391
391
|
- [@objectql/core](../core) - Core engine with Validator class
|
|
392
|
-
- [Validation Specification](
|
|
392
|
+
- [Validation Specification](../../../docs/spec/validation.md) - Complete validation metadata specification
|
|
393
393
|
|