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

This commit is contained in:
Nils 2025-04-15 19:21:37 +02:00
parent 9de9695c8d
commit 0b9a558727
Signed by: slinicraftet204
GPG Key ID: 78E12696BAFC2A4B
2 changed files with 4 additions and 3 deletions

View File

@ -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": [

View File

@ -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.');
console.log('[TurnstileReMaster] Admin main.js loaded.');
THIS LINE NORMALLY WILL CAUSE AN ERROR