bumpp 7.1.1 → 8.1.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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * The main entry point of the CLI
3
+ *
4
+ * @param args - The command-line arguments (e.g. ["major", "--preid=alpha", "-ctpa"])
5
+ */
6
+ declare function main(args: string[]): Promise<void>;
7
+
8
+ export { main };