@powerlines/plugin-babel 0.12.76 → 0.12.77

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.
@@ -306,7 +306,7 @@ interface CommonUserConfig extends BaseConfig {
306
306
  /**
307
307
  * A list of resolvable paths to plugins used during the build process
308
308
  */
309
- plugins?: PluginConfig<PluginContext<any>>[];
309
+ plugins?: PluginConfig<any>[];
310
310
  /**
311
311
  * Environment-specific configurations
312
312
  */
@@ -306,7 +306,7 @@ interface CommonUserConfig extends BaseConfig {
306
306
  /**
307
307
  * A list of resolvable paths to plugins used during the build process
308
308
  */
309
- plugins?: PluginConfig<PluginContext<any>>[];
309
+ plugins?: PluginConfig<any>[];
310
310
  /**
311
311
  * Environment-specific configurations
312
312
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-babel",
3
- "version": "0.12.76",
3
+ "version": "0.12.77",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -162,15 +162,15 @@
162
162
  "chalk": "5.6.2",
163
163
  "defu": "^6.1.4",
164
164
  "jiti": "^2.6.1",
165
- "powerlines": "^0.31.4",
165
+ "powerlines": "^0.31.5",
166
166
  "unplugin": "3.0.0-beta.3"
167
167
  },
168
168
  "devDependencies": {
169
169
  "@babel/plugin-syntax-typescript": "^7.27.1",
170
- "@powerlines/nx": "^0.10.67",
171
- "@powerlines/plugin-plugin": "^0.12.19",
170
+ "@powerlines/nx": "^0.10.68",
171
+ "@powerlines/plugin-plugin": "^0.12.20",
172
172
  "@types/node": "^24.10.4"
173
173
  },
174
174
  "publishConfig": { "access": "public" },
175
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
175
+ "gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
176
176
  }