@storm-software/pulumi-tools 0.22.189 → 0.22.191

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 +19 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.190](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.190) (05/15/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Clean up dependencies in `package.json` files ([84994b720](https://github.com/storm-software/storm-ops/commit/84994b720))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **workspace-tools** to **v1.295.75**
14
+ - Updated **config-tools** to **v1.190.15**
15
+ - Updated **config** to **v1.137.47**
16
+
17
+ ## [0.22.189](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.189) (05/15/2026)
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.295.74**
22
+ - Updated **config-tools** to **v1.190.14**
23
+
5
24
  ## [0.22.188](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.188) (05/15/2026)
6
25
 
7
26
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.189",
3
+ "version": "0.22.191",
4
4
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -145,14 +145,13 @@
145
145
  "@pulumi/aws": "^6.83.3",
146
146
  "@pulumi/awsx": "^2.22.0",
147
147
  "@pulumi/pulumi": "^3.239.0",
148
- "@storm-software/config": "^1.137.46",
149
- "@storm-software/config-tools": "^1.190.14",
150
- "@storm-software/workspace-tools": "^1.295.74",
148
+ "@storm-software/config": "^1.137.48",
149
+ "@storm-software/config-tools": "^1.190.16",
150
+ "@storm-software/workspace-tools": "^1.295.76",
151
151
  "defu": "6.1.4",
152
152
  "shelljs": "^0.8.5"
153
153
  },
154
154
  "devDependencies": {
155
- "@nx/devkit": "22.7.1",
156
155
  "@types/node": "^25.8.0",
157
156
  "nx": "22.7.1",
158
157
  "tsup": "8.4.0",
@@ -161,5 +160,5 @@
161
160
  "publishConfig": { "access": "public" },
162
161
  "executors": "./executors.json",
163
162
  "generators": "./generators.json",
164
- "gitHead": "0c334cad4cd3237b830127698face8e1f4f508fb"
163
+ "gitHead": "ac3b725aacca2de79c4225dbbe9763c632a8c44a"
165
164
  }