From 189c0bae30d279520b1ec96549fb825cbc85e9ed Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 22 Jun 2023 13:35:35 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ad6cda..95e64eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web --allowimplicitany)" + "build": "(tsbuild --web --allowimplicitany --skiplibcheck)" }, "repository": { "type": "git", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3c1899c..e23cd57 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/tapbundle', - version: '5.0.7', + version: '5.0.8', description: 'tap bundled for tapbuffer' }