Update package version to 1.0.3

This commit is contained in:
atharva.dev 2025-11-17 11:44:08 +05:30
parent 57965b5d2a
commit 62d6f0f548
2 changed files with 7 additions and 10 deletions

View File

@ -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',

View File

@ -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"
]