From 96ebe6b42deeddb394044af5781f23ae7e2e1af4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 5 Jan 2023 13:38:10 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ebbdfc..4b9ed5d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "npm run build", - "build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production", + "build": "tsbuild element --allowimplicitany && tsbundle element --production", "watch": "tswatch element", "buildDocs": "tsdoc" }, diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4522547..6ca2394 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@uptimelink_private/catalog', - version: '1.0.70', + version: '1.0.71', description: 'a catalog with webcomponents for uptimelink dashboard' }