Follow https://www.npmjs.com/package/genversion and show the package version in the description

This commit is contained in:
Valentina Lilova 2022-04-21 17:46:38 +03:00
commit 01222423b7
3 changed files with 10 additions and 3 deletions

View file

@ -25,6 +25,8 @@ import {
OptionsWithUri
} from 'request';
import { version } from '../version';
export class FriendGrid implements INodeType {
description: INodeTypeDescription = {
displayName: 'FriendGrid',
@ -33,7 +35,7 @@ export class FriendGrid implements INodeType {
group: ['transform'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume FriendGrid API',
description: `Consume FriendGrid API (v.${version})`,
defaults: {
name: 'FriendGrid',
color: '#1A82e2',