@omnifyjp/omnify 3.24.2 → 4.0.0
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -434,7 +434,7 @@ The correct platform binary is installed automatically via `optionalDependencies
|
|
|
434
434
|
## Links
|
|
435
435
|
|
|
436
436
|
- [GitHub](https://github.com/omnifyjp/omnify-go) — Source code, issues, and contributions
|
|
437
|
-
- [
|
|
437
|
+
- [docs/explanation/development.md](https://github.com/omnifyjp/omnify-go/blob/main/docs/explanation/development.md) — Architecture docs, data flow, type system reference
|
|
438
438
|
|
|
439
439
|
## License
|
|
440
440
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnifyjp/omnify",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Schema-driven code generation for Laravel, TypeScript, and SQL",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"zod": "^3.24.0"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@omnifyjp/omnify-darwin-arm64": "
|
|
40
|
-
"@omnifyjp/omnify-darwin-x64": "
|
|
41
|
-
"@omnifyjp/omnify-linux-x64": "
|
|
42
|
-
"@omnifyjp/omnify-linux-arm64": "
|
|
43
|
-
"@omnifyjp/omnify-win32-x64": "
|
|
39
|
+
"@omnifyjp/omnify-darwin-arm64": "4.0.0",
|
|
40
|
+
"@omnifyjp/omnify-darwin-x64": "4.0.0",
|
|
41
|
+
"@omnifyjp/omnify-linux-x64": "4.0.0",
|
|
42
|
+
"@omnifyjp/omnify-linux-arm64": "4.0.0",
|
|
43
|
+
"@omnifyjp/omnify-win32-x64": "4.0.0"
|
|
44
44
|
}
|
|
45
45
|
}
|