conventional-changelog-storm-software 0.1.2 → 0.1.3
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 +1 -1
- package/dist/{chunk-UZZOYD6Y.cjs → chunk-WMU6N5SY.cjs} +5 -5
- package/dist/{chunk-ZLZS2G36.js → chunk-YU35WA2X.js} +5 -5
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/utilities/index.cjs +2 -2
- package/dist/utilities/index.js +1 -1
- package/dist/utilities/options.cjs +2 -2
- package/dist/utilities/options.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -35,7 +35,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
35
35
|
return void 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
// ../config-tools/dist/chunk-
|
|
38
|
+
// ../config-tools/dist/chunk-V3GMJ4TX.js
|
|
39
39
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
40
40
|
function normalizeWindowsPath(input = "") {
|
|
41
41
|
if (!input) {
|
|
@@ -51,7 +51,7 @@ var correctPaths = function(path) {
|
|
|
51
51
|
return ".";
|
|
52
52
|
}
|
|
53
53
|
path = normalizeWindowsPath(path);
|
|
54
|
-
const isUNCPath = path
|
|
54
|
+
const isUNCPath = path?.match(_UNC_REGEX);
|
|
55
55
|
const isPathAbsolute = isAbsolute(path);
|
|
56
56
|
const trailingSeparator = path[path.length - 1] === "/";
|
|
57
57
|
path = normalizeString(path, !isPathAbsolute);
|
|
@@ -159,7 +159,7 @@ var isAbsolute = function(p3) {
|
|
|
159
159
|
return _IS_ABSOLUTE_RE.test(p3);
|
|
160
160
|
};
|
|
161
161
|
|
|
162
|
-
// ../config-tools/dist/chunk-
|
|
162
|
+
// ../config-tools/dist/chunk-M7ENPKGB.js
|
|
163
163
|
var rootFiles = [
|
|
164
164
|
"storm-workspace.json",
|
|
165
165
|
"storm-workspace.yaml",
|
|
@@ -1687,7 +1687,7 @@ function applyDefaultConfig(config) {
|
|
|
1687
1687
|
return config;
|
|
1688
1688
|
}
|
|
1689
1689
|
|
|
1690
|
-
// ../config-tools/dist/chunk-
|
|
1690
|
+
// ../config-tools/dist/chunk-KJ7E5BJ3.js
|
|
1691
1691
|
var setExtensionEnv = (extensionName, extension) => {
|
|
1692
1692
|
for (const key of Object.keys(extension ?? {})) {
|
|
1693
1693
|
if (extension[key]) {
|
|
@@ -2325,7 +2325,7 @@ ${formatLogMessage(config)}`,
|
|
|
2325
2325
|
return config;
|
|
2326
2326
|
};
|
|
2327
2327
|
|
|
2328
|
-
// ../config-tools/dist/chunk-
|
|
2328
|
+
// ../config-tools/dist/chunk-ANURULFO.js
|
|
2329
2329
|
var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
2330
2330
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2331
2331
|
};
|
|
@@ -28,7 +28,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
28
28
|
return void 0;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
// ../config-tools/dist/chunk-
|
|
31
|
+
// ../config-tools/dist/chunk-V3GMJ4TX.js
|
|
32
32
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
33
33
|
function normalizeWindowsPath(input = "") {
|
|
34
34
|
if (!input) {
|
|
@@ -44,7 +44,7 @@ var correctPaths = function(path) {
|
|
|
44
44
|
return ".";
|
|
45
45
|
}
|
|
46
46
|
path = normalizeWindowsPath(path);
|
|
47
|
-
const isUNCPath = path
|
|
47
|
+
const isUNCPath = path?.match(_UNC_REGEX);
|
|
48
48
|
const isPathAbsolute = isAbsolute(path);
|
|
49
49
|
const trailingSeparator = path[path.length - 1] === "/";
|
|
50
50
|
path = normalizeString(path, !isPathAbsolute);
|
|
@@ -152,7 +152,7 @@ var isAbsolute = function(p3) {
|
|
|
152
152
|
return _IS_ABSOLUTE_RE.test(p3);
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
// ../config-tools/dist/chunk-
|
|
155
|
+
// ../config-tools/dist/chunk-M7ENPKGB.js
|
|
156
156
|
var rootFiles = [
|
|
157
157
|
"storm-workspace.json",
|
|
158
158
|
"storm-workspace.yaml",
|
|
@@ -1680,7 +1680,7 @@ function applyDefaultConfig(config) {
|
|
|
1680
1680
|
return config;
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
|
-
// ../config-tools/dist/chunk-
|
|
1683
|
+
// ../config-tools/dist/chunk-KJ7E5BJ3.js
|
|
1684
1684
|
var setExtensionEnv = (extensionName, extension) => {
|
|
1685
1685
|
for (const key of Object.keys(extension ?? {})) {
|
|
1686
1686
|
if (extension[key]) {
|
|
@@ -2318,7 +2318,7 @@ ${formatLogMessage(config)}`,
|
|
|
2318
2318
|
return config;
|
|
2319
2319
|
};
|
|
2320
2320
|
|
|
2321
|
-
// ../config-tools/dist/chunk-
|
|
2321
|
+
// ../config-tools/dist/chunk-ANURULFO.js
|
|
2322
2322
|
var getConfig = (workspaceRoot, skipLogs = false) => {
|
|
2323
2323
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2324
2324
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkWMU6N5SY_cjs = require('./chunk-WMU6N5SY.cjs');
|
|
6
6
|
var chunkDL5576FZ_cjs = require('./chunk-DL5576FZ.cjs');
|
|
7
7
|
var chunkUK5DQTL2_cjs = require('./chunk-UK5DQTL2.cjs');
|
|
8
8
|
var chunkHVVJTAOT_cjs = require('./chunk-HVVJTAOT.cjs');
|
|
@@ -13,7 +13,7 @@ require('./chunk-RR5776TG.cjs');
|
|
|
13
13
|
|
|
14
14
|
// src/index.ts
|
|
15
15
|
async function createPreset(config = {}) {
|
|
16
|
-
const options = await
|
|
16
|
+
const options = await chunkWMU6N5SY_cjs.resolveOptions(config);
|
|
17
17
|
return {
|
|
18
18
|
commits: {
|
|
19
19
|
ignore: config.ignoreCommits,
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveOptions } from './chunk-
|
|
1
|
+
import { resolveOptions } from './chunk-YU35WA2X.js';
|
|
2
2
|
import { createParserOpts } from './chunk-O35EG2LQ.js';
|
|
3
3
|
import { createWhatBump } from './chunk-LPCM2SVA.js';
|
|
4
4
|
import { createWriterOpts } from './chunk-63544DKM.js';
|
package/dist/utilities/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkWMU6N5SY_cjs = require('../chunk-WMU6N5SY.cjs');
|
|
4
4
|
var chunkKRZANN66_cjs = require('../chunk-KRZANN66.cjs');
|
|
5
5
|
var chunkYBJMQHWU_cjs = require('../chunk-YBJMQHWU.cjs');
|
|
6
6
|
require('../chunk-M7BTBQHL.cjs');
|
|
@@ -10,7 +10,7 @@ require('../chunk-RR5776TG.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "resolveOptions", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkWMU6N5SY_cjs.resolveOptions; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createComparator", {
|
|
16
16
|
enumerable: true,
|
package/dist/utilities/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { resolveOptions } from '../chunk-
|
|
1
|
+
export { resolveOptions } from '../chunk-YU35WA2X.js';
|
|
2
2
|
export { createComparator, formatDate, matchScope, stringify } from '../chunk-I6KKIB6V.js';
|
|
3
3
|
export { CHANGELOG_COMMITS, CHANGELOG_COMMIT_ORDER, CHANGELOG_COMMIT_TITLE_ORDER, CHANGELOG_COMMIT_TYPE_ORDER, DATETIME_LENGTH, HASH_SHORT_LENGTH, HEADER_MAX_LENGTH, MINIMAL_PARSER_DEFAULT_OPTIONS, MONOREPO_PARSER_DEFAULT_OPTIONS } from '../chunk-IJLTWVLG.js';
|
|
4
4
|
import '../chunk-2MZWLEPP.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkWMU6N5SY_cjs = require('../chunk-WMU6N5SY.cjs');
|
|
4
4
|
require('../chunk-KRZANN66.cjs');
|
|
5
5
|
require('../chunk-YBJMQHWU.cjs');
|
|
6
6
|
require('../chunk-M7BTBQHL.cjs');
|
|
@@ -10,5 +10,5 @@ require('../chunk-RR5776TG.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "resolveOptions", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkWMU6N5SY_cjs.resolveOptions; }
|
|
14
14
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog-storm-software",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -185,8 +185,8 @@
|
|
|
185
185
|
"storm-software"
|
|
186
186
|
],
|
|
187
187
|
"dependencies": {
|
|
188
|
-
"@storm-software/config": "^1.131.
|
|
189
|
-
"@storm-software/config-tools": "^1.185.
|
|
188
|
+
"@storm-software/config": "^1.131.3",
|
|
189
|
+
"@storm-software/config-tools": "^1.185.3",
|
|
190
190
|
"compare-func": "^2.0.0",
|
|
191
191
|
"conventional-changelog-writer": "^8.2.0",
|
|
192
192
|
"defu": "6.1.4"
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
},
|
|
200
200
|
"publishConfig": { "access": "public" },
|
|
201
201
|
"sideEffects": false,
|
|
202
|
-
"gitHead": "
|
|
202
|
+
"gitHead": "1b9f901274134d51c4200e5797348cf9587203dc"
|
|
203
203
|
}
|