@storm-software/pulumi-tools 0.16.13 → 0.16.14

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.16.13](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.16.13) (2025-08-28)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([b25aa8830](https://github.com/storm-software/storm-ops/commit/b25aa8830))
11
+ - **monorepo:** Update workspace package links
12
+ ([aca1b25fd](https://github.com/storm-software/storm-ops/commit/aca1b25fd))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated config-tools to 1.180.13
17
+ - Updated config to 1.128.12
18
+
5
19
  ## [0.16.12](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.16.12) (2025-08-28)
6
20
 
7
21
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.16.13",
3
+ "version": "0.16.14",
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": "^21.4.1",
156
156
  "@pulumi/aws": "^6.83.0",
157
157
  "@pulumi/awsx": "^2.22.0",
158
- "@pulumi/pulumi": "^3.191.0",
158
+ "@pulumi/pulumi": "^3.192.0",
159
159
  "@storm-software/config": "^1.128.12",
160
- "@storm-software/config-tools": "^1.180.13",
160
+ "@storm-software/config-tools": "^1.180.14",
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": "99ce6b979dc4fb39d2c34edbebfb26b20dc3ba9d"
174
+ "gitHead": "cdc5cfdb7984452707038e0ea688963fe49f9adf"
175
175
  }