n8n-workflow 0.83.0 → 0.84.0

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.
@@ -528,6 +528,7 @@ export interface INodeTypeDescription extends INodeTypeBaseDescription {
528
528
  version: number;
529
529
  defaults: INodeParameters;
530
530
  eventTriggerDescription?: string;
531
+ activationMessage?: string;
531
532
  inputs: string[];
532
533
  inputNames?: string[];
533
534
  outputs: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-workflow",
3
- "version": "0.83.0",
3
+ "version": "0.84.0",
4
4
  "description": "Workflow base code of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",