@ferrflow/linux-arm64 7.4.3 → 7.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 CHANGED
@@ -115,6 +115,10 @@ ferrflow version api # monorepo, specific package
115
115
  ferrflow tag
116
116
  ferrflow tag api
117
117
 
118
+ # Print the dependency graph, the release order, and any cycle
119
+ ferrflow graph
120
+ ferrflow graph --json
121
+
118
122
  # JSON output (for scripting)
119
123
  ferrflow version --json
120
124
  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.4.3"
15
+ "version": "7.5.0"
16
16
  }