@soundify/api
Advanced tools
Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1
@@ -9,1 +9,2 @@ export * from "./album/album.endpoints.js"; | ||
export * from "./user/user.endpoints.js"; | ||
export * from "./search/search.endpoints.js"; |
@@ -10,4 +10,5 @@ export * from "./album/album.types.js"; | ||
export * from "./general.types.js"; | ||
export * from "./search/search.types.js"; | ||
export * from "./endpoints.js"; | ||
export * from "./api.js"; | ||
export * from "./client.js"; |
@@ -5,3 +5,3 @@ { | ||
"name": "@soundify/api", | ||
"version": "0.1.0-alpha.0", | ||
"version": "0.1.0-alpha.1", | ||
"description": "🎧 Modern Spotify api wrapper for Node, Deno, and browser", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@soundify/shared": "0.1.0-alpha.0" | ||
"@soundify/shared": "0.1.0-alpha.1" | ||
}, | ||
@@ -16,0 +16,0 @@ "packageManager": "pnpm@7.30.0", |
@@ -9,1 +9,2 @@ export * from "./album/album.endpoints.js"; | ||
export * from "./user/user.endpoints.js"; | ||
export * from "./search/search.endpoints.js"; |
@@ -10,4 +10,5 @@ export * from "./album/album.types.js"; | ||
export * from "./general.types.js"; | ||
export * from "./search/search.types.js"; | ||
export * from "./endpoints.js"; | ||
export * from "./api.js"; | ||
export * from "./client.js"; |
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
112848
50
3163
+ Added@soundify/shared@0.1.0-alpha.1(transitive)
- Removed@soundify/shared@0.1.0-alpha.0(transitive)