From c5d531fc09860a26d82533aac0959f36f02401c2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 28 Jul 2022 22:14:24 +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 3bd8c94..f44a252 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d28756d..959af53 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartsystem', - version: '3.0.0', + version: '3.0.1', description: 'interact with the system you are running on' }