@musicorum/lastfm
Advanced tools
Comparing version 0.0.13 to 0.1.0
import { User } from './packages/User.js'; | ||
import type { GetOriginalResponse, LastfmApiMethod, LastfmResponses } from './types/responses'; | ||
export default class LastClient { | ||
export declare class LastClient { | ||
apiKey: string; | ||
@@ -5,0 +5,0 @@ apiSecret?: string | undefined; |
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
import { LastfmError } from './error/LastfmError.js'; | ||
import { User } from './packages/User.js'; | ||
export default class LastClient { | ||
export class LastClient { | ||
apiKey; | ||
@@ -6,0 +6,0 @@ apiSecret; |
@@ -1,2 +0,2 @@ | ||
import type LastClient from '../LastClient'; | ||
import type { LastClient } from '../LastClient'; | ||
import PaginatedResult from '../PaginatedResource.js'; | ||
@@ -3,0 +3,0 @@ import { LastfmRecentTracksResponse, LastfmRecentTracksTrackResource, LastfmUserRecentTracksParams } from '../types/packages/user'; |
{ | ||
"name": "@musicorum/lastfm", | ||
"version": "0.0.13", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/LastClient.js", |
@@ -10,3 +10,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ | ||
export default class LastClient { | ||
export class LastClient { | ||
private apiUrl = 'https://ws.audioscrobbler.com/2.0' | ||
@@ -13,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type LastClient from '../LastClient' | ||
import type { LastClient } from '../LastClient' | ||
import PaginatedResult from '../PaginatedResource.js' | ||
@@ -3,0 +3,0 @@ import { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39335