@soundify/api
Advanced tools
Comparing version 0.1.2-beta.0 to 0.1.3-beta.0
@@ -1,13 +0,3 @@ | ||
export * from "./album/album.types.js"; | ||
export * from "./artist/artist.types.js"; | ||
export * from "./category/category.types.js"; | ||
export * from "./genre/genre.types.js"; | ||
export * from "./market/market.types.js"; | ||
export * from "./playlist/playlist.types.js"; | ||
export * from "./track/track.types.js"; | ||
export * from "./user/user.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"; | ||
export * from "./auth/mod.js"; | ||
export * from "./api/mod.js"; | ||
export * from "@soundify/shared"; |
{ | ||
"module": "./esm/mod.js", | ||
"types": "./types/mod.d.ts", | ||
"module": "./esm/api/mod.js", | ||
"types": "./types/api/mod.d.ts", | ||
"name": "@soundify/api", | ||
"version": "0.1.2-beta.0", | ||
"version": "0.1.3-beta.0", | ||
"description": "🎧 Modern Spotify api wrapper for Node, Deno, and browser", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@soundify/shared": "0.1.2-beta.0" | ||
"@soundify/shared": "0.1.3-beta.0" | ||
}, | ||
"packageManager": "pnpm@7.30.0", | ||
"packageManager": "pnpm@8.1.0", | ||
"repository": { | ||
@@ -36,4 +36,4 @@ "type": "git", | ||
"import": { | ||
"types": "./types/mod.d.ts", | ||
"default": "./esm/mod.js" | ||
"types": "./types/api/mod.d.ts", | ||
"default": "./esm/api/mod.js" | ||
} | ||
@@ -40,0 +40,0 @@ } |
@@ -1,13 +0,3 @@ | ||
export * from "./album/album.types.js"; | ||
export * from "./artist/artist.types.js"; | ||
export * from "./category/category.types.js"; | ||
export * from "./genre/genre.types.js"; | ||
export * from "./market/market.types.js"; | ||
export * from "./playlist/playlist.types.js"; | ||
export * from "./track/track.types.js"; | ||
export * from "./user/user.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"; | ||
export * from "./auth/mod.js"; | ||
export * from "./api/mod.js"; | ||
export * from "@soundify/shared"; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
151238
72
4363
7
+ Added@soundify/shared@0.1.3-beta.0(transitive)
- Removed@soundify/shared@0.1.2-beta.0(transitive)