From 04b2e7ca4998f48f8408002c02c974ab46acbe3b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 27 Aug 2023 12:16:51 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8fa4cde..a0a6d4d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@consentsoftware/webclient", + "name": "@consent.software/webclient", "version": "1.0.16", "private": false, "description": "a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 934f458..1ccc7a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }