Compare commits

...

4 Commits

Author SHA1 Message Date
7a66f97700 2.0.1 2022-08-07 19:27:43 +02:00
9905785ef3 fix(core): update 2022-08-07 19:27:42 +02:00
63f515b801 2.0.0 2022-08-07 19:07:15 +02:00
c85c8d64fd BREAKING CHANGE(core): switch to esm 2022-08-07 19:07:15 +02:00
3 changed files with 1684 additions and 2358 deletions

4036
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/mailgun",
"version": "1.0.32",
"version": "2.0.1",
"private": false,
"description": "an api abstraction package for mailgun",
"main": "dist_ts/index.js",
@ -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: '1.0.32',
version: '2.0.1',
description: 'an api abstraction package for mailgun'
}