@famgia/omnify-typescript 0.0.95 → 0.0.96

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.95",
3
+ "version": "0.0.96",
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.105"
51
+ "@famgia/omnify-types": "0.0.106"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "zod": "^3.0.0"
@@ -1,12 +1,12 @@
1
1
  ---
2
- description: "Omnify schema creation workflow - Use /schema-create command"
2
+ description: "Omnify schema creation workflow - mention @schema-create in chat to use"
3
3
  globs: ["schemas/**/*.yaml", "schemas/**/*.yml", "{{LARAVEL_BASE}}/database/migrations/**"]
4
4
  alwaysApply: false
5
5
  ---
6
6
 
7
7
  # Omnify Schema Creation Workflow
8
8
 
9
- > **Command:** `/schema-create` - Follow this workflow when creating or modifying schemas
9
+ > **Usage:** Mention `@schema-create` in chat OR this rule auto-applies when editing schema files
10
10
 
11
11
  ## 📋 Workflow Steps
12
12