@storm-software/pulumi-tools 0.22.72 → 0.22.74

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 CHANGED
@@ -1,7 +1,28 @@
1
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.73](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.73) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.17**
10
+ - Updated **config-tools** to **v1.188.71**
11
+ - Updated **config** to **v1.134.71**
12
+
13
+ ## [0.22.72](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.72) (12/17/2025)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **monorepo:** Update asset paths in workspace references
18
+ ([b6e71c5d4](https://github.com/storm-software/storm-ops/commit/b6e71c5d4))
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated **workspace-tools** to **v1.294.16**
23
+ - Updated **config-tools** to **v1.188.70**
24
+ - Updated **config** to **v1.134.70**
25
+
5
26
  ## [0.22.71](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.71) (12/17/2025)
6
27
 
7
28
  ### Updated Dependencies
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -462,9 +462,9 @@ specification. Contributions of any kind welcome!
462
462
 
463
463
  <div align="center">
464
464
  <picture>
465
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp">
466
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-light.webp">
467
- <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
465
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
466
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
467
+ <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
468
468
  </picture>
469
469
  </div>
470
470
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.72",
3
+ "version": "0.22.74",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -156,8 +156,8 @@
156
156
  "@pulumi/aws": "^6.83.2",
157
157
  "@pulumi/awsx": "^2.22.0",
158
158
  "@pulumi/pulumi": "^3.212.0",
159
- "@storm-software/config": "^1.134.70",
160
- "@storm-software/config-tools": "^1.188.70",
159
+ "@storm-software/config": "^1.134.72",
160
+ "@storm-software/config-tools": "^1.188.72",
161
161
  "defu": "6.1.4",
162
162
  "shelljs": "^0.8.5"
163
163
  },
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "ae090c42b3fb6c2826b532016af90a62bfe57349"
174
+ "gitHead": "1cf24f1b1315169cdf248480f1fa220fa5b5a4aa"
175
175
  }