@jpp-toolkit/commitlint-config 0.0.21 → 0.0.23

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["config: UserConfig"],"sources":["../src/index.ts"],"sourcesContent":["import { createRequire } from 'node:module';\n\nimport type { UserConfig } from '@commitlint/types';\n\nconst require = createRequire(import.meta.url);\n\nconst config: UserConfig = {\n extends: [require.resolve('@commitlint/config-conventional')],\n};\n\nexport default config;\n"],"mappings":";;;AAMA,MAAMA,SAAqB,EACvB,SAAS,CAHG,cAAc,OAAO,KAAK,IAAI,CAGxB,QAAQ,kCAAkC,CAAC,EAChE;AAED,kBAAe"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import { createRequire } from 'node:module';\n\nimport type { UserConfig } from '@commitlint/types';\n\nconst require = createRequire(import.meta.url);\n\nconst config: UserConfig = {\n extends: [require.resolve('@commitlint/config-conventional')],\n};\n\nexport default config;\n"],"mappings":";;;AAMA,MAAM,SAAqB,EACvB,SAAS,CAHG,cAAc,OAAO,KAAK,IAAI,CAGxB,QAAQ,kCAAkC,CAAC,EAChE;AAED,kBAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jpp-toolkit/commitlint-config",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "Commitlint configurations for JS/TS projects.",
5
5
  "keywords": [
6
6
  "jpp",