@famgia/omnify 1.0.135 → 1.0.137

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.
@@ -255,13 +255,13 @@ properties:
255
255
 
256
256
  ### Partial Schema Rules
257
257
 
258
- | Rule | Description |
259
- |------|-------------|
260
- | `kind: partial` | Required to mark as partial schema |
261
- | `target` | Schema to extend (required) |
262
- | Same name = standalone | If `name === target`, treated as independent schema |
263
- | Properties merge | Partial properties merged with target (target takes priority) |
264
- | No duplicates | Cannot have multiple partials with same name |
258
+ | Rule | Description |
259
+ | ---------------------- | ------------------------------------------------------------- |
260
+ | `kind: partial` | Required to mark as partial schema |
261
+ | `target` | Schema to extend (required) |
262
+ | Same name = standalone | If `name === target`, treated as independent schema |
263
+ | Properties merge | Partial properties merged with target (target takes priority) |
264
+ | No duplicates | Cannot have multiple partials with same name |
265
265
 
266
266
  ### Schema Options Reference
267
267
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@famgia/omnify",
3
- "version": "1.0.135",
3
+ "version": "1.0.137",
4
4
  "description": "Schema-driven database migration system with TypeScript types and Laravel migrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,14 +26,14 @@
26
26
  "README.md"
27
27
  ],
28
28
  "dependencies": {
29
- "@famgia/omnify-cli": "0.0.131",
30
- "@famgia/omnify-laravel": "0.0.134",
31
- "@famgia/omnify-core": "0.0.125",
32
- "@famgia/omnify-types": "0.0.123",
33
- "@famgia/omnify-typescript": "0.0.113",
34
- "@famgia/omnify-atlas": "0.0.119",
35
- "@famgia/omnify-mcp": "0.0.111",
36
- "@famgia/omnify-japan": "0.0.118"
29
+ "@famgia/omnify-cli": "0.0.133",
30
+ "@famgia/omnify-core": "0.0.127",
31
+ "@famgia/omnify-types": "0.0.125",
32
+ "@famgia/omnify-typescript": "0.0.115",
33
+ "@famgia/omnify-atlas": "0.0.121",
34
+ "@famgia/omnify-mcp": "0.0.113",
35
+ "@famgia/omnify-laravel": "0.0.136",
36
+ "@famgia/omnify-japan": "0.0.120"
37
37
  },
38
38
  "keywords": [
39
39
  "omnify",