@powerlines/plugin-capnp 0.1.387 → 0.1.388
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.
package/dist/types/plugin.d.cts
CHANGED
|
@@ -13,9 +13,9 @@ type CapnpPluginOptions = Partial<Omit<CapnpcOptions, "workspaceRoot" | "project
|
|
|
13
13
|
* The path to the output file generated by the plugin.
|
|
14
14
|
*
|
|
15
15
|
* @remarks
|
|
16
|
-
* If using the default value, the file can be imported from "powerlines:capnp/schema-name". This field allows the use of the "\{
|
|
16
|
+
* If using the default value, the file can be imported from "powerlines:capnp/schema-name". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
|
|
17
17
|
*
|
|
18
|
-
* @defaultValue "\{
|
|
18
|
+
* @defaultValue "\{builtinsPath\}/capnp"
|
|
19
19
|
*/
|
|
20
20
|
outputPath?: string;
|
|
21
21
|
};
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -13,9 +13,9 @@ type CapnpPluginOptions = Partial<Omit<CapnpcOptions, "workspaceRoot" | "project
|
|
|
13
13
|
* The path to the output file generated by the plugin.
|
|
14
14
|
*
|
|
15
15
|
* @remarks
|
|
16
|
-
* If using the default value, the file can be imported from "powerlines:capnp/schema-name". This field allows the use of the "\{
|
|
16
|
+
* If using the default value, the file can be imported from "powerlines:capnp/schema-name". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
|
|
17
17
|
*
|
|
18
|
-
* @defaultValue "\{
|
|
18
|
+
* @defaultValue "\{builtinsPath\}/capnp"
|
|
19
19
|
*/
|
|
20
20
|
outputPath?: string;
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.388",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@stryke/types": "^0.11.2",
|
|
96
96
|
"defu": "^6.1.4",
|
|
97
97
|
"jiti": "^2.6.1",
|
|
98
|
-
"powerlines": "^0.42.
|
|
98
|
+
"powerlines": "^0.42.26"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
101
|
+
"@powerlines/plugin-plugin": "^0.12.336",
|
|
102
102
|
"@types/node": "^25.5.0"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": { "access": "public" },
|
|
105
105
|
"types": "./dist/index.d.cts",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
|
|
107
107
|
}
|