@omnifyjp/omnify 0.2.1 → 0.2.3
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 +0 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -34,11 +34,6 @@ This installs:
|
|
|
34
34
|
|
|
35
35
|
Both are available in `node_modules/.bin/` after installation.
|
|
36
36
|
|
|
37
|
-
> **Note:** You can also install Go binary directly:
|
|
38
|
-
> ```bash
|
|
39
|
-
> go install github.com/famgia/omnify-go/cmd/omnify@latest
|
|
40
|
-
> ```
|
|
41
|
-
|
|
42
37
|
---
|
|
43
38
|
|
|
44
39
|
## Quick Start / クイックスタート
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnifyjp/omnify",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
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": "0.2.
|
|
40
|
-
"@omnifyjp/omnify-darwin-x64": "0.2.
|
|
41
|
-
"@omnifyjp/omnify-linux-x64": "0.2.
|
|
42
|
-
"@omnifyjp/omnify-linux-arm64": "0.2.
|
|
43
|
-
"@omnifyjp/omnify-win32-x64": "0.2.
|
|
39
|
+
"@omnifyjp/omnify-darwin-arm64": "0.2.0",
|
|
40
|
+
"@omnifyjp/omnify-darwin-x64": "0.2.0",
|
|
41
|
+
"@omnifyjp/omnify-linux-x64": "0.2.0",
|
|
42
|
+
"@omnifyjp/omnify-linux-arm64": "0.2.0",
|
|
43
|
+
"@omnifyjp/omnify-win32-x64": "0.2.0"
|
|
44
44
|
}
|
|
45
45
|
}
|