@w5s/conventional-changelog 1.0.13 → 1.1.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.
@@ -25,7 +25,7 @@ var Emoji;
25
25
  return isText(anyValue) || isUnicode(anyValue);
26
26
  }
27
27
  Emoji.hasInstance = hasInstance;
28
- })(Emoji = exports.Emoji || (exports.Emoji = {}));
28
+ })(Emoji || (exports.Emoji = Emoji = {}));
29
29
  var GitmojiCode;
30
30
  (function (GitmojiCode) {
31
31
  // export const reEmoji = emojiRegexp();
@@ -74,4 +74,4 @@ var GitmojiCode;
74
74
  return conversionMap.get(gitmoji) ?? defaultType;
75
75
  }
76
76
  GitmojiCode.toConventionalCommitType = toConventionalCommitType;
77
- })(GitmojiCode = exports.GitmojiCode || (exports.GitmojiCode = {}));
77
+ })(GitmojiCode || (exports.GitmojiCode = GitmojiCode = {}));
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import Config from './lib/index.js';
1
+ import Config from './dist/index.js';
2
2
 
3
3
  export = Config;
package/index.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('./lib/index.js').default;
1
+ module.exports = require('./dist/index.js').default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/conventional-changelog",
3
- "version": "1.0.13",
3
+ "version": "1.1.1",
4
4
  "description": "Conventional changelog plugin for @w5s",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/w5s/project-config/blob/main/packages/conventional-changelog#readme",
@@ -17,24 +17,23 @@
17
17
  "type": "commonjs",
18
18
  "exports": {
19
19
  ".": "./index.js",
20
- "./lib/*": "./lib/*"
20
+ "./dist/*": "./dist/*"
21
21
  },
22
22
  "typings": "./index.d.ts",
23
23
  "files": [
24
24
  "template/*",
25
- "lib/**/!(*.spec).d.ts",
26
- "lib/**/!(*.spec).d.ts.map",
27
- "lib/**/!(*.spec).js.map",
28
- "lib/**/!(*.spec).js",
29
- "src/**/!(*.spec).ts",
25
+ "dist/",
26
+ "src/",
30
27
  "index.js",
31
- "index.d.ts"
28
+ "index.d.ts",
29
+ "!**/*.spec.*",
30
+ "!**/__tests__/**"
32
31
  ],
33
32
  "scripts": {
34
33
  "build": "concurrently \"npm:build:*\" \":\"",
35
34
  "build:tsc": "tsc -b tsconfig.build.json",
36
35
  "clean": "concurrently \"npm:clean:*\" \":\"",
37
- "clean:tsc": "rm -rf lib",
36
+ "clean:tsc": "rm -rf dist",
38
37
  "docs": "node ../../markdown.mjs",
39
38
  "format": "concurrently \"npm:format:*\" \":\"",
40
39
  "format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
@@ -54,8 +53,8 @@
54
53
  "devDependencies": {
55
54
  "@types/conventional-changelog-writer": "4.0.3",
56
55
  "@types/conventional-commits-parser": "3.0.3",
57
- "vite": "4.3.9",
58
- "vitest": "0.31.2"
56
+ "vite": "4.4.3",
57
+ "vitest": "0.33.0"
59
58
  },
60
59
  "engines": {
61
60
  "node": ">=16.0.0"
@@ -63,5 +62,5 @@
63
62
  "publishConfig": {
64
63
  "access": "public"
65
64
  },
66
- "gitHead": "7e5cf7f6b4725b79da890724f6377c2893e6daf4"
65
+ "gitHead": "80e6661d57dd6ed7a832f7e34fe3eab7adcddb88"
67
66
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes