@storm-software/pulumi-tools 0.22.206 → 0.22.207

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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.206](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.206) (05/20/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.296.3**
10
+
5
11
  ## [0.22.205](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.205) (05/20/2026)
6
12
 
7
13
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.206",
3
+ "version": "0.22.207",
4
4
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -145,9 +145,9 @@
145
145
  "@pulumi/aws": "^6.83.3",
146
146
  "@pulumi/awsx": "^2.22.0",
147
147
  "@pulumi/pulumi": "^3.242.0",
148
- "@storm-software/config": "^1.137.58",
149
- "@storm-software/config-tools": "^1.190.26",
150
- "@storm-software/workspace-tools": "1.296.3",
148
+ "@storm-software/config": "1.137.59",
149
+ "@storm-software/config-tools": "1.190.27",
150
+ "@storm-software/workspace-tools": "1.296.4",
151
151
  "defu": "^6.1.7",
152
152
  "shelljs": "^0.8.5"
153
153
  },
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "3308640f211175592cb81a266352ef8733d5f000"
163
+ "gitHead": "6dba6240bab81e9515262d108e998fb518d4cf7e"
164
164
  }