fix: Bump to ESM and update all deps (#1851)
* chore: Bump various packages * feat: Update everything to ESM * fix: building and porting js to cjs
This commit is contained in:
parent
89ee84b7e4
commit
05d32089dd
32 changed files with 5919 additions and 5879 deletions
|
@ -1,3 +1,6 @@
|
|||
// @ts-ignore
|
||||
import LastfmAPI from "lastfmapi";
|
||||
|
||||
export default class lastfm {
|
||||
/**
|
||||
* Base Plugin Information
|
||||
|
@ -73,7 +76,6 @@ export default class lastfm {
|
|||
*/
|
||||
private initializeLastFM(token: string, api: { key: string; secret: string }): void {
|
||||
console.debug(`[${lastfm.name}:initialize] Initializing LastFM`);
|
||||
const LastfmAPI = require("lastfmapi");
|
||||
this._lfm = new LastfmAPI({
|
||||
api_key: api.key,
|
||||
secret: api.secret,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue