@powerlines/plugin-hey-api 0.1.338 → 0.1.340

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.
@@ -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 "\{builtinPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
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 "\{builtinPath\}/api"
12
+ * @defaultValue "\{builtinsPath\}/api"
13
13
  */
14
14
  path?: string;
15
15
  };
@@ -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 "\{builtinPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
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 "\{builtinPath\}/api"
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.338",
3
+ "version": "0.1.340",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code using Hey API.",
6
6
  "repository": {
@@ -122,15 +122,15 @@
122
122
  "@stryke/string-format": "^0.17.7",
123
123
  "@stryke/type-checks": "^0.6.0",
124
124
  "@stryke/types": "^0.11.2",
125
- "defu": "^6.1.4",
125
+ "defu": "^6.1.6",
126
126
  "jiti": "^2.6.1",
127
- "powerlines": "^0.42.25"
127
+ "powerlines": "^0.42.27"
128
128
  },
129
129
  "devDependencies": {
130
- "@powerlines/plugin-plugin": "^0.12.335",
130
+ "@powerlines/plugin-plugin": "^0.12.337",
131
131
  "@types/node": "^25.5.0"
132
132
  },
133
133
  "publishConfig": { "access": "public" },
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
135
+ "gitHead": "36659bb9272f4247dca475613e45451f0adedcfa"
136
136
  }