bump pl-api version

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-21 20:34:37 +02:00
parent 0a481c0a8b
commit ab496900ae
4 changed files with 7 additions and 6 deletions

View File

@ -5782,6 +5782,7 @@ class PlApiClient {
};
#getIceshrimpAccessToken = async () => {
if (this.#iceshrimpAccessToken) return;
if (this.features.version.software === ICESHRIMP_NET) {
this.#iceshrimpAccessToken = await this.settings.authorizeIceshrimp();
}

View File

@ -1,6 +1,6 @@
{
"name": "pl-api",
"version": "1.0.0-rc.62",
"version": "1.0.0-rc.63",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api",
"repository": {