conventional-changelog-storm-software 0.3.88 → 0.3.89
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/index.cjs +1 -2
- package/dist/index.js +1 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/dist/index.cjs
CHANGED
|
@@ -19,7 +19,6 @@ require('./chunk-BQICBM4S.cjs');
|
|
|
19
19
|
var fs = require('fs');
|
|
20
20
|
var path = require('path');
|
|
21
21
|
var chalk = require('chalk');
|
|
22
|
-
require('date-fns/formatDistanceToNow');
|
|
23
22
|
var c12 = require('c12');
|
|
24
23
|
var defu = require('defu');
|
|
25
24
|
var e2 = require('zod/mini');
|
|
@@ -1526,7 +1525,7 @@ ${formatLogMessage(config)}`,
|
|
|
1526
1525
|
return config;
|
|
1527
1526
|
};
|
|
1528
1527
|
|
|
1529
|
-
// ../config-tools/dist/chunk-
|
|
1528
|
+
// ../config-tools/dist/chunk-T32OBFSH.js
|
|
1530
1529
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1531
1530
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1532
1531
|
}
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,6 @@ export { DEFAULT_COMMIT_TYPES } from './chunk-6VTXDH3N.js';
|
|
|
16
16
|
import { existsSync } from 'node:fs';
|
|
17
17
|
import { join } from 'node:path';
|
|
18
18
|
import chalk from 'chalk';
|
|
19
|
-
import 'date-fns/formatDistanceToNow';
|
|
20
19
|
import { loadConfig } from 'c12';
|
|
21
20
|
import defu from 'defu';
|
|
22
21
|
import * as e2 from 'zod/mini';
|
|
@@ -1499,7 +1498,7 @@ ${formatLogMessage(config)}`,
|
|
|
1499
1498
|
return config;
|
|
1500
1499
|
};
|
|
1501
1500
|
|
|
1502
|
-
// ../config-tools/dist/chunk-
|
|
1501
|
+
// ../config-tools/dist/chunk-T32OBFSH.js
|
|
1503
1502
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
1504
1503
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
1505
1504
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog-storm-software",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -213,8 +213,8 @@
|
|
|
213
213
|
"storm-software"
|
|
214
214
|
],
|
|
215
215
|
"dependencies": {
|
|
216
|
-
"@storm-software/config": "^1.135.
|
|
217
|
-
"@storm-software/config-tools": "^1.189.
|
|
216
|
+
"@storm-software/config": "^1.135.9",
|
|
217
|
+
"@storm-software/config-tools": "^1.189.8",
|
|
218
218
|
"compare-func": "^2.0.0",
|
|
219
219
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
220
220
|
"conventional-changelog-writer": "^8.2.0",
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
},
|
|
229
229
|
"publishConfig": { "access": "public" },
|
|
230
230
|
"sideEffects": false,
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "104d85631645811956cfc4dd7629b0b99bf37e28"
|
|
232
232
|
}
|