@storm-software/pulumi-tools 0.22.18 → 0.22.20

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 +16 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Pulumi Tools
4
+
5
+ ## [0.22.19](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.19) (11/5/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.292.19**
10
+ - Updated **config-tools** to **v1.188.19**
11
+ - Updated **config** to **v1.134.19**
12
+
1
13
  ## [0.22.17](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.17) (2025-11-04)
2
14
 
3
15
  ### Features
4
16
 
5
- - **monorepo:** Update packages to use Nx v22.0.2 ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
17
+ - **monorepo:** Update packages to use Nx v22.0.2
18
+ ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
6
19
 
7
20
  ### Miscellaneous
8
21
 
9
- - **monorepo:** Resolve sherif linting issues and reformat README markdown files ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
22
+ - **monorepo:** Resolve sherif linting issues and reformat README markdown files
23
+ ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
10
24
 
11
25
  ### Updated Dependencies
12
26
 
@@ -14,10 +28,6 @@
14
28
  - Updated config-tools to 1.188.17
15
29
  - Updated config to 1.134.17
16
30
 
17
- ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
18
-
19
- # Changelog for Storm Ops - Pulumi Tools
20
-
21
31
  ## [0.22.16](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.16) (2025-10-31)
22
32
 
23
33
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.18",
3
+ "version": "0.22.20",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -155,9 +155,9 @@
155
155
  "@nx/devkit": "^22.0.2",
156
156
  "@pulumi/aws": "^6.83.1",
157
157
  "@pulumi/awsx": "^2.22.0",
158
- "@pulumi/pulumi": "^3.205.0",
159
- "@storm-software/config": "^1.134.18",
160
- "@storm-software/config-tools": "^1.188.18",
158
+ "@pulumi/pulumi": "^3.206.0",
159
+ "@storm-software/config": "^1.134.20",
160
+ "@storm-software/config-tools": "^1.188.20",
161
161
  "defu": "6.1.4",
162
162
  "shelljs": "^0.8.5"
163
163
  },
@@ -166,10 +166,10 @@
166
166
  "@types/node": "^22.19.0",
167
167
  "nx": "^22.0.2",
168
168
  "tsup": "8.4.0",
169
- "untyped": "^1.5.2"
169
+ "untyped": "^2.0.0"
170
170
  },
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "4ff7ccead93c470ebb8b9ad5fcd7e70f3a122cbf"
174
+ "gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
175
175
  }