@danceroutine/tango-schema 1.1.0 → 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 +1 -2
  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
@@ -115,7 +114,7 @@ pnpm --filter @danceroutine/tango-schema test
115
114
 
116
115
  For the wider contributor workflow, use:
117
116
 
118
- - <https://tangowebframework.dev/contributing>
117
+ - <https://tangowebframework.dev/contributors/contributing-code>
119
118
 
120
119
  ## License
121
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danceroutine/tango-schema",
3
- "version": "1.1.0",
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",