conventional-changelog-storm-software 0.2.18 → 0.2.20
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-26C73NS2.cjs → chunk-GHBACMOJ.cjs} +1 -1
- package/dist/{chunk-KIKKZSZ6.cjs → chunk-OZQSN4FR.cjs} +2 -2
- package/dist/commit-types.cjs +1 -1
- package/dist/configs/index.cjs +1 -1
- package/dist/configs/minimal.cjs +1 -1
- package/dist/configs/monorepo.cjs +1 -1
- package/dist/index.cjs +201 -1060
- package/dist/index.js +178 -1056
- package/dist/parser.cjs +3 -3
- package/dist/types/commit-types.cjs +1 -1
- package/dist/types/commitlint.cjs +1 -1
- package/dist/types/config.cjs +1 -1
- package/dist/types/index.cjs +1 -1
- package/dist/types/misc.cjs +1 -1
- package/dist/types/preset.cjs +1 -1
- package/dist/types/write.cjs +1 -1
- package/dist/utilities/constants.cjs +1 -1
- package/dist/utilities/helpers.cjs +1 -1
- package/dist/utilities/index.cjs +1 -1
- package/dist/utilities/nx-scopes.cjs +1 -1
- package/dist/whatBump.cjs +1 -1
- package/dist/writer.cjs +2 -2
- 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 -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
3
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/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
|
|
3
|
+
var chunkGHBACMOJ_cjs = require('./chunk-GHBACMOJ.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(".",
|
|
117
|
+
var dirname = url.fileURLToPath(new URL(".", chunkGHBACMOJ_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}}";
|
package/dist/commit-types.cjs
CHANGED
package/dist/configs/index.cjs
CHANGED
package/dist/configs/minimal.cjs
CHANGED