ccommit 3.1.3 → 3.1.4
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import Oe from'meow';import M from'
|
|
2
|
+
import Oe from'meow';import M from'process';import je from'enquirer';import $ from'fs';import {execa}from'execa';import p from'ansi-colors';import {execSync}from'child_process';import {join}from'path';var C={COMMIT:"commit",HOOK:"hook",LIST:"list"},d={CONVENTIONAL:"conventional",CONVENTIONAL_NO_EMOJI:"conventional-no-emoji",GITMOJI:"gitmoji"},f={CLIENT:"client",HOOK:"hook"},T={EMOJI:"emoji",TYPE:"type"},n=Object.freeze({BREAKING:"breaking",COMMIT:"commit",DRYRUN:"dryrun",EMOJI:"emoji",HELP:"help",HOOK:"hook",LIST:"list",SKIP:"skip",VERSION:"version"}),G={[d.CONVENTIONAL]:"{type}{scope}{breaking}: {emoji}{title}",[d.CONVENTIONAL_NO_EMOJI]:"{type}{scope}{breaking}: {title}",[d.GITMOJI]:"{emoji}{breaking}{scope}{title}"},s={MESSAGES:{COMMAND_LINE_WITHOUT_REQUIRED:"\u276F Command line option requires both: --title, --type",COMMIT_FAIL:`\u276F
|
|
3
3
|
|
|
4
4
|
\u276F Oops! An error occurred. There is likely additional logging output above.
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccommit",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "😜 ➕ 👔 🟰 ccommit \n Conventional Commit Generator that interprets commit types from gitmoji and conventional",
|
|
6
6
|
"repository": "jeromefitz/packages.git",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"ansi-colors": "4.1.3",
|
|
54
54
|
"enquirer": "2.4.1",
|
|
55
|
-
"execa": "9.
|
|
55
|
+
"execa": "9.6.0",
|
|
56
56
|
"fuse.js": "7.1.0",
|
|
57
57
|
"meow": "13.2.0"
|
|
58
58
|
},
|