fix(dependencies): Corrected build script and updated @consent.software/webclient dependency version

This commit is contained in:
2025-01-14 03:29:04 +01:00
parent 8bc25e1045
commit f5d9f05bf2
4 changed files with 17 additions and 1260 deletions

View File

@@ -9,14 +9,14 @@
"type": "module",
"scripts": {
"test": "npm run build",
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
"watch": "tswatch element"
},
"author": "Lossless GmbH",
"license": "MIT",
"dependencies": {
"@consent.software/interfaces": "^1.0.11",
"@consent.software/webclient": "^1.0.14",
"@consent.software/webclient": "^1.1.0",
"@push.rocks/smartdelay": "^3.0.5",
"lit": "^3.2.1"
},