@powerlines/plugin-pulumi 0.2.45 → 0.2.46

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.
@@ -215,7 +215,7 @@ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<
215
215
  * @param other - The other plugin to compare against.
216
216
  * @returns `true` if the two plugins are the same, `false` otherwise.
217
217
  */
218
- dedupe?: false | ((other: Plugin<any>) => boolean);
218
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
219
219
  /**
220
220
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
221
221
  */
@@ -215,7 +215,7 @@ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<
215
215
  * @param other - The other plugin to compare against.
216
216
  * @returns `true` if the two plugins are the same, `false` otherwise.
217
217
  */
218
- dedupe?: false | ((other: Plugin<any>) => boolean);
218
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
219
219
  /**
220
220
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
221
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-pulumi",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
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,13 @@
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.3",
128
+ "powerlines": "^0.31.4",
129
129
  "typescript": "^5.9.3"
130
130
  },
131
131
  "devDependencies": {
132
- "@powerlines/nx": "^0.10.66",
132
+ "@powerlines/nx": "^0.10.67",
133
133
  "@types/node": "^24.10.4"
134
134
  },
135
135
  "publishConfig": { "access": "public" },
136
- "gitHead": "289cb434f51a739778cf6e9893663e4af0f0fdc0"
136
+ "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
137
137
  }