conventional-changelog-storm-software 0.3.38 → 0.3.40

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 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
- [![Version](https://img.shields.io/badge/version-0.3.36-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.3.39-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/dist/index.cjs CHANGED
@@ -19,6 +19,7 @@ require('./chunk-AL6EGP3M.cjs');
19
19
  var fs = require('fs');
20
20
  var path = require('path');
21
21
  var chalk = require('chalk');
22
+ require('date-fns/formatDistanceToNow');
22
23
  var c12 = require('c12');
23
24
  var defu = require('defu');
24
25
  var e2 = require('zod/mini');
@@ -408,8 +409,6 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
408
409
  }
409
410
  return LogLevelLabel.INFO;
410
411
  };
411
-
412
- // ../config-tools/dist/chunk-7L77OWOV.js
413
412
  var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
414
413
  const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
415
414
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
@@ -1488,7 +1487,7 @@ ${formatLogMessage(config)}`,
1488
1487
  return config;
1489
1488
  };
1490
1489
 
1491
- // ../config-tools/dist/chunk-WOLTMI7X.js
1490
+ // ../config-tools/dist/chunk-37LI2DU4.js
1492
1491
  function getConfig(workspaceRoot, skipLogs = false) {
1493
1492
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1494
1493
  }
package/dist/index.js CHANGED
@@ -16,6 +16,7 @@ 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';
19
20
  import { loadConfig } from 'c12';
20
21
  import defu from 'defu';
21
22
  import * as e2 from 'zod/mini';
@@ -381,8 +382,6 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
381
382
  }
382
383
  return LogLevelLabel.INFO;
383
384
  };
384
-
385
- // ../config-tools/dist/chunk-7L77OWOV.js
386
385
  var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
387
386
  const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
388
387
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
@@ -1461,7 +1460,7 @@ ${formatLogMessage(config)}`,
1461
1460
  return config;
1462
1461
  };
1463
1462
 
1464
- // ../config-tools/dist/chunk-WOLTMI7X.js
1463
+ // ../config-tools/dist/chunk-37LI2DU4.js
1465
1464
  function getConfig(workspaceRoot, skipLogs = false) {
1466
1465
  return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
1467
1466
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conventional-changelog-storm-software",
3
- "version": "0.3.38",
3
+ "version": "0.3.40",
4
4
  "type": "module",
5
5
  "description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
6
6
  "repository": {
@@ -217,8 +217,8 @@
217
217
  "conventional-changelog-conventionalcommits": { "optional": false }
218
218
  },
219
219
  "dependencies": {
220
- "@storm-software/config": "^1.134.38",
221
- "@storm-software/config-tools": "^1.188.38",
220
+ "@storm-software/config": "^1.134.40",
221
+ "@storm-software/config-tools": "^1.188.40",
222
222
  "compare-func": "^2.0.0",
223
223
  "conventional-changelog-conventionalcommits": "^9.1.0",
224
224
  "conventional-changelog-writer": "^8.2.0",
@@ -232,5 +232,5 @@
232
232
  },
233
233
  "publishConfig": { "access": "public" },
234
234
  "sideEffects": false,
235
- "gitHead": "7ede58a2f9131e532b8cad8c37815ad21bec19f8"
235
+ "gitHead": "9fb6aab8303c116047d19f12823505c5bd071a55"
236
236
  }