@jeromefitz/conventional-gitmoji 2.0.4 → 2.0.5

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 @@
1
+ var a=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var i=e=>a(e,"__esModule",{value:!0});var n=(e,o)=>{for(var r in o)a(e,r,{get:o[r],enumerable:!0})},c=(e,o,r,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of m(o))!l.call(e,t)&&(r||t!=="default")&&a(e,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return e};var p=(e=>(o,r)=>e&&e.get(o)||(r=c(i({}),o,1),e&&e.set(o,r),r))(typeof WeakMap!="undefined"?new WeakMap:0);var g={};n(g,{default:()=>d});var h=[{from:"art",to:"style"},{from:"zap",to:"perf"},{from:"fire",to:"prune"},{from:"bug",to:"fix",branch:"fix"},{from:"ambulance",to:"hotfix",branch:"hotfix"},{from:"sparkles",to:"feat",branch:"feature"},{from:"memo",to:"docs"},{from:"rocket",to:"deploy"},{from:"lipstick",to:"ui"},{from:"tada",to:"init",semver:"patch"},{from:"white-check-mark",to:"test",branch:"test"},{from:"lock",to:"security"},{from:"bookmark",to:"release",branch:"release",releaseNotes:!1},{from:"rotating-light",to:"lint"},{from:"construction",to:"wip",releaseNotes:!1},{from:"green-heart",to:"fix-ci"},{from:"arrow-down",to:"downgrade"},{from:"arrow-up",to:"upgrade"},{from:"pushpin",to:"pushpin"},{from:"construction-worker",to:"ci",branch:"ci"},{from:"chart-with-upwards-trend",to:"analytics"},{from:"recycle",to:"refactor",branch:"refactor"},{from:"heavy-plus-sign",to:"dep-add"},{from:"heavy-minus-sign",to:"dep-rm"},{from:"wrench",to:"config"},{from:"hammer",to:"build"},{from:"globe-with-meridians",to:"i18n"},{from:"pencil2",to:"typo",releaseNotes:!1},{from:"poop",to:"poo",releaseNotes:!1},{from:"rewind",to:"revert",releaseNotes:!1},{from:"twisted-rightwards-arrows",to:"merge",releaseNotes:!1},{from:"package",to:"dep-up"},{from:"alien",to:"compat"},{from:"truck",to:"mv",releaseNotes:!1},{from:"page-facing-up",to:"license"},{from:"boom",to:"breaking",semver:"major"},{from:"bento",to:"assets"},{from:"wheelchair",to:"access"},{from:"bulb",to:"docs-code"},{from:"beers",to:"beer",releaseNotes:!1},{from:"speech-balloon",to:"texts"},{from:"card-file-box",to:"db"},{from:"loud-sound",to:"log-add",releaseNotes:!1},{from:"mute",to:"log-rm",releaseNotes:!1},{from:"busts-in-silhouette",to:"contrib-add"},{from:"children-crossing",to:"ux"},{from:"building-construction",to:"arch"},{from:"iphone",to:"iphone"},{from:"clown-face",to:"mock"},{from:"egg",to:"egg",releaseNotes:!1},{from:"see-no-evil",to:"ignore",releaseNotes:!1},{from:"camera-flash",to:"snapshot",releaseNotes:!1},{from:"alembic",to:"experiment",releaseNotes:!1},{from:"mag",to:"seo"},{from:"label",to:"types"},{from:"seedling",to:"seed"},{from:"triangular-flag-on-post",to:"flags"},{from:"goal-net",to:"catch"},{from:"animation",to:"animation"},{from:"wastebasket",to:"clean"},{from:"passport-control",to:"roles"},{from:"adhesive-bandage",to:"patch"},{from:"monocle-face",to:"data"},{from:"coffin",to:"rip",releaseNotes:!1},{from:"test-tube",to:"test-fail"},{from:"necktie",to:"logic"},{from:"stethoscope",to:"healthcheck"},{from:"bricks",to:"inf"},{from:"technologist",to:"dx"}],d=h;module.exports=p(g);0&&(module.exports={});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @note pseudo-map to conventional-commits
3
+ */
4
+ declare type RewritesProps = {
5
+ branch?: string | null;
6
+ from: string;
7
+ releaseNotes?: boolean | null;
8
+ semver?: 'breaking' | 'feature' | 'fix' | 'major' | 'minor' | 'patch' | null;
9
+ to: string;
10
+ };
11
+ declare const rewrites: RewritesProps[];
12
+
13
+ export { rewrites as default };
@@ -0,0 +1 @@
1
+ var o=[{from:"art",to:"style"},{from:"zap",to:"perf"},{from:"fire",to:"prune"},{from:"bug",to:"fix",branch:"fix"},{from:"ambulance",to:"hotfix",branch:"hotfix"},{from:"sparkles",to:"feat",branch:"feature"},{from:"memo",to:"docs"},{from:"rocket",to:"deploy"},{from:"lipstick",to:"ui"},{from:"tada",to:"init",semver:"patch"},{from:"white-check-mark",to:"test",branch:"test"},{from:"lock",to:"security"},{from:"bookmark",to:"release",branch:"release",releaseNotes:!1},{from:"rotating-light",to:"lint"},{from:"construction",to:"wip",releaseNotes:!1},{from:"green-heart",to:"fix-ci"},{from:"arrow-down",to:"downgrade"},{from:"arrow-up",to:"upgrade"},{from:"pushpin",to:"pushpin"},{from:"construction-worker",to:"ci",branch:"ci"},{from:"chart-with-upwards-trend",to:"analytics"},{from:"recycle",to:"refactor",branch:"refactor"},{from:"heavy-plus-sign",to:"dep-add"},{from:"heavy-minus-sign",to:"dep-rm"},{from:"wrench",to:"config"},{from:"hammer",to:"build"},{from:"globe-with-meridians",to:"i18n"},{from:"pencil2",to:"typo",releaseNotes:!1},{from:"poop",to:"poo",releaseNotes:!1},{from:"rewind",to:"revert",releaseNotes:!1},{from:"twisted-rightwards-arrows",to:"merge",releaseNotes:!1},{from:"package",to:"dep-up"},{from:"alien",to:"compat"},{from:"truck",to:"mv",releaseNotes:!1},{from:"page-facing-up",to:"license"},{from:"boom",to:"breaking",semver:"major"},{from:"bento",to:"assets"},{from:"wheelchair",to:"access"},{from:"bulb",to:"docs-code"},{from:"beers",to:"beer",releaseNotes:!1},{from:"speech-balloon",to:"texts"},{from:"card-file-box",to:"db"},{from:"loud-sound",to:"log-add",releaseNotes:!1},{from:"mute",to:"log-rm",releaseNotes:!1},{from:"busts-in-silhouette",to:"contrib-add"},{from:"children-crossing",to:"ux"},{from:"building-construction",to:"arch"},{from:"iphone",to:"iphone"},{from:"clown-face",to:"mock"},{from:"egg",to:"egg",releaseNotes:!1},{from:"see-no-evil",to:"ignore",releaseNotes:!1},{from:"camera-flash",to:"snapshot",releaseNotes:!1},{from:"alembic",to:"experiment",releaseNotes:!1},{from:"mag",to:"seo"},{from:"label",to:"types"},{from:"seedling",to:"seed"},{from:"triangular-flag-on-post",to:"flags"},{from:"goal-net",to:"catch"},{from:"animation",to:"animation"},{from:"wastebasket",to:"clean"},{from:"passport-control",to:"roles"},{from:"adhesive-bandage",to:"patch"},{from:"monocle-face",to:"data"},{from:"coffin",to:"rip",releaseNotes:!1},{from:"test-tube",to:"test-fail"},{from:"necktie",to:"logic"},{from:"stethoscope",to:"healthcheck"},{from:"bricks",to:"inf"},{from:"technologist",to:"dx"}],t=o;export{t as default};
@@ -0,0 +1 @@
1
+ var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var c=o=>n(o,"__esModule",{value:!0});var d=(o,e)=>{for(var r in e)n(o,r,{get:e[r],enumerable:!0})},m=(o,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of a(e))!l.call(o,t)&&(r||t!=="default")&&n(o,t,{get:()=>e[t],enumerable:!(s=i(e,t))||s.enumerable});return o};var f=(o=>(e,r)=>o&&o.get(e)||(r=m(c({}),e,1),o&&o.set(e,r),r))(typeof WeakMap!="undefined"?new WeakMap:0);var y={};d(y,{default:()=>p});var u={chore:{branch:"chore",code:":computer_disk:",commit:"chore",description:"Changes that don\u2019t modify src or test files",emoji:"\u{1F4BD}\uFE0F",entity:"💽",name:"computer-disk",releaseNotes:!1,section:"Changes that don\u2019t modify src or test files",semver:null},rollforward:{branch:!1,code:":fast_forward:",commit:"rollforward",description:"Create rollforward version.",emoji:"\u23E9\uFE0F",entity:"&#23E9;",name:"rollforward",releaseNotes:!1,section:"Create rollforward version.",semver:null},"run-build":{branch:!1,code:":rocket:",commit:"run-build",description:"Custom type for CI/CD to hook into run build override.",emoji:"\u{1F680}\uFE0F",entity:"&#1F680;",name:"run-build",releaseNotes:!1,section:"Custom type for CI/CD to hook into run build override.",semver:"patch"}},p=u;module.exports=f(y);0&&(module.exports={});
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @note default from git-cz
3
+ */
4
+ declare type TypesProps = {
5
+ [x: string]: {
6
+ branch: string | boolean | null | undefined;
7
+ code: any | null;
8
+ description: any;
9
+ emoji: any;
10
+ entity: string;
11
+ name: string;
12
+ releaseNotes: boolean | null;
13
+ section: string;
14
+ semver: 'breaking' | 'feature' | 'fix' | 'major' | 'minor' | 'patch' | null;
15
+ commit: any;
16
+ };
17
+ };
18
+ declare const types: TypesProps;
19
+
20
+ export { types as default };
@@ -0,0 +1 @@
1
+ var e={chore:{branch:"chore",code:":computer_disk:",commit:"chore",description:"Changes that don\u2019t modify src or test files",emoji:"\u{1F4BD}\uFE0F",entity:"💽",name:"computer-disk",releaseNotes:!1,section:"Changes that don\u2019t modify src or test files",semver:null},rollforward:{branch:!1,code:":fast_forward:",commit:"rollforward",description:"Create rollforward version.",emoji:"\u23E9\uFE0F",entity:"&#23E9;",name:"rollforward",releaseNotes:!1,section:"Create rollforward version.",semver:null},"run-build":{branch:!1,code:":rocket:",commit:"run-build",description:"Custom type for CI/CD to hook into run build override.",emoji:"\u{1F680}\uFE0F",entity:"&#1F680;",name:"run-build",releaseNotes:!1,section:"Custom type for CI/CD to hook into run build override.",semver:"patch"}},t=e;export{t as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/conventional-gitmoji",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Helper package for dual gitmoji / conventional commits",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",