@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 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
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/FerrLabs/FerrFlow.git"
14
14
  },
15
- "version": "7.5.0"
15
+ "version": "7.6.0"
16
16
  }