@powerlines/plugin-pulumi 0.2.46 → 0.2.48

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.
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-pulumi",
3
- "version": "0.2.46",
3
+ "version": "0.2.48",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform source code to be platform agnostic using pulumi.",
6
6
  "repository": {
@@ -125,13 +125,10 @@
125
125
  "@stryke/string-format": "^0.12.24",
126
126
  "@pulumi/pulumi": "^3.212.0",
127
127
  "defu": "^6.1.4",
128
- "powerlines": "^0.31.4",
128
+ "powerlines": "^0.31.6",
129
129
  "typescript": "^5.9.3"
130
130
  },
131
- "devDependencies": {
132
- "@powerlines/nx": "^0.10.67",
133
- "@types/node": "^24.10.4"
134
- },
131
+ "devDependencies": { "@powerlines/nx": "^0.11.0", "@types/node": "^24.10.4" },
135
132
  "publishConfig": { "access": "public" },
136
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
133
+ "gitHead": "a7da8c6e6ecb00c6bd05fa6b6525ec369d58b0c4"
137
134
  }