pl-api: hotfix
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
1badb61abe
commit
0e267b762d
4 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@ const partialAccountWithAvatarSchema = v.object({
|
|||
const baseNotificationGroupSchema = v.object({
|
||||
group_key: v.string(),
|
||||
notifications_count: v.pipe(v.number(), v.integer()),
|
||||
most_recent_notification_id: v.string(),
|
||||
most_recent_notification_id: v.pipe(v.unknown(), v.transform(String), v.string()),
|
||||
page_min_id: v.fallback(v.optional(v.string()), undefined),
|
||||
page_max_id: v.fallback(v.optional(v.string()), undefined),
|
||||
latest_page_notification_at: v.fallback(v.optional(datetimeSchema), undefined),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pl-api",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"type": "module",
|
||||
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api",
|
||||
"repository": {
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"mini-css-extract-plugin": "^2.9.1",
|
||||
"multiselect-react-dropdown": "^2.0.25",
|
||||
"path-browserify": "^1.0.1",
|
||||
"pl-api": "^0.1.7",
|
||||
"pl-api": "^0.1.8",
|
||||
"postcss": "^8.4.47",
|
||||
"process": "^0.11.10",
|
||||
"punycode": "^2.1.1",
|
||||
|
|
|
@ -7575,10 +7575,10 @@ pkg-dir@^4.1.0:
|
|||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
pl-api@^0.1.7:
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.7.tgz#929b557903b280bda9e7c7bf6aa8cd015698c42f"
|
||||
integrity sha512-cTUHacufHDlNl7zHsOH+LW5MvotY5pUnBhfFMofVfvGOswURl0F1x1L8+V5k1D4VGn+mE7CnOv3esz/3QrrQmg==
|
||||
pl-api@^0.1.8:
|
||||
version "0.1.8"
|
||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.1.8.tgz#f8fa5bcd50fb2cf322dc345b7658d232b330d73a"
|
||||
integrity sha512-RsSYXjgOM4IjyVnDyJxvnmC64APCRwT6+J9q7qDu4ZfxR4kSgoDSMUoMDzdkUFXQ9E3I2o4Nt2x+sd2Dpob9BA==
|
||||
dependencies:
|
||||
blurhash "^2.0.5"
|
||||
http-link-header "^1.1.3"
|
||||
|
|
Loading…
Reference in a new issue