mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-31 15:22:25 -05:00
Follow https://www.npmjs.com/package/genversion and show the package version in the description
This commit is contained in:
parent
10579a553e
commit
01222423b7
3 changed files with 10 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue