2 Commits

Author SHA1 Message Date
01e66bb3af 1.0.17
Some checks failed
Default (tags) / security (push) Failing after 15s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2023-08-27 12:16:52 +02:00
04b2e7ca49 fix(core): update 2023-08-27 12:16:51 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@consentsoftware/webclient",
"version": "1.0.16",
"name": "@consent.software/webclient",
"version": "1.0.17",
"private": false,
"description": "a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.",
"main": "dist_ts/index.js",

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@consentsoftware/webclient',
version: '1.0.16',
name: '@consent.software/webclient',
version: '1.0.17',
description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.'
}