From 7d86f3382cd5c9e536d5a5524b79c26dcbbb1760 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 6 Jun 2022 16:22:58 +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 41dbd2e..4535fc6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)" + "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c15b497..e5a5f6e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/mongodump', - version: '1.0.6', + version: '1.0.7', description: 'a tool to handle dumps of mongodb databases' }