@powerlines/plugin-hey-api 0.1.337 → 0.1.339
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/README.md +1 -1
- package/dist/types/plugin.d.cts +2 -2
- package/dist/types/plugin.d.mts +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/powerlines) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -7,9 +7,9 @@ type HeyAPIPluginOutputOptions = UserConfig$1["output"] & {
|
|
|
7
7
|
* The path to the output file generated by the plugin.
|
|
8
8
|
*
|
|
9
9
|
* @remarks
|
|
10
|
-
* If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{
|
|
10
|
+
* If using the default value, the file can be imported from "powerlines:api". 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.
|
|
11
11
|
*
|
|
12
|
-
* @defaultValue "\{
|
|
12
|
+
* @defaultValue "\{builtinsPath\}/api"
|
|
13
13
|
*/
|
|
14
14
|
path?: string;
|
|
15
15
|
};
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -7,9 +7,9 @@ type HeyAPIPluginOutputOptions = UserConfig["output"] & {
|
|
|
7
7
|
* The path to the output file generated by the plugin.
|
|
8
8
|
*
|
|
9
9
|
* @remarks
|
|
10
|
-
* If using the default value, the file can be imported from "powerlines:api". This field allows the use of the "\{
|
|
10
|
+
* If using the default value, the file can be imported from "powerlines:api". 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.
|
|
11
11
|
*
|
|
12
|
-
* @defaultValue "\{
|
|
12
|
+
* @defaultValue "\{builtinsPath\}/api"
|
|
13
13
|
*/
|
|
14
14
|
path?: string;
|
|
15
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-hey-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.339",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code using Hey API.",
|
|
6
6
|
"repository": {
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
"@stryke/types": "^0.11.2",
|
|
125
125
|
"defu": "^6.1.4",
|
|
126
126
|
"jiti": "^2.6.1",
|
|
127
|
-
"powerlines": "^0.42.
|
|
127
|
+
"powerlines": "^0.42.26"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
130
|
+
"@powerlines/plugin-plugin": "^0.12.336",
|
|
131
131
|
"@types/node": "^25.5.0"
|
|
132
132
|
},
|
|
133
133
|
"publishConfig": { "access": "public" },
|
|
134
134
|
"types": "./dist/index.d.cts",
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
|
|
136
136
|
}
|