@powerlines/plugin-capnp 0.1.69 → 0.1.70
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-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.70",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -123,13 +123,13 @@
|
|
|
123
123
|
"@stryke/types": "^0.10.23",
|
|
124
124
|
"defu": "^6.1.4",
|
|
125
125
|
"jiti": "^2.6.1",
|
|
126
|
-
"powerlines": "^0.31.
|
|
126
|
+
"powerlines": "^0.31.5"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@powerlines/nx": "^0.10.
|
|
130
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
+
"@powerlines/nx": "^0.10.68",
|
|
130
|
+
"@powerlines/plugin-plugin": "^0.12.20",
|
|
131
131
|
"@types/node": "^24.10.4"
|
|
132
132
|
},
|
|
133
133
|
"publishConfig": { "access": "public" },
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
|
|
135
135
|
}
|