@storm-software/pulumi-tools 0.22.69 → 0.22.70

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.69](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.69) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.13**
10
+ - Updated **config-tools** to **v1.188.69**
11
+ - Updated **config** to **v1.134.69**
12
+
5
13
  ## [0.22.68](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.68) (12/16/2025)
6
14
 
7
15
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.69",
3
+ "version": "0.22.70",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
174
+ "gitHead": "4112947f20b457333dec4771f9511eba161299f8"
175
175
  }