From c652d0bf07cfcbacd5f526af6cb1f3e46d19de35 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 11 Oct 2022 13:18:04 +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 c4fc609..5e20507 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "test": "(tstest test/)", "testDocker": "tsdocker", - "build": "(tsbuild)", + "build": "(tsbuild --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 58fb632..ce30172 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartssh', - version: '1.2.6', + version: '1.2.7', description: 'setups SSH quickly and in a painless manner' }