@storm-software/git-tools 2.104.24 → 2.104.25

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -37
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-2.104.23-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-2.104.24-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.104.24",
3
+ "version": "2.104.25",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {
@@ -40,10 +40,8 @@
40
40
  },
41
41
  "license": "Apache-2.0",
42
42
  "private": false,
43
- "engines": {
44
- "node": ">=22.4.0",
45
- "pnpm": ">=10.3.0"
46
- },
43
+ "packageManager": "pnpm@10.3.0",
44
+ "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
47
45
  "bin": {
48
46
  "storm-git": "./bin/git.cjs",
49
47
  "storm-git-esm": "./bin/git.js",
@@ -78,46 +76,28 @@
78
76
  "exports": {
79
77
  "./package.json": "./package.json",
80
78
  ".": {
81
- "import": {
82
- "types": "./dist/index.d.ts",
83
- "default": "./dist/index.js"
84
- },
79
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
85
80
  "require": {
86
81
  "types": "./dist/index.d.cts",
87
82
  "default": "./dist/index.cjs"
88
83
  },
89
- "default": {
90
- "types": "./dist/index.d.ts",
91
- "default": "./dist/index.js"
92
- }
84
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
93
85
  },
94
86
  "./index": {
95
- "import": {
96
- "types": "./dist/index.d.ts",
97
- "default": "./dist/index.js"
98
- },
87
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
99
88
  "require": {
100
89
  "types": "./dist/index.d.cts",
101
90
  "default": "./dist/index.cjs"
102
91
  },
103
- "default": {
104
- "types": "./dist/index.d.ts",
105
- "default": "./dist/index.js"
106
- }
92
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
107
93
  },
108
94
  "./types": {
109
- "import": {
110
- "types": "./dist/types.d.ts",
111
- "default": "./dist/types.js"
112
- },
95
+ "import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
113
96
  "require": {
114
97
  "types": "./dist/types.d.cts",
115
98
  "default": "./dist/types.cjs"
116
99
  },
117
- "default": {
118
- "types": "./dist/types.d.ts",
119
- "default": "./dist/types.js"
120
- }
100
+ "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
121
101
  },
122
102
  "./commit/config": {
123
103
  "import": {
@@ -222,10 +202,7 @@
222
202
  "./readme/templates/*": "./dist/readme/templates/*"
223
203
  },
224
204
  "types": "./dist/index.d.ts",
225
- "files": [
226
- "bin/**/*",
227
- "dist/**/*"
228
- ],
205
+ "files": ["bin/**/*", "dist/**/*"],
229
206
  "keywords": [
230
207
  "storm-software",
231
208
  "monorepo",
@@ -284,7 +261,5 @@
284
261
  "update-section": "0.3.3",
285
262
  "word-wrap": "1.2.5"
286
263
  },
287
- "publishConfig": {
288
- "access": "public"
289
- }
290
- }
264
+ "publishConfig": { "access": "public" }
265
+ }