@objectql/types 1.9.0 → 3.0.0

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
@@ -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](../../docs/spec/validation.md) - Complete validation metadata specification
392
+ - [Validation Specification](../../../docs/spec/validation.md) - Complete validation metadata specification
393
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectql/types",
3
- "version": "1.9.0",
3
+ "version": "3.0.0",
4
4
  "description": "Pure TypeScript type definitions and interfaces for the ObjectQL protocol - The Contract",
5
5
  "keywords": [
6
6
  "objectql",