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' }