@ferrflow/linux-arm64 7.5.0 → 7.6.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 +4 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,6 +119,10 @@ ferrflow tag api
|
|
|
119
119
|
ferrflow graph
|
|
120
120
|
ferrflow graph --json
|
|
121
121
|
|
|
122
|
+
# Compare each package's public API against its last tag (Rust: needs cargo-semver-checks)
|
|
123
|
+
ferrflow api-check
|
|
124
|
+
ferrflow api-check --json
|
|
125
|
+
|
|
122
126
|
# JSON output (for scripting)
|
|
123
127
|
ferrflow version --json
|
|
124
128
|
ferrflow tag --json
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED