@fnlb-project/shared 1.5.109 → 1.5.110

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.
@@ -125,6 +125,7 @@ export interface ISerializedActionFunction {
125
125
  id: string;
126
126
  config: {
127
127
  name: string;
128
+ parent: string;
128
129
  alias: string[];
129
130
  description: string;
130
131
  usage: CommandParam[];
@@ -315,6 +316,7 @@ export interface ISerializedCommand {
315
316
  id: string;
316
317
  config: {
317
318
  name: string;
319
+ parent: string;
318
320
  alias: string[];
319
321
  usage: CommandParam[];
320
322
  isHidden?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.109",
3
+ "version": "1.5.110",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"