Update package version to 1.0.3
This commit is contained in:
parent
57965b5d2a
commit
62d6f0f548
|
|
@ -21,12 +21,12 @@ export class SecloreProtect implements INodeType {
|
|||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
credentials: [
|
||||
{
|
||||
name: 'secloreProtectApi',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
// credentials: [
|
||||
// {
|
||||
// name: 'secloreProtectApi',
|
||||
// required: true,
|
||||
// },
|
||||
// ],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Resource',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@seclore/n8n-nodes-seclore",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "n8n community node for Seclore Protect - secure file protection using DRM technology",
|
||||
"license": "MIT",
|
||||
"homepage": "",
|
||||
|
|
@ -29,9 +29,6 @@
|
|||
],
|
||||
"n8n": {
|
||||
"n8nNodesApiVersion": 1,
|
||||
"credentials": [
|
||||
"dist/credentials/SecloreProtectApi.credentials.js"
|
||||
],
|
||||
"nodes": [
|
||||
"dist/nodes/SecloreProtect/SecloreProtect.node.js"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue