@powerlines/plugin-content-collections 0.1.384 → 0.1.385

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.
@@ -23,9 +23,9 @@ interface ContentCollectionsPluginOptions {
23
23
  * The path to the content collection output files generated by the plugin.
24
24
  *
25
25
  * @remarks
26
- * If using the default value, the file can be imported from "powerlines:content/collection-name". 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.
26
+ * If using the default value, the file can be imported from "powerlines:content/collection-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.
27
27
  *
28
- * @defaultValue "\{builtinPath\}/content"
28
+ * @defaultValue "\{builtinsPath\}/content"
29
29
  */
30
30
  outputPath?: string;
31
31
  }
@@ -23,9 +23,9 @@ interface ContentCollectionsPluginOptions {
23
23
  * The path to the content collection output files generated by the plugin.
24
24
  *
25
25
  * @remarks
26
- * If using the default value, the file can be imported from "powerlines:content/collection-name". 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.
26
+ * If using the default value, the file can be imported from "powerlines:content/collection-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.
27
27
  *
28
- * @defaultValue "\{builtinPath\}/content"
28
+ * @defaultValue "\{builtinsPath\}/content"
29
29
  */
30
30
  outputPath?: string;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-content-collections",
3
- "version": "0.1.384",
3
+ "version": "0.1.385",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to generate project code using Content Collections.",
6
6
  "keywords": [
@@ -145,11 +145,11 @@
145
145
  "@stryke/types": "^0.11.2",
146
146
  "defu": "^6.1.4",
147
147
  "pluralize": "^8.0.0",
148
- "powerlines": "^0.42.25"
148
+ "powerlines": "^0.42.26"
149
149
  },
150
150
  "devDependencies": {
151
151
  "@content-collections/core": "^0.12.0",
152
- "@powerlines/plugin-plugin": "^0.12.335",
152
+ "@powerlines/plugin-plugin": "^0.12.336",
153
153
  "@types/node": "^25.5.0",
154
154
  "@types/pluralize": "^0.0.33"
155
155
  },
@@ -158,5 +158,5 @@
158
158
  "@content-collections/core": { "optional": false }
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
- "gitHead": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
161
+ "gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
162
162
  }