commitfmt-linux-arm64 1.0.0 → 1.0.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/commitfmt +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ exists = ["Issue-ID", "Authored-By"]
62
62
 
63
63
  ### Performance
64
64
 
65
- commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind.
65
+ commitfmt is very fast because its code is written in Rust with memory consumption and performance in mind. It's about 18x faster than commitlint.
66
66
 
67
67
  It natively supports following platforms:
68
68
 
package/commitfmt CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitfmt-linux-arm64",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Utility for formatting and verifying the commit message.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {