@ferrflow/darwin-x64 4.3.0 → 4.5.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 +2 -1
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ A single compiled binary with no runtime dependencies. Native monorepo support,
|
|
|
22
22
|
| `toml` | `pyproject.toml` | Python | `project.version` or `tool.poetry.version` |
|
|
23
23
|
| `json` | `package.json` | Node.js | `version` |
|
|
24
24
|
| `json` | `composer.json` | PHP | `version` |
|
|
25
|
-
| `xml` | `pom.xml` | Java / Maven | first `<version>`
|
|
25
|
+
| `xml` | `pom.xml` | Java / Maven | first `<version>` that's a direct child of the root element (skips `<parent>` and dependencies) |
|
|
26
26
|
| `csproj` | `*.csproj` | .NET (C#, F#) | `<Version>` in `<PropertyGroup>` |
|
|
27
27
|
| `gradle` | `build.gradle`, `build.gradle.kts` | Java / Kotlin | `version = "…"` |
|
|
28
28
|
| `helm` / `chartyaml` | `Chart.yaml` | Kubernetes / Helm | top-level `version:` |
|
|
@@ -550,3 +550,4 @@ Three auth modes are supported: `bot: true` uses the hosted FerrFlow App (recomm
|
|
|
550
550
|
## License
|
|
551
551
|
|
|
552
552
|
[MPL-2.0](LICENSE)
|
|
553
|
+
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED