im stupid lol

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-01 20:53:16 +02:00
parent b4710f2dee
commit 9147866612
5 changed files with 8 additions and 7 deletions

View File

@@ -2807,6 +2807,8 @@ class PlApiClient {
this.#shoutSocket = undefined;
},
};
return this.#shoutSocket;
},
};

View File

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

View File

@@ -103,7 +103,7 @@
"multiselect-react-dropdown": "^2.0.25",
"mutative": "^1.1.0",
"path-browserify": "^1.0.1",
"pl-api": "^1.0.0-rc.36",
"pl-api": "^1.0.0-rc.37",
"postcss": "^8.4.49",
"process": "^0.11.10",
"punycode": "^2.1.1",

View File

@@ -48,7 +48,6 @@ const connectShoutbox = () => (dispatch: AppDispatch, getState: () => RootState)
onMessage: (message) => dispatch(importShoutboxMessage(message)),
onMessages: (messages) => dispatch(importShoutboxMessages(messages)),
});
return dispatch({
type: SHOUTBOX_CONNECT,
socket,

View File

@@ -6828,10 +6828,10 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"
pl-api@^1.0.0-rc.36:
version "1.0.0-rc.36"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.36.tgz#032d395316fabb4c6da491b240185800636af01c"
integrity sha512-wqvdgwg6zjWw4EAji0DgKXjNE5y65vmz/nOjJ5hK2hbs5NULyVzYsm9HO7iQugOf9qSp1oj0NEG1cNfH3+E6mQ==
pl-api@^1.0.0-rc.37:
version "1.0.0-rc.37"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.37.tgz#56a89fbd82a3b48615caac91b3dda226f5d81188"
integrity sha512-nEOJRwyCjuSGC7gDyf6z/K5z/sLzl5rynPFjkN29Y09ywTNhG7h/xdV0ScZs9tRnUFFwyzPDugCZLdRyNu1vVQ==
dependencies:
blurhash "^2.0.5"
http-link-header "^1.1.3"