conventional-changelog-storm-software 0.2.15 → 0.2.17

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.2.14-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.2.15-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 -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Software's Conventional Changelog Package](#storm-softwares-conventional-changelog-package)
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__32d1ae8d3df44e28e22d73acf5bdeba6/node_modules/tsup/assets/cjs_shims.js
3
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__e2bfae77dab123b3b7f92991a884d555/node_modules/tsup/assets/cjs_shims.js
4
4
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
5
5
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
6
6
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkV2ZUH23T_cjs = require('./chunk-V2ZUH23T.cjs');
3
+ var chunk26C73NS2_cjs = require('./chunk-26C73NS2.cjs');
4
4
  var promises = require('fs/promises');
5
5
  var path = require('path');
6
6
  var url = require('url');
@@ -114,7 +114,7 @@ function matchScope(config = {}, commit) {
114
114
  }
115
115
 
116
116
  // ../../node_modules/.pnpm/conventional-changelog-conventionalcommits@9.1.0/node_modules/conventional-changelog-conventionalcommits/src/writer.js
117
- var dirname = url.fileURLToPath(new URL(".", chunkV2ZUH23T_cjs.importMetaUrl));
117
+ var dirname = url.fileURLToPath(new URL(".", chunk26C73NS2_cjs.importMetaUrl));
118
118
  var COMMIT_HASH_LENGTH = 7;
119
119
  var releaseAsRegex = /release-as:\s*\w*@?([0-9]+\.[0-9]+\.[0-9a-z]+(-[0-9a-z.]+)?)\s*/i;
120
120
  var owner = "{{#if this.owner}}{{~this.owner}}{{else}}{{~@root.owner}}{{/if}}";
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chunk5N2ARSSR_cjs = require('./chunk-5N2ARSSR.cjs');
4
- require('./chunk-V2ZUH23T.cjs');
4
+ require('./chunk-26C73NS2.cjs');
5
5
 
6
6
 
7
7
 
@@ -6,7 +6,7 @@ require('../chunk-MOSKPEIX.cjs');
6
6
  require('../chunk-FK6SU6OS.cjs');
7
7
  require('../chunk-KZ3J3GGS.cjs');
8
8
  require('../chunk-5N2ARSSR.cjs');
9
- require('../chunk-V2ZUH23T.cjs');
9
+ require('../chunk-26C73NS2.cjs');
10
10
 
11
11
 
12
12
 
@@ -6,7 +6,7 @@ var chunkNBWP5FXE_cjs = require('../chunk-NBWP5FXE.cjs');
6
6
  require('../chunk-FK6SU6OS.cjs');
7
7
  require('../chunk-KZ3J3GGS.cjs');
8
8
  require('../chunk-5N2ARSSR.cjs');
9
- require('../chunk-V2ZUH23T.cjs');
9
+ require('../chunk-26C73NS2.cjs');
10
10
 
11
11
 
12
12
 
@@ -6,7 +6,7 @@ var chunkMOSKPEIX_cjs = require('../chunk-MOSKPEIX.cjs');
6
6
  require('../chunk-FK6SU6OS.cjs');
7
7
  require('../chunk-KZ3J3GGS.cjs');
8
8
  require('../chunk-5N2ARSSR.cjs');
9
- require('../chunk-V2ZUH23T.cjs');
9
+ require('../chunk-26C73NS2.cjs');
10
10
 
11
11
 
12
12