mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-07-09 17:28:28 +00:00
chore(rocksky): Bump version to get new exports
This commit is contained in:
parent
470a70f951
commit
a0fee4184e
3 changed files with 7 additions and 8 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -31,7 +31,7 @@
|
|||
"@keyv/valkey": "^1.0.8",
|
||||
"@lukehagar/plexjs": "^0.39.0",
|
||||
"@pierre/diffs": "^1.2.4",
|
||||
"@rocksky/sdk": "^0.2.1",
|
||||
"@rocksky/sdk": "^0.2.2",
|
||||
"@supercharge/promise-pool": "^3.0.0",
|
||||
"@svrooij/sonos": "^2.5.0",
|
||||
"@xhayper/discord-rpc": "1.3.0",
|
||||
|
|
@ -3764,9 +3764,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@rocksky/sdk": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@rocksky/sdk/-/sdk-0.2.1.tgz",
|
||||
"integrity": "sha512-UqjrKSwbQBYcnXtB4GMT9AS/1BC9hfujyDa6XkUPsI/7VfNMKsqS3NNNL6V/4x+9wOcuDn/JofiDWVH7WzpEVA==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@rocksky/sdk/-/sdk-0.2.2.tgz",
|
||||
"integrity": "sha512-2tZCy7Phd/+gcuSwEfBpnJsLcPYkq+dH9UbZNK0nKxo6tHNWBZfeAJ5zwqUTsasQtQ1lLEYHnO5HInr/koqO2w==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@rolldown/binding-android-arm64": {
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
"@keyv/valkey": "^1.0.8",
|
||||
"@lukehagar/plexjs": "^0.39.0",
|
||||
"@pierre/diffs": "^1.2.4",
|
||||
"@rocksky/sdk": "^0.2.1",
|
||||
"@rocksky/sdk": "^0.2.2",
|
||||
"@supercharge/promise-pool": "^3.0.0",
|
||||
"@svrooij/sonos": "^2.5.0",
|
||||
"@xhayper/discord-rpc": "1.3.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import { RockskyClient } from "@rocksky/sdk";
|
||||
import { ElementOf } from "ts-essentials";
|
||||
import { ScrobbleViewBasic } from "@rocksky/sdk";
|
||||
|
||||
export type RockskyScrobble = ElementOf<Awaited<ReturnType<RockskyClient['scrobble']['getScrobbles']>>['scrobbles']>;
|
||||
export type RockskyScrobble = ScrobbleViewBasic;
|
||||
Loading…
Add table
Add a link
Reference in a new issue