fix(dependencies): Corrected build script and updated @consent.software/webclient dependency version
This commit is contained in:
parent
8bc25e1045
commit
f5d9f05bf2
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-01-14 - 1.3.4 - fix(dependencies)
|
||||
Corrected build script and updated @consent.software/webclient dependency version
|
||||
|
||||
- Corrected the build script entry in package.json.
|
||||
- Updated @consent.software/webclient dependency to version ^1.1.0.
|
||||
|
||||
## 2025-01-14 - 1.3.3 - fix(package.json)
|
||||
Fixed incorrect main and typings fields, replacing with exports field
|
||||
|
||||
|
@ -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"
|
||||
},
|
||||
|
1265
pnpm-lock.yaml
generated
1265
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@consent.software/catalog',
|
||||
version: '1.3.3',
|
||||
version: '1.3.4',
|
||||
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user