@storm-software/projen 0.21.215 → 0.21.216
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 +8 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.215](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.215) (05/28/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **config** to **v1.137.66**
|
|
10
|
+
- Updated **config-tools** to **v1.190.34**
|
|
11
|
+
- Updated **workspace-tools** to **v1.296.12**
|
|
12
|
+
|
|
5
13
|
## [0.21.214](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.214) (05/26/2026)
|
|
6
14
|
|
|
7
15
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.216",
|
|
4
4
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"typings": "dist/index.d.ts",
|
|
115
115
|
"dependencies": {
|
|
116
116
|
"@aws/pdk": "^0.25.17",
|
|
117
|
-
"@nx/devkit": "22.7.
|
|
118
|
-
"@storm-software/config": "1.137.
|
|
119
|
-
"@storm-software/config-tools": "1.190.
|
|
120
|
-
"@storm-software/workspace-tools": "1.296.
|
|
117
|
+
"@nx/devkit": "^22.7.5",
|
|
118
|
+
"@storm-software/config": "1.137.67",
|
|
119
|
+
"@storm-software/config-tools": "1.190.35",
|
|
120
|
+
"@storm-software/workspace-tools": "1.296.13"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@types/node": "^25.9.1",
|
|
124
|
-
"nx": "22.7.
|
|
124
|
+
"nx": "22.7.5",
|
|
125
125
|
"projen": "^0.91.31",
|
|
126
126
|
"tsup": "8.4.0",
|
|
127
127
|
"untyped": "^2.0.0"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"publishConfig": { "access": "public" },
|
|
135
135
|
"executors": "./executors.json",
|
|
136
136
|
"generators": "./generators.json",
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "bcbc59a290ff30bb57a5224789269ecb8414bd43"
|
|
138
138
|
}
|