@fnlb-project/shared 1.5.113 → 1.5.114

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.
@@ -143,7 +143,7 @@ export interface ISerializedActionFunction {
143
143
  alias: string[];
144
144
  description: string;
145
145
  usage: CommandParam[];
146
- output: IActionOutput[];
146
+ outputs: IActionOutput[];
147
147
  };
148
148
  }
149
149
  export interface IDBBot {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.113",
3
+ "version": "1.5.114",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"