fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-29 20:43:29 +02:00
parent 803d4d2894
commit 4ae90a5cf6
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedrequest',
version: '2.0.4',
version: '2.0.5',
description: 'make typed requests towards apis'
}