@storm-software/npm-tools 0.6.0 → 0.6.1

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Npm Tools
4
4
 
5
+ ## [0.6.0](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.6.0) (11/19/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([6b480779f](https://github.com/storm-software/storm-ops/commit/6b480779f))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([3696b59be](https://github.com/storm-software/storm-ops/commit/3696b59be))
13
+
14
+ ### Features
15
+
16
+ - **npm-tools:** Added the `executable` option to npm functions
17
+ ([64d26faab](https://github.com/storm-software/storm-ops/commit/64d26faab))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **testing-tools** to **v1.119.44**
22
+ - Updated **config-tools** to **v1.188.44**
23
+ - Updated **config** to **v1.134.44**
24
+
5
25
  ## [0.5.43](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.5.43) (11/19/2025)
6
26
 
7
27
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/npm-tools",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
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.44",
86
- "@storm-software/config-tools": "^1.188.44"
85
+ "@storm-software/config": "^1.134.45",
86
+ "@storm-software/config-tools": "^1.188.45"
87
87
  },
88
88
  "devDependencies": { "@types/node": "^24.10.1", "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "090b21b6780b365703ae40f5bcf85305d1cd8001"
90
+ "gitHead": "fe2e95b0e67b24f4228ce77ef4514728cbfe90da"
91
91
  }