fix(core): update
This commit is contained in:
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal 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.'
|
||||
}
|
@ -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>;
|
||||
|
Reference in New Issue
Block a user