fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-07 19:27:42 +02:00
parent 63f515b801
commit 9905785ef3
3 changed files with 1681 additions and 2355 deletions

4032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/mailgun',
version: '2.0.0',
version: '2.0.1',
description: 'an api abstraction package for mailgun'
}