contribute-now 0.6.2-dev.38e14f5 → 0.6.2-dev.b908626
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11395,7 +11395,7 @@ var import_picocolors9 = __toESM(require_picocolors(), 1);
|
|
|
11395
11395
|
// package.json
|
|
11396
11396
|
var package_default = {
|
|
11397
11397
|
name: "contribute-now",
|
|
11398
|
-
version: "0.6.2-dev.
|
|
11398
|
+
version: "0.6.2-dev.b908626",
|
|
11399
11399
|
description: "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
11400
11400
|
type: "module",
|
|
11401
11401
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.6.2-dev.
|
|
3
|
+
"version": "0.6.2-dev.b908626",
|
|
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": {
|