@danceroutine/tango-schema 1.1.1 → 1.1.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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,7 +102,6 @@ The root import is the normal entrypoint for application code. The `domain` and
102
102
 
103
103
  - Official documentation: <https://tangowebframework.dev>
104
104
  - Models and schema topic: <https://tangowebframework.dev/topics/models-and-schema>
105
- - Model lifecycle hooks topic: <https://tangowebframework.dev/topics/model-lifecycle-hooks>
106
105
  - Schema API reference: <https://tangowebframework.dev/reference/schema-api>
107
106
 
108
107
  ## Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-schema",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Model factory, Zod helpers, and metadata utilities for Tango",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",