@storm-software/pulumi-tools 0.22.215 → 0.22.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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.215](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.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.22.214](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.214) (05/26/2026)
|
|
6
14
|
|
|
7
15
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.216",
|
|
4
4
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -141,24 +141,24 @@
|
|
|
141
141
|
"module": "dist/index.mjs",
|
|
142
142
|
"typings": "dist/index.d.ts",
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@nx/devkit": "22.7.
|
|
144
|
+
"@nx/devkit": "^22.7.5",
|
|
145
145
|
"@pulumi/aws": "^6.83.3",
|
|
146
146
|
"@pulumi/awsx": "^2.22.0",
|
|
147
|
-
"@pulumi/pulumi": "^3.
|
|
148
|
-
"@storm-software/config": "1.137.
|
|
149
|
-
"@storm-software/config-tools": "1.190.
|
|
150
|
-
"@storm-software/workspace-tools": "1.296.
|
|
147
|
+
"@pulumi/pulumi": "^3.244.0",
|
|
148
|
+
"@storm-software/config": "1.137.67",
|
|
149
|
+
"@storm-software/config-tools": "1.190.35",
|
|
150
|
+
"@storm-software/workspace-tools": "1.296.13",
|
|
151
151
|
"defu": "^6.1.7",
|
|
152
152
|
"shelljs": "^0.8.5"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
155
|
"@types/node": "^25.9.1",
|
|
156
|
-
"nx": "22.7.
|
|
156
|
+
"nx": "22.7.5",
|
|
157
157
|
"tsup": "8.4.0",
|
|
158
158
|
"untyped": "^2.0.0"
|
|
159
159
|
},
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "bcbc59a290ff30bb57a5224789269ecb8414bd43"
|
|
164
164
|
}
|