@storm-software/npm-tools 0.6.10 → 0.6.12
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/CHANGELOG.md +27 -1
- package/README.md +6 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Npm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.11](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.11) (12/05/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update the banner image used in markdown files
|
|
10
|
+
([fc48aee3c](https://github.com/storm-software/storm-ops/commit/fc48aee3c))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.55**
|
|
15
|
+
- Updated **config-tools** to **v1.188.55**
|
|
16
|
+
- Updated **config** to **v1.134.55**
|
|
17
|
+
|
|
18
|
+
## [0.6.10](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.10) (12/05/2025)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Update pnpm to v10.24.0
|
|
23
|
+
([05b011cc8](https://github.com/storm-software/storm-ops/commit/05b011cc8))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **testing-tools** to **v1.119.54**
|
|
28
|
+
- Updated **config-tools** to **v1.188.54**
|
|
29
|
+
- Updated **config** to **v1.134.54**
|
|
30
|
+
|
|
5
31
|
## [0.6.9](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.9) (12/05/2025)
|
|
6
32
|
|
|
7
33
|
### Updated Dependencies
|
|
@@ -18,7 +44,7 @@
|
|
|
18
44
|
- Updated **config-tools** to **v1.188.52**
|
|
19
45
|
- Updated **config** to **v1.134.52**
|
|
20
46
|
|
|
21
|
-

|
|
22
48
|
|
|
23
49
|
# Changelog for Storm Ops - Npm Tools
|
|
24
50
|
|
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 -->
|
|
@@ -299,7 +299,11 @@ specification. Contributions of any kind welcome!
|
|
|
299
299
|
<br />
|
|
300
300
|
|
|
301
301
|
<div align="center">
|
|
302
|
-
<
|
|
302
|
+
<picture>
|
|
303
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
304
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
305
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
306
|
+
</picture>
|
|
303
307
|
</div>
|
|
304
308
|
<br />
|
|
305
309
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/npm-tools",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of tools and utilities for managing packages stored in the [npm](https://www.npmjs.com/) registry.",
|
|
6
6
|
"repository": {
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
},
|
|
83
83
|
"types": "./dist/index.d.ts",
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@storm-software/config": "^1.134.
|
|
86
|
-
"@storm-software/config-tools": "^1.188.
|
|
85
|
+
"@storm-software/config": "^1.134.56",
|
|
86
|
+
"@storm-software/config-tools": "^1.188.56"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": { "@types/node": "^24.10.1", "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0196a90ff3532eea38d6c72c6bcb5a08c94853bc"
|
|
91
91
|
}
|