@storm-software/npm-tools 0.6.27 → 0.6.28
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 +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Npm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.27](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.27) (12/17/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update asset paths in workspace references
|
|
10
|
+
([b6e71c5d4](https://github.com/storm-software/storm-ops/commit/b6e71c5d4))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.69**
|
|
15
|
+
- Updated **config-tools** to **v1.188.70**
|
|
16
|
+
- Updated **config** to **v1.134.70**
|
|
17
|
+
|
|
5
18
|
## [0.6.26](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.26) (12/17/2025)
|
|
6
19
|
|
|
7
20
|
### Bug Fixes
|
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.28",
|
|
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.71",
|
|
86
|
+
"@storm-software/config-tools": "^1.188.71"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": { "@types/node": "^24.10.4", "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "7f759c57f99e6cf104b110848fdf4d319e5886c1"
|
|
91
91
|
}
|