@famgia/omnify-core 2.0.32 → 2.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@famgia/omnify-core",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
4
4
  "description": "Core engine for omnify-schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "js-yaml": "^4.1.1",
24
24
  "yaml": "^2.7.0",
25
- "@famgia/omnify-types": "2.0.32"
25
+ "@famgia/omnify-types": "2.0.34"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/js-yaml": "^4.0.9"
@@ -47,7 +47,7 @@ interface User { ... } // WRONG - already generated
47
47
  └── PostStatus.ts ❌ DO NOT EDIT
48
48
  ```
49
49
 
50
- **Note**: Base types come from `@omnify-base/schemas/` (in node_modules), enums from `@omnify-base/enum/`
50
+ **Note**: Base types are in `base/` folder (auto-generated, do not edit), enums are in `enum/` folder
51
51
 
52
52
  ### Generated Types Per Model
53
53
 
@@ -47,7 +47,7 @@ interface User { ... } // WRONG - already generated
47
47
  └── PostStatus.ts ❌ DO NOT EDIT
48
48
  ```
49
49
 
50
- **Note**: Base types come from `@omnify-base/schemas/` (in node_modules)
50
+ **Note**: Base types are in `base/` folder (auto-generated, do not edit), enums are in `enum/` folder
51
51
 
52
52
  ### Generated Types Per Model
53
53