@solely/simple-fm
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -6,3 +6,3 @@ import { LastFMArgument } from './request.js'; | ||
constructor(key: string, userAgent?: string); | ||
sendRequest<T = unknown>(params: LastFMArgument): Promise<T>; | ||
protected sendRequest<T = unknown>(params: LastFMArgument): Promise<T>; | ||
} |
@@ -73,2 +73,2 @@ export type ObjArray<T> = T | T[]; | ||
export type * from './user.type.js'; | ||
export * from '../responses/index.js'; | ||
export type * from '../responses/index.js'; |
@@ -1,1 +0,1 @@ | ||
export * from '../responses/index.js'; | ||
export {}; |
{ | ||
"name": "@solely/simple-fm", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"license": "Zlib", | ||
@@ -38,12 +38,12 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/node": "^20.3.3", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"@types/node": "^20.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.44.0", | ||
"eslint-config-clarity": "^1.0.2", | ||
"eslint-config-clarity": "^1.0.3", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.1", | ||
@@ -53,7 +53,7 @@ "tsconfig-replace-paths": "^0.0.14", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.3.9", | ||
"vite": "^4.4.0", | ||
"vite-tsconfig-paths": "^4.2.0", | ||
"vitest": "^0.32.2", | ||
"vitest": "^0.33.0", | ||
"zod": "^3.21.4" | ||
} | ||
} |
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
94887