@famgia/omnify-typescript 0.0.94 → 0.0.95

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-typescript",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "TypeScript type definitions generator for Omnify schemas",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -48,7 +48,7 @@
48
48
  "directory": "packages/typescript-generator"
49
49
  },
50
50
  "dependencies": {
51
- "@famgia/omnify-types": "0.0.104"
51
+ "@famgia/omnify-types": "0.0.105"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "zod": "^3.0.0"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "Omnify schema creation workflow - Use /omnify-schema command"
3
- globs: ["schemas/**/*.yaml", "schemas/**/*.yml"]
3
+ globs: ["schemas/**/*.yaml", "schemas/**/*.yml", "{{LARAVEL_BASE}}/database/migrations/**"]
4
4
  alwaysApply: false
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "Omnify schema creation workflow - Use /schema-create command"
3
- globs: ["schemas/**/*.yaml", "schemas/**/*.yml"]
3
+ globs: ["schemas/**/*.yaml", "schemas/**/*.yml", "{{LARAVEL_BASE}}/database/migrations/**"]
4
4
  alwaysApply: false
5
5
  ---
6
6