@soundify/api
Advanced tools
Comparing version 0.1.1-beta.0 to 0.1.2-beta.0
@@ -88,3 +88,3 @@ import { toQueryString } from "@soundify/shared"; | ||
if (!res.body) { | ||
message = "Empty error"; | ||
message = "null"; | ||
} | ||
@@ -105,3 +105,3 @@ else { | ||
if (!res.body) | ||
throw new Error("Not found body"); | ||
throw new Error("Body not found"); | ||
return await res.json(); | ||
@@ -108,0 +108,0 @@ } |
@@ -5,7 +5,7 @@ { | ||
"name": "@soundify/api", | ||
"version": "0.1.1-beta.0", | ||
"version": "0.1.2-beta.0", | ||
"description": "🎧 Modern Spotify api wrapper for Node, Deno, and browser", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@soundify/shared": "0.1.1-beta.0" | ||
"@soundify/shared": "0.1.2-beta.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "packageManager": "pnpm@7.30.0", |
# Soundify API | ||
<a href="https://bundlejs.com/?q=%40soundify%2Fapi"> | ||
<img src="https://img.shields.io/badge/dynamic/json?color=1DB954&label=%40soundify%2Fapi&query=$.size.uncompressedSize&url=https://deno.bundlejs.com/?q=%40soundify%2Fapi" alt="@soundify/api"> | ||
<img src="https://img.shields.io/badge/dynamic/json?color=1DB954&label=%40soundify%2Fapi&query=$.size.uncompressedSize&url=https://deno.bundlejs.com/?q=%40soundify%2Fapi@latest" alt="@soundify/api"> | ||
</a> | ||
@@ -6,0 +6,0 @@ |
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
+ Added@soundify/shared@0.1.2-beta.0(transitive)
- Removed@soundify/shared@0.1.1-beta.0(transitive)