From 0b9a55872738319fb3f1d448a691757ce6bbc192 Mon Sep 17 00:00:00 2001 From: SLINIcraftet204 Date: Tue, 15 Apr 2025 19:21:37 +0200 Subject: [PATCH] changed composer name to new reference and added intentionally an line in the main.js to throw an error in administration when compiling js files --- composer.json | 4 ++-- src/Resources/app/administration/src/main.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 75a78a2..99c730f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "melvinachterhuis/turnstile-shopware6-plugin", + "name": "slinicraftet204/turnstileremaster", "description": "CloudFlare Turnstile Captcha", - "version": "0.1.06-alpha", + "version": "0.1.07-alpha", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/src/Resources/app/administration/src/main.js b/src/Resources/app/administration/src/main.js index 4e699f6..f271588 100644 --- a/src/Resources/app/administration/src/main.js +++ b/src/Resources/app/administration/src/main.js @@ -2,4 +2,5 @@ import './module/sw-settings-basic-information/component/sw-settings-captcha-select-v2'; // Debug log to confirm this file is loaded -console.log('[TurnstileReMaster] Admin main.js loaded.'); \ No newline at end of file +console.log('[TurnstileReMaster] Admin main.js loaded.'); +THIS LINE NORMALLY WILL CAUSE AN ERROR \ No newline at end of file