fix(core): update

This commit is contained in:
2022-08-01 18:02:06 +02:00
parent 1e90ec38e4
commit 14616a8cc8
6 changed files with 13597 additions and 8616 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

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

View File

@ -1,4 +1,4 @@
import * as plugins from './webclient.plugins';
import * as plugins from './webclient.plugins.js';
export class CsWebclient {
webstore: plugins.webstore.WebStore<plugins.csInterfaces.IWebclientSettings>;