From 57965b5d2a1c2f7528bcc3a276a0234f7ef43fee Mon Sep 17 00:00:00 2001 From: "atharva.dev" Date: Mon, 17 Nov 2025 11:29:59 +0530 Subject: [PATCH] Update package version to 1.0.2 and remove strict mode from n8n configuration --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8fe543a..6f0ed1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "license": "MIT", "homepage": "", @@ -29,7 +29,6 @@ ], "n8n": { "n8nNodesApiVersion": 1, - "strict": true, "credentials": [ "dist/credentials/SecloreProtectApi.credentials.js" ],