fix(core): Upgraded dependencies and fixed test export issue
This commit is contained in:
parent
14b7db7049
commit
213e71a450
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-14 - 1.0.19 - fix(core)
|
||||||
|
Upgraded dependencies and fixed test export issue
|
||||||
|
|
||||||
|
- Updated development dependencies to the latest versions.
|
||||||
|
- Upgraded @api.global/typedrequest to version ^3.1.10.
|
||||||
|
- Upgraded @push.rocks/smarttime to version ^4.1.1.
|
||||||
|
- Upgraded @push.rocks/webstore to version ^2.0.20.
|
||||||
|
- Fixed default export for tap.start() in test.browser.ts.
|
||||||
|
|
||||||
## 2025-01-09 - 1.0.18 - fix(webclient)
|
## 2025-01-09 - 1.0.18 - fix(webclient)
|
||||||
Ensure all package dependencies are up to date and minor performance enhancements
|
Ensure all package dependencies are up to date and minor performance enhancements
|
||||||
|
|
||||||
|
16
package.json
16
package.json
@ -11,19 +11,21 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web --allowimplicitany)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
|
"bundle": "(tsbundle npm)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.70",
|
"@git.zone/tsbuild": "^2.2.0",
|
||||||
"@git.zone/tstest": "^1.0.80",
|
"@git.zone/tsbundle": "^2.1.0",
|
||||||
"@push.rocks/tapbundle": "^5.0.15",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@types/node": "^20.5.6"
|
"@push.rocks/tapbundle": "^5.5.4",
|
||||||
|
"@types/node": "^22.10.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@api.global/typedrequest": "^3.0.1",
|
"@api.global/typedrequest": "^3.1.10",
|
||||||
"@consent.software/interfaces": "^1.0.11",
|
"@consent.software/interfaces": "^1.0.11",
|
||||||
"@push.rocks/smarttime": "^4.0.5",
|
"@push.rocks/smarttime": "^4.1.1",
|
||||||
"@push.rocks/webstore": "^2.0.9"
|
"@push.rocks/webstore": "^2.0.20"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 chrome versions"
|
"last 1 chrome versions"
|
||||||
|
12183
pnpm-lock.yaml
generated
12183
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -29,4 +29,4 @@ tap.test('should validity for present settings', async () => {
|
|||||||
expect(result).toBeTrue();
|
expect(result).toBeTrue();
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
export default tap.start();
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@consent.software/webclient',
|
name: '@consent.software/webclient',
|
||||||
version: '1.0.18',
|
version: '1.0.19',
|
||||||
description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.'
|
description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user