@storm-software/pnpm-tools 0.6.6 → 0.6.8
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 +30 -0
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pnpm Tools
|
|
4
4
|
|
|
5
|
+
## [0.6.7](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.7) (2025-10-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([27016fcde](https://github.com/storm-software/storm-ops/commit/27016fcde))
|
|
11
|
+
- **monorepo:** Update workspace README markdown files
|
|
12
|
+
([f94cb041a](https://github.com/storm-software/storm-ops/commit/f94cb041a))
|
|
13
|
+
- **monorepo:** Update workspace package dependencies
|
|
14
|
+
([d2847cff7](https://github.com/storm-software/storm-ops/commit/d2847cff7))
|
|
15
|
+
|
|
16
|
+
### Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- Updated config-tools to 1.188.7
|
|
19
|
+
- Updated npm-tools to 0.5.7
|
|
20
|
+
- Updated config to 1.134.7
|
|
21
|
+
|
|
22
|
+
## [0.6.6](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.6) (2025-10-17)
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Update workspace package links
|
|
27
|
+
([af97dc773](https://github.com/storm-software/storm-ops/commit/af97dc773))
|
|
28
|
+
|
|
29
|
+
### Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated config-tools to 1.188.6
|
|
32
|
+
- Updated npm-tools to 0.5.6
|
|
33
|
+
- Updated config to 1.134.6
|
|
34
|
+
|
|
5
35
|
## [0.6.5](https://github.com/storm-software/storm-ops/releases/tag/pnpm-tools%400.6.5) (2025-10-17)
|
|
6
36
|
|
|
7
37
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pnpm-tools",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of [pnpm](https://pnpm.io/) plugins and utilities for managing workspace packages/dependencies.",
|
|
6
6
|
"repository": {
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@pnpm/plugin-better-defaults": "^0.2.1",
|
|
91
91
|
"@pnpm/plugin-esm-node-path": "^0.1.2",
|
|
92
|
-
"@storm-software/config": "^1.134.
|
|
93
|
-
"@storm-software/config-tools": "^1.188.
|
|
94
|
-
"@storm-software/npm-tools": "^0.5.
|
|
92
|
+
"@storm-software/config": "^1.134.8",
|
|
93
|
+
"@storm-software/config-tools": "^1.188.8",
|
|
94
|
+
"@storm-software/npm-tools": "^0.5.8",
|
|
95
95
|
"commander": "^12.1.0",
|
|
96
96
|
"defu": "6.1.4",
|
|
97
97
|
"prettier": "^3.5.1",
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"yaml": "^2.8.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@pnpm/types": "^1000.
|
|
103
|
+
"@pnpm/types": "^1000.9.0",
|
|
104
104
|
"@types/node": "^22.10.2",
|
|
105
105
|
"tsup": "8.4.0"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": { "access": "public" },
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "16c437dfb0ee42cc63b7dd31d3a8021683018b83"
|
|
109
109
|
}
|