@powerlines/plugin-asyncapi 0.1.388 → 0.1.389
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
|
@@ -24,9 +24,9 @@ interface AsyncAPIPluginOptions {
|
|
|
24
24
|
* The target directory where the generated files will be written.
|
|
25
25
|
*
|
|
26
26
|
* @remarks
|
|
27
|
-
* If using the default value, the files can be imported from "powerlines:asyncapi/fileName". This field allows the use of the "\{
|
|
27
|
+
* If using the default value, the files can be imported from "powerlines:asyncapi/fileName". 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.
|
|
28
28
|
*
|
|
29
|
-
* @defaultValue "\{
|
|
29
|
+
* @defaultValue "\{builtinsPath\}/asyncapi"
|
|
30
30
|
*/
|
|
31
31
|
outputPath?: string;
|
|
32
32
|
/**
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -24,9 +24,9 @@ interface AsyncAPIPluginOptions {
|
|
|
24
24
|
* The target directory where the generated files will be written.
|
|
25
25
|
*
|
|
26
26
|
* @remarks
|
|
27
|
-
* If using the default value, the files can be imported from "powerlines:asyncapi/fileName". This field allows the use of the "\{
|
|
27
|
+
* If using the default value, the files can be imported from "powerlines:asyncapi/fileName". 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.
|
|
28
28
|
*
|
|
29
|
-
* @defaultValue "\{
|
|
29
|
+
* @defaultValue "\{builtinsPath\}/asyncapi"
|
|
30
30
|
*/
|
|
31
31
|
outputPath?: string;
|
|
32
32
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-asyncapi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.389",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
|
|
6
6
|
"repository": {
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"@stryke/http": "^0.12.53",
|
|
97
97
|
"@stryke/path": "^0.27.3",
|
|
98
98
|
"defu": "^6.1.4",
|
|
99
|
-
"powerlines": "^0.42.
|
|
99
|
+
"powerlines": "^0.42.26"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
102
|
+
"@powerlines/plugin-plugin": "^0.12.336",
|
|
103
103
|
"@types/node": "^25.5.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": { "access": "public" },
|
|
106
106
|
"types": "./dist/index.d.cts",
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
|
|
108
108
|
}
|