From ca447ded306f4429e183e069d01bc8131c4fde7d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 22 Sep 2023 13:55:56 +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 a1883c0..38a424f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)", + "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "keywords": [ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fce419a..eca981a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarthash', - version: '3.0.3', + version: '3.0.4', description: 'simplified access to node hash functions' }