contribute-now 0.8.0-dev.0a7f557 → 0.8.0-dev.1cf48ff
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -13312,7 +13312,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
13312
13312
|
// package.json
|
|
13313
13313
|
var package_default = {
|
|
13314
13314
|
name: "contribute-now",
|
|
13315
|
-
version: "0.8.0-dev.
|
|
13315
|
+
version: "0.8.0-dev.1cf48ff",
|
|
13316
13316
|
description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
|
|
13317
13317
|
type: "module",
|
|
13318
13318
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.8.0-dev.
|
|
3
|
+
"version": "0.8.0-dev.1cf48ff",
|
|
4
4
|
"description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|