From 4ae90a5cf680262b315c0c73a2780ad96d45c9f0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 29 May 2022 20:43:29 +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 ffaeb73..3ce9c32 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web && tsbundle npm)", + "build": "(tsbuild --web --allowimplicitany && tsbundle npm)", "format": "(gitzone format)" }, "devDependencies": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 188d018..9fc84cd 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedrequest', - version: '2.0.4', + version: '2.0.5', description: 'make typed requests towards apis' }