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'], inputs: ['main'],
outputs: ['main'], outputs: ['main'],
credentials: [ // credentials: [
{ // {
name: 'secloreProtectApi', // name: 'secloreProtectApi',
required: true, // required: true,
}, // },
], // ],
properties: [ properties: [
{ {
displayName: 'Resource', displayName: 'Resource',

View File

@ -1,6 +1,6 @@
{ {
"name": "@seclore/n8n-nodes-seclore", "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", "description": "n8n community node for Seclore Protect - secure file protection using DRM technology",
"license": "MIT", "license": "MIT",
"homepage": "", "homepage": "",
@ -29,9 +29,6 @@
], ],
"n8n": { "n8n": {
"n8nNodesApiVersion": 1, "n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/SecloreProtectApi.credentials.js"
],
"nodes": [ "nodes": [
"dist/nodes/SecloreProtect/SecloreProtect.node.js" "dist/nodes/SecloreProtect/SecloreProtect.node.js"
] ]