@powerlines/plugin-unimport 0.1.67 → 0.1.69
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<
|
|
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<
|
|
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-unimport",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.69",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to add imports to source code automatically via unimport.",
|
|
6
6
|
"repository": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
"defu": "^6.1.4",
|
|
127
127
|
"jiti": "^2.6.1",
|
|
128
128
|
"unimport": "^5.6.0",
|
|
129
|
-
"powerlines": "^0.31.
|
|
129
|
+
"powerlines": "^0.31.6",
|
|
130
130
|
"magic-string": "^0.30.21"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@powerlines/nx": "^0.
|
|
134
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
133
|
+
"@powerlines/nx": "^0.11.0",
|
|
134
|
+
"@powerlines/plugin-plugin": "^0.12.21",
|
|
135
135
|
"@types/node": "^24.10.4"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": { "access": "public" },
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "a7da8c6e6ecb00c6bd05fa6b6525ec369d58b0c4"
|
|
139
139
|
}
|