diff --git a/package.json b/package.json index c4961f0..2c49f98 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "(tstest test/ --web)", - "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 fd7f47a..382bd78 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartcli', - version: '4.0.7', + version: '4.0.8', description: 'easy observable cli tasks' }