upnext-adapter-spotify 0.1.0 → 0.2.0
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upnext-adapter-spotify",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Play Spotify through the desktop app on macOS with no credentials, or through the Web API with a token your host already holds.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"src"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"upnext-core": "0.
|
|
17
|
+
"upnext-core": "0.2.0"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=20"
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"upnext-adapter"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"upnext-adapter-local": "0.
|
|
40
|
+
"upnext-adapter-local": "0.2.0"
|
|
41
41
|
}
|
|
42
42
|
}
|