@storm-software/npm-tools 0.4.15 → 0.4.16

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Npm Tools
4
4
 
5
+ ## [0.4.15](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.4.15) (2025-10-03)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update devenv flake versions
10
+ ([86e23e033](https://github.com/storm-software/storm-ops/commit/86e23e033))
11
+ - **monorepo:** Update workspace to TypeScript v5.9.3
12
+ ([3db5c952c](https://github.com/storm-software/storm-ops/commit/3db5c952c))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated config-tools to 1.187.10
17
+ - Updated config to 1.133.5
18
+
5
19
  ## [0.4.14](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.4.14) (2025-09-22)
6
20
 
7
21
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/npm-tools",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
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.133.5",
86
- "@storm-software/config-tools": "^1.187.10"
85
+ "@storm-software/config": "^1.133.6",
86
+ "@storm-software/config-tools": "^1.187.11"
87
87
  },
88
88
  "devDependencies": { "@types/node": "^22.10.2", "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "ff77233e5189516cebce6ade530d67f202d151f3"
90
+ "gitHead": "98ec25abe75a19e5d92b532a339ac62cda9bc92d"
91
91
  }