@storm-software/npm-tools 0.1.5 → 0.1.7

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Storm Ops - Npm Tools
4
4
 
5
+ ## [0.1.6](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.1.6) (2025-09-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([6e7c7948a](https://github.com/storm-software/storm-ops/commit/6e7c7948a))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated config-tools to 1.183.6
15
+
16
+ ## [0.1.5](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.1.5) (2025-09-15)
17
+
18
+ ### Miscellaneous
19
+
20
+ - **monorepo:** Regenerate README markdown files
21
+ ([e71a83bc4](https://github.com/storm-software/storm-ops/commit/e71a83bc4))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated config-tools to 1.183.5
26
+ - Updated config to 1.130.4
27
+
5
28
  ## [0.1.4](https://github.com/storm-software/storm-ops/releases/tag/npm-tools%400.1.4) (2025-09-15)
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.1.5",
3
+ "version": "0.1.7",
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": {
@@ -83,9 +83,9 @@
83
83
  "types": "./dist/index.d.ts",
84
84
  "dependencies": {
85
85
  "@storm-software/config": "^1.130.4",
86
- "@storm-software/config-tools": "^1.183.5"
86
+ "@storm-software/config-tools": "^1.183.6"
87
87
  },
88
88
  "devDependencies": { "@types/node": "^22.10.2", "tsup": "8.4.0" },
89
89
  "publishConfig": { "access": "public" },
90
- "gitHead": "ee2be672dff8773062977876c5388bb5ea6dcde2"
90
+ "gitHead": "07ad10cab1322344a83fec3f14176a6a020a1c84"
91
91
  }