fix(mailgun): Normalize package scope and modernize Mailgun client: rename package to @apiclient.xyz/mailgun, update dependencies, refactor HTTP handling, fix types, update TS config and CI, refresh docs and tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// @pushrocks scope
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartmail from '@pushrocks/smartmail';
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
import * as smartsmtp from '@pushrocks/smartsmtp';
|
||||
import * as smartstring from '@pushrocks/smartstring';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartmail from '@push.rocks/smartmail';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
import * as smartsmtp from '@push.rocks/smartsmtp';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
|
||||
export { smartfile, smartmail, smartrequest, smartsmtp, smartstring };
|
||||
|
||||
Reference in New Issue
Block a user