@jpp-toolkit/commitlint-config 0.0.26 → 0.0.27
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.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2,8 +2,7 @@ import { createRequire } from "node:module";
|
|
|
2
2
|
|
|
3
3
|
//#region src/index.ts
|
|
4
4
|
const config = { extends: [createRequire(import.meta.url).resolve("@commitlint/config-conventional")] };
|
|
5
|
-
var src_default = config;
|
|
6
5
|
|
|
7
6
|
//#endregion
|
|
8
|
-
export {
|
|
7
|
+
export { config as default };
|
|
9
8
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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
|
|
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"}
|