@superfan-app/spotify-auth 0.1.70 → 0.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -594,7 +594,6 @@ final class SpotifyAuthAuth: NSObject, SPTSessionManagerDelegate {
594
594
  "user-modify-playback-state": .userModifyPlaybackState,
595
595
  "user-read-currently-playing": .userReadCurrentlyPlaying,
596
596
  "user-read-recently-played": .userReadRecentlyPlayed,
597
- "user-read-playback-position": .userReadPlaybackPosition,
598
597
  "openid": .openid
599
598
  ]
600
599
  return scopeMapping[scopeString]
@@ -844,10 +843,9 @@ extension SPTScope {
844
843
  (.userModifyPlaybackState, "user-modify-playback-state"),
845
844
  (.userReadCurrentlyPlaying, "user-read-currently-playing"),
846
845
  (.userReadRecentlyPlayed, "user-read-recently-played"),
847
- (.userReadPlaybackPosition, "user-read-playback-position"),
848
846
  (.openid, "openid")
849
847
  ]
850
-
848
+
851
849
  return scopeMapping.filter { contains($0.0) }.map { $0.1 }
852
850
  }
853
851
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfan-app/spotify-auth",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Spotify OAuth module for Expo",
5
5
  "main": "src/index.tsx",
6
6
  "types": "build/index.d.ts",