verteilen-core 1.3.32 → 1.3.33

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.
@@ -29,6 +29,7 @@ export interface PluginContainer extends DataTime {
29
29
  icon?: string;
30
30
  owner?: string;
31
31
  title?: string;
32
+ description?: string;
32
33
  url?: string;
33
34
  plugins: Array<Plugin>;
34
35
  projects: Array<TemplateData_Project>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",
@@ -114,6 +114,10 @@ export interface PluginContainer extends DataTime {
114
114
  * **Plugin Group Name**
115
115
  */
116
116
  title?: string
117
+ /**
118
+ * **Plugin Group Description**
119
+ */
120
+ description?: string
117
121
  /**
118
122
  * **Plugin Header URL**
119
123
  */