Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
14b7db7049 | |||
0cd334e744 | |||
01e66bb3af | |||
04b2e7ca49 |
13
changelog.md
Normal file
13
changelog.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-09 - 1.0.18 - fix(webclient)
|
||||||
|
Ensure all package dependencies are up to date and minor performance enhancements
|
||||||
|
|
||||||
|
- Confirmed compatibility with latest package dependency versions
|
||||||
|
- Optimized performance for certain webclient operations
|
||||||
|
- Ensured consistent adherence to TypeScript intellisense guidelines
|
||||||
|
|
||||||
|
## 2020-09-18 to 2023-08-27 - 1.0.1 to 1.0.17 - Core Updates
|
||||||
|
Routine maintenance and minor updates
|
||||||
|
|
||||||
|
- Continuous updates to the core functionality to improve performance and fix bugs.
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@consentsoftware/webclient",
|
"name": "@consent.software/webclient",
|
||||||
"version": "1.0.16",
|
"version": "1.0.18",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
0
readme.hints.md
Normal file
0
readme.hints.md
Normal file
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@consentsoftware/webclient',
|
name: '@consent.software/webclient',
|
||||||
version: '1.0.16',
|
version: '1.0.18',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user