pl-api: fix for shrimpnet

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-25 16:31:13 +02:00
parent 9bd28d3813
commit 16e2b5c3fc
4 changed files with 6 additions and 7 deletions

View File

@ -203,7 +203,6 @@ const getFeatures = (instance: Instance) => {
*/
accountByUsername: any([
v.software === AKKOMA,
v.software === ICESHRIMP_NET,
v.software === MITRA,
v.software === PLEROMA,
]),

View File

@ -1,6 +1,6 @@
{
"name": "pl-api",
"version": "1.0.0-rc.82",
"version": "1.0.0-rc.83",
"type": "module",
"homepage": "https://codeberg.org/mkljczk/pl-fe/src/branch/develop/packages/pl-api",
"repository": {

View File

@ -105,7 +105,7 @@
"multiselect-react-dropdown": "^2.0.25",
"mutative": "^1.1.0",
"path-browserify": "^1.0.1",
"pl-api": "^1.0.0-rc.82",
"pl-api": "^1.0.0-rc.83",
"postcss": "^8.5.3",
"process": "^0.11.10",
"punycode": "^2.1.1",

View File

@ -6875,10 +6875,10 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"
pl-api@^1.0.0-rc.82:
version "1.0.0-rc.82"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.82.tgz#1b8925510915d295a1a9f78531046dc314f882cb"
integrity sha512-nHN3+NNnbdxm524wHp7Ks8t3hUk+uoCJ3T03AxAz+d5CMBKpsaqtOOst6fb/O8d4B+feTRE9hPyHVmXY4rdUlQ==
pl-api@^1.0.0-rc.83:
version "1.0.0-rc.83"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.83.tgz#a2c68416a355be97cae11f93e709f2169c9afab8"
integrity sha512-40JgV1G88lBoqVhh5JxnXgMGbXBuGVS6sVsugLbnbXuLyB5FyUXK6/JhfvH3koT7bwQdXwu1EgtpAuuukAom6w==
dependencies:
blurhash "^2.0.5"
http-link-header "^1.1.3"