@storm-software/npm-tools 0.6.23 → 0.6.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/CHANGELOG.md +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - Npm Tools
4
4
 
5
+ ## [0.6.24](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.24) (12/16/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **testing-tools** to **v1.119.67**
10
+ - Updated **config-tools** to **v1.188.68**
11
+ - Updated **config** to **v1.134.68**
12
+
13
+ ## [0.6.23](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.23) (12/15/2025)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **monorepo:** Format repository source files
18
+ ([6415008e9](https://github.com/storm-software/storm-ops/commit/6415008e9))
19
+ - **monorepo:** Format workspace source files
20
+ ([b957f4850](https://github.com/storm-software/storm-ops/commit/b957f4850))
21
+
22
+ ### Updated Dependencies
23
+
24
+ - Updated **testing-tools** to **v1.119.66**
25
+ - Updated **config-tools** to **v1.188.67**
26
+ - Updated **config** to **v1.134.67**
27
+
5
28
  ## [0.6.22](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.22) (12/15/2025)
6
29
 
7
30
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/npm-tools",
3
- "version": "0.6.23",
3
+ "version": "0.6.25",
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.67",
86
- "@storm-software/config-tools": "^1.188.67"
85
+ "@storm-software/config": "^1.134.69",
86
+ "@storm-software/config-tools": "^1.188.69"
87
87
  },
88
88
  "devDependencies": { "@types/node": "^24.10.4", "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "58754a0336790191cb3c0ead5b28fef7db35fac3"
90
+ "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
91
91
  }