@powerlines/plugin-untyped 0.2.19 → 0.2.20
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-untyped",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"defu": "^6.1.4",
|
|
122
122
|
"jiti": "^2.6.1",
|
|
123
123
|
"@storm-software/untyped": "^0.24.46",
|
|
124
|
-
"powerlines": "^0.31.
|
|
124
|
+
"powerlines": "^0.31.5"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@storm-software/config": "^1.134.65",
|
|
128
|
-
"@powerlines/nx": "^0.10.
|
|
129
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
128
|
+
"@powerlines/nx": "^0.10.68",
|
|
129
|
+
"@powerlines/plugin-plugin": "^0.12.20",
|
|
130
130
|
"@types/node": "^24.10.4"
|
|
131
131
|
},
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
|
|
134
134
|
}
|