@famgia/omnify-core 0.0.148 → 0.0.149

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": "0.0.148",
3
+ "version": "0.0.149",
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": "0.0.146"
25
+ "@famgia/omnify-types": "0.0.147"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/js-yaml": "^4.0.9"
@@ -262,7 +262,7 @@ packages/omnify-sso-client/
262
262
  ├── src/
263
263
  │ ├── Models/ # ← User-editable models
264
264
  │ │ └── Role.php
265
- │ ├── Models/Generated/ # ← Auto-generated base models
265
+ │ ├── Models/OmnifyBase/ # ← Auto-generated base models
266
266
  │ │ ├── RoleBaseModel.php
267
267
  │ │ └── ...
268
268
  │ └── Providers/ # ← ServiceProvider