@storm-software/pulumi-tools 0.22.204 → 0.22.206

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 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.205](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.205) (05/20/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.296.2**
10
+
11
+ ## [0.22.204](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.204) (05/20/2026)
12
+
13
+ ### Bug Fixes
14
+
15
+ - **workspace-tools:** Added `jiti` call to handle `@action/core` imports ([d349a5365](https://github.com/storm-software/storm-ops/commit/d349a5365))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated **workspace-tools** to **v1.296.1**
20
+
5
21
  ## [0.22.203](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.203) (05/20/2026)
6
22
 
7
23
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.204",
3
+ "version": "0.22.206",
4
4
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -147,7 +147,7 @@
147
147
  "@pulumi/pulumi": "^3.242.0",
148
148
  "@storm-software/config": "^1.137.58",
149
149
  "@storm-software/config-tools": "^1.190.26",
150
- "@storm-software/workspace-tools": "1.296.1",
150
+ "@storm-software/workspace-tools": "1.296.3",
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": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
163
+ "gitHead": "3308640f211175592cb81a266352ef8733d5f000"
164
164
  }