@storm-software/npm-tools 0.5.18 → 0.5.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/CHANGELOG.md +16 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Npm Tools
|
|
4
|
+
|
|
5
|
+
## [0.5.19](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.5.19) (11/5/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **testing-tools** to **v1.119.19**
|
|
10
|
+
- Updated **config-tools** to **v1.188.19**
|
|
11
|
+
- Updated **config** to **v1.134.19**
|
|
12
|
+
|
|
1
13
|
## [0.5.17](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.5.17) (2025-11-04)
|
|
2
14
|
|
|
3
15
|
### Features
|
|
4
16
|
|
|
5
|
-
- **monorepo:** Update packages to use Nx v22.0.2
|
|
17
|
+
- **monorepo:** Update packages to use Nx v22.0.2
|
|
18
|
+
([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
|
8
21
|
|
|
9
|
-
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
22
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
23
|
+
([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
24
|
|
|
11
25
|
### Updated Dependencies
|
|
12
26
|
|
|
@@ -14,10 +28,6 @@
|
|
|
14
28
|
- Updated config-tools to 1.188.17
|
|
15
29
|
- Updated config to 1.134.17
|
|
16
30
|
|
|
17
|
-

|
|
18
|
-
|
|
19
|
-
# Changelog for Storm Ops - Npm Tools
|
|
20
|
-
|
|
21
31
|
## [0.5.16](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.5.16) (2025-10-31)
|
|
22
32
|
|
|
23
33
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/npm-tools",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.20",
|
|
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.20",
|
|
86
|
+
"@storm-software/config-tools": "^1.188.20"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": { "@types/node": "^22.19.0", "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
|
|
91
91
|
}
|