conventional-changelog-storm-software 0.2.17 → 0.2.18
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 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +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 -->
|
|
@@ -40,7 +40,6 @@ 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
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Software's Conventional Changelog Package](#storm-softwares-conventional-changelog-package)
|
package/dist/index.cjs
CHANGED
|
@@ -583,7 +583,7 @@ var e2 = (c3, a2) => {
|
|
|
583
583
|
for (var b2 in a2) d(c3, b2, { get: a2[b2], enumerable: true });
|
|
584
584
|
};
|
|
585
585
|
|
|
586
|
-
// ../config/dist/chunk-
|
|
586
|
+
// ../config/dist/chunk-D66TKCP6.js
|
|
587
587
|
function f(e4, t3, r2) {
|
|
588
588
|
function n2(u, s2) {
|
|
589
589
|
var d2;
|
|
@@ -1598,7 +1598,7 @@ var Tr = h(g().check(v(), z()));
|
|
|
1598
1598
|
c.add(Tr, { description: "A tag specifying the version pre-release identifier" });
|
|
1599
1599
|
var Er = h(g().check(v(), z()));
|
|
1600
1600
|
c.add(Er, { description: "The owner of the package" });
|
|
1601
|
-
var Ar = _(Y(["development", "
|
|
1601
|
+
var Ar = _(Y(["development", "test", "production"]).check(v(), z()), "production");
|
|
1602
1602
|
c.add(Ar, { description: "The current runtime environment mode for the package" });
|
|
1603
1603
|
var Mr = g().check(v(), z());
|
|
1604
1604
|
c.add(Mr, { description: "The root directory of the workspace" });
|
package/dist/index.js
CHANGED
|
@@ -575,7 +575,7 @@ var e2 = (c3, a2) => {
|
|
|
575
575
|
for (var b2 in a2) d(c3, b2, { get: a2[b2], enumerable: true });
|
|
576
576
|
};
|
|
577
577
|
|
|
578
|
-
// ../config/dist/chunk-
|
|
578
|
+
// ../config/dist/chunk-D66TKCP6.js
|
|
579
579
|
function f(e4, t3, r2) {
|
|
580
580
|
function n2(u, s2) {
|
|
581
581
|
var d2;
|
|
@@ -1590,7 +1590,7 @@ var Tr = h(g().check(v(), z()));
|
|
|
1590
1590
|
c.add(Tr, { description: "A tag specifying the version pre-release identifier" });
|
|
1591
1591
|
var Er = h(g().check(v(), z()));
|
|
1592
1592
|
c.add(Er, { description: "The owner of the package" });
|
|
1593
|
-
var Ar = _(Y(["development", "
|
|
1593
|
+
var Ar = _(Y(["development", "test", "production"]).check(v(), z()), "production");
|
|
1594
1594
|
c.add(Ar, { description: "The current runtime environment mode for the package" });
|
|
1595
1595
|
var Mr = g().check(v(), z());
|
|
1596
1596
|
c.add(Mr, { description: "The root directory of the workspace" });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog-storm-software",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.18",
|
|
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.133.
|
|
221
|
-
"@storm-software/config-tools": "^1.187.
|
|
220
|
+
"@storm-software/config": "^1.133.8",
|
|
221
|
+
"@storm-software/config-tools": "^1.187.13",
|
|
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": "
|
|
235
|
+
"gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
|
|
236
236
|
}
|