@famgia/omnify-laravel 0.0.24 → 0.0.26

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-laravel",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "description": "Laravel migration and TypeScript type generator for omnify-schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,9 +24,9 @@
24
24
  "README.md"
25
25
  ],
26
26
  "dependencies": {
27
- "@famgia/omnify-core": "0.0.18",
28
- "@famgia/omnify-types": "0.0.14",
29
- "@famgia/omnify-atlas": "0.0.14"
27
+ "@famgia/omnify-core": "0.0.20",
28
+ "@famgia/omnify-types": "0.0.16",
29
+ "@famgia/omnify-atlas": "0.0.16"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup",
@@ -74,6 +74,7 @@ User::getLocalizedPropertyDisplayName('email');
74
74
 
75
75
  ### Schema Definition
76
76
  \`\`\`yaml
77
+ # yaml-language-server: $schema=./node_modules/@famgia/omnify-types/schemas/omnify-schema.json
77
78
  name: User
78
79
  displayName:
79
80
  ja: ユーザー