@gitlode/plugin-conventional-commits 0.2.0 → 0.3.1

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/README.md CHANGED
@@ -90,7 +90,7 @@ This package declares:
90
90
 
91
91
  ```json
92
92
  "peerDependencies": {
93
- "gitlode": "^0.7.0"
93
+ "gitlode": "^0.8.0"
94
94
  }
95
95
  ```
96
96
 
@@ -99,3 +99,12 @@ If the running gitlode version does not satisfy this range, gitlode emits a warn
99
99
  ## License
100
100
 
101
101
  [MIT](LICENSE)
102
+
103
+ ## Changelog
104
+
105
+ [Changelog](CHANGELOG.md)
106
+
107
+ All notable changes to this project will be documented in this file.
108
+
109
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
110
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAqB,MAAM,oBAAoB,CAAC;AAE3E,QAAA,MAAM,OAAO,EAAE,aAed,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAA2C,MAAM,oBAAoB,CAAC;AAEjG,QAAA,MAAM,OAAO,EAAE,aAed,CAAC;AAEF,eAAe,OAAO,CAAC"}
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { CommitParser } from "conventional-commits-parser";
2
2
  const factory = async () => {
3
3
  let parser;
4
4
  return {
5
- async init() {
5
+ async init(_runtime) {
6
6
  parser = new CommitParser();
7
7
  return { type: "ready" };
8
8
  },
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAG3D,MAAM,OAAO,GAAkB,KAAK,IAAI,EAAE;IACxC,IAAI,MAAgC,CAAC;IACrC,OAAO;QACL,KAAK,CAAC,IAAI;YACR,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;YAC5B,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;QAC3B,CAAC;QACD,KAAK,CAAC,OAAO,CAAC,OAA0B;YACtC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC;YACzB,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YAC3D,MAAM,YAAY,GAAG,MAAO,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YAEnD,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;QACjD,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAG3D,MAAM,OAAO,GAAkB,KAAK,IAAI,EAAE;IACxC,IAAI,MAAgC,CAAC;IACrC,OAAO;QACL,KAAK,CAAC,IAAI,CAAC,QAA8B;YACvC,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;YAC5B,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;QAC3B,CAAC;QACD,KAAK,CAAC,OAAO,CAAC,OAA0B;YACtC,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC;YACzB,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YAC3D,MAAM,YAAY,GAAG,MAAO,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YAEnD,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;QACjD,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlode/plugin-conventional-commits",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Official gitlode plugin for parsing conventional commits",
5
5
  "keywords": [
6
6
  "gitlode",
@@ -35,10 +35,10 @@
35
35
  "conventional-commits-parser": "^6.4.0"
36
36
  },
37
37
  "devDependencies": {
38
- "gitlode": "^0.7.0"
38
+ "gitlode": "^0.8.1"
39
39
  },
40
40
  "peerDependencies": {
41
- "gitlode": "^0.7.0"
41
+ "gitlode": "^0.8.0"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=22.0.0"