Update package version to 1.0.2 and remove strict mode from n8n configuration

This commit is contained in:
atharva.dev 2025-11-17 11:29:59 +05:30
parent 14593a8832
commit 57965b5d2a
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@seclore/n8n-nodes-seclore", "name": "@seclore/n8n-nodes-seclore",
"version": "0.1.0", "version": "1.0.2",
"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,7 +29,6 @@
], ],
"n8n": { "n8n": {
"n8nNodesApiVersion": 1, "n8nNodesApiVersion": 1,
"strict": true,
"credentials": [ "credentials": [
"dist/credentials/SecloreProtectApi.credentials.js" "dist/credentials/SecloreProtectApi.credentials.js"
], ],