conventional-changelog-storm-software 0.3.246 → 0.3.250
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-FTXY6Q6Q.cjs → chunk-V2RPAUJH.cjs} +1 -1
- 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 +1238 -818
- package/dist/index.js +1182 -762
- package/dist/parser.cjs +1 -1
- 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/dist/writer.js +3 -3
- package/package.json +25 -25
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 -->
|
|
@@ -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=a9def7e06ce25c19654987ab91979289197bf4d3e7e124c514a4487c3e8d68c6__ef1fef24ce052691cc8bddab0b397938/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
|
|
package/dist/commit-types.cjs
CHANGED
package/dist/configs/index.cjs
CHANGED
package/dist/configs/minimal.cjs
CHANGED