From 83c1e2bb4eb17a253b7f9903e59adfe6e7b0f87a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 5 Aug 2022 12:53:19 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- test/{test.ts => test.nonci.ts} | 0 ts/00_commitinfo_data.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{test.ts => test.nonci.ts} (100%) diff --git a/package.json b/package.json index 353a677..52caf1f 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)", "createGrafana": "docker run --name grafana -d -p 4000:3000 grafana/grafana-oss", "createClickhouse": "docker run --name some-clickhouse-server --ulimit nofile=262144:262144 -p 8123:8123 -p 9000:9000 --volume=$PWD/.nogit/testdatabase:/var/lib/clickhouse yandex/clickhouse-server" }, diff --git a/test/test.ts b/test/test.nonci.ts similarity index 100% rename from test/test.ts rename to test/test.nonci.ts diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d3e544e..9841645 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartclickhouse', - version: '2.0.12', + version: '2.0.13', description: 'an odm for talking to clickhouse' }