lemmy-js-client 1.0.0-multi-community.7 → 1.0.0-multi-community.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/http.d.ts +14 -4
- package/dist/http.js +31 -5
- package/dist/index.d.ts +7 -2
- package/dist/other_types.d.ts +8 -2
- package/dist/types/AdminListUsers.d.ts +7 -0
- package/dist/types/AdminListUsersResponse.d.ts +10 -0
- package/dist/types/Instance.d.ts +2 -1
- package/dist/types/{ListBannedPersons.d.ts → ListPersonHidden.d.ts} +2 -2
- package/dist/types/ListPersonHidden.js +2 -0
- package/dist/types/{BannedPersonsResponse.d.ts → ListPersonHiddenResponse.d.ts} +4 -4
- package/dist/types/ListPersonHiddenResponse.js +2 -0
- package/dist/types/ListPersonRead.d.ts +9 -0
- package/dist/types/ListPersonRead.js +2 -0
- package/dist/types/ListPersonReadResponse.d.ts +13 -0
- package/dist/types/ListPersonReadResponse.js +2 -0
- package/dist/types/LocalUser.d.ts +2 -1
- package/dist/types/LockPost.d.ts +1 -0
- package/dist/types/Login.d.ts +3 -0
- package/dist/types/ModLockPost.d.ts +1 -0
- package/dist/types/SaveUserSettings.d.ts +2 -1
- package/dist/types/Site.d.ts +2 -1
- package/dist/types/VoteShow.d.ts +4 -0
- package/dist/types/VoteShow.js +3 -0
- package/package.json +3 -3
- /package/dist/types/{BannedPersonsResponse.js → AdminListUsers.js} +0 -0
- /package/dist/types/{ListBannedPersons.js → AdminListUsersResponse.js} +0 -0
package/dist/http.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Controller } from "@tsoa/runtime";
|
2
|
-
import { CommunityIdQueryI, DeleteImageParamsI, GetCommentI, GetCommentsI, GetCommunityI, GetCommunityPendingFollowsCountI, GetModlogI, GetPersonDetailsI, GetPostI, GetPostsI, GetRandomCommunityI, GetRegistrationApplicationI, GetReportCountI, GetSiteMetadataI,
|
2
|
+
import { AdminListUsersI, CommunityIdQueryI, DeleteImageParamsI, GetCommentI, GetCommentsI, GetCommunityI, GetCommunityPendingFollowsCountI, GetModlogI, GetPersonDetailsI, GetPostI, GetPostsI, GetRandomCommunityI, GetRegistrationApplicationI, GetReportCountI, GetSiteMetadataI, ListCommentLikesI, ListCommunitiesI, ListCommunityPendingFollowsI, ListCustomEmojisI, ListInboxI, ListMediaI, ListPersonContentI, ListPersonHiddenI, ListPersonReadI, ListPersonSavedI, ListPostLikesI, ListRegistrationApplicationsI, ListReportsI, ListTaglinesI, ResolveObjectI, SearchI, UploadImage } from "./other_types";
|
3
3
|
import { AddAdmin } from "./types/AddAdmin";
|
4
4
|
import { AddAdminResponse } from "./types/AddAdminResponse";
|
5
5
|
import { AddModToCommunity } from "./types/AddModToCommunity";
|
@@ -10,7 +10,6 @@ import { BanFromCommunityResponse } from "./types/BanFromCommunityResponse";
|
|
10
10
|
import { MarkManyPostsAsRead } from "./types/MarkManyPostsAsRead";
|
11
11
|
import { BanPerson } from "./types/BanPerson";
|
12
12
|
import { BanPersonResponse } from "./types/BanPersonResponse";
|
13
|
-
import { BannedPersonsResponse } from "./types/BannedPersonsResponse";
|
14
13
|
import { BlockCommunity } from "./types/BlockCommunity";
|
15
14
|
import { BlockCommunityResponse } from "./types/BlockCommunityResponse";
|
16
15
|
import { BlockPerson } from "./types/BlockPerson";
|
@@ -137,12 +136,15 @@ import { MarkPersonPostMentionAsRead } from "./types/MarkPersonPostMentionAsRead
|
|
137
136
|
import { GetCommentsSlimResponse } from "./types/GetCommentsSlimResponse";
|
138
137
|
import { Tag } from "./types/Tag";
|
139
138
|
import { ResendVerificationEmail } from "./types/ResendVerificationEmail";
|
139
|
+
import { ListPersonReadResponse } from "./types/ListPersonReadResponse";
|
140
|
+
import { ListPersonHiddenResponse } from "./types/ListPersonHiddenResponse";
|
140
141
|
import { CommunityIdQuery } from "./types/CommunityIdQuery";
|
141
142
|
import { CreateMultiCommunity } from "./types/CreateMultiCommunity";
|
142
143
|
import { MultiCommunity } from "./types/MultiCommunity";
|
143
144
|
import { UpdateMultiCommunity } from "./types/UpdateMultiCommunity";
|
144
145
|
import { ListMultiCommunities } from "./types/ListMultiCommunities";
|
145
146
|
import { ListMultiCommunitiesResponse } from "./types/ListMultiCommunitiesResponse";
|
147
|
+
import { AdminListUsersResponse } from "./types/AdminListUsersResponse";
|
146
148
|
type RequestOptions = Pick<RequestInit, "signal">;
|
147
149
|
/**
|
148
150
|
* Helps build lemmy HTTP requests.
|
@@ -495,9 +497,9 @@ export declare class LemmyHttp extends Controller {
|
|
495
497
|
*/
|
496
498
|
banPerson(form: BanPerson, options?: RequestOptions): Promise<BanPersonResponse>;
|
497
499
|
/**
|
498
|
-
* @summary Get a list of
|
500
|
+
* @summary Get a list of users.
|
499
501
|
*/
|
500
|
-
|
502
|
+
listUsers(form?: AdminListUsersI, options?: RequestOptions): Promise<AdminListUsersResponse>;
|
501
503
|
/**
|
502
504
|
* @summary Block a person.
|
503
505
|
*/
|
@@ -554,6 +556,14 @@ export declare class LemmyHttp extends Controller {
|
|
554
556
|
* @summary List your saved content.
|
555
557
|
*/
|
556
558
|
listPersonSaved(form: ListPersonSavedI, options?: RequestOptions): Promise<ListPersonSavedResponse>;
|
559
|
+
/**
|
560
|
+
* @summary List your read content.
|
561
|
+
*/
|
562
|
+
listPersonRead(form: ListPersonReadI, options?: RequestOptions): Promise<ListPersonReadResponse>;
|
563
|
+
/**
|
564
|
+
* @summary List your hidden content.
|
565
|
+
*/
|
566
|
+
listPersonHidden(form: ListPersonHiddenI, options?: RequestOptions): Promise<ListPersonHiddenResponse>;
|
557
567
|
/**
|
558
568
|
* @summary Add an admin to your site.
|
559
569
|
*/
|
package/dist/http.js
CHANGED
@@ -551,10 +551,10 @@ let LemmyHttp = class LemmyHttp extends runtime_1.Controller {
|
|
551
551
|
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Post, "/admin/ban", form, options);
|
552
552
|
}
|
553
553
|
/**
|
554
|
-
* @summary Get a list of
|
554
|
+
* @summary Get a list of users.
|
555
555
|
*/
|
556
|
-
async
|
557
|
-
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/admin/
|
556
|
+
async listUsers(form = {}, options) {
|
557
|
+
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/admin/users", form, options);
|
558
558
|
}
|
559
559
|
/**
|
560
560
|
* @summary Block a person.
|
@@ -640,6 +640,18 @@ let LemmyHttp = class LemmyHttp extends runtime_1.Controller {
|
|
640
640
|
async listPersonSaved(form, options) {
|
641
641
|
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/account/saved", form, options);
|
642
642
|
}
|
643
|
+
/**
|
644
|
+
* @summary List your read content.
|
645
|
+
*/
|
646
|
+
async listPersonRead(form, options) {
|
647
|
+
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/account/read", form, options);
|
648
|
+
}
|
649
|
+
/**
|
650
|
+
* @summary List your hidden content.
|
651
|
+
*/
|
652
|
+
async listPersonHidden(form, options) {
|
653
|
+
return __classPrivateFieldGet(this, _LemmyHttp_instances, "m", _LemmyHttp_wrapper).call(this, HttpType.Get, "/account/hidden", form, options);
|
654
|
+
}
|
643
655
|
/**
|
644
656
|
* @summary Add an admin to your site.
|
645
657
|
*/
|
@@ -1550,11 +1562,11 @@ __decorate([
|
|
1550
1562
|
], LemmyHttp.prototype, "banPerson", null);
|
1551
1563
|
__decorate([
|
1552
1564
|
(0, runtime_1.Security)("bearerAuth"),
|
1553
|
-
(0, runtime_1.Get)("/admin/
|
1565
|
+
(0, runtime_1.Get)("/admin/users"),
|
1554
1566
|
(0, runtime_1.Tags)("Admin", "Miscellaneous"),
|
1555
1567
|
__param(0, (0, runtime_1.Queries)()),
|
1556
1568
|
__param(1, (0, runtime_1.Inject)())
|
1557
|
-
], LemmyHttp.prototype, "
|
1569
|
+
], LemmyHttp.prototype, "listUsers", null);
|
1558
1570
|
__decorate([
|
1559
1571
|
(0, runtime_1.Security)("bearerAuth"),
|
1560
1572
|
(0, runtime_1.Post)("/account/block/person"),
|
@@ -1647,6 +1659,20 @@ __decorate([
|
|
1647
1659
|
__param(0, (0, runtime_1.Queries)()),
|
1648
1660
|
__param(1, (0, runtime_1.Inject)())
|
1649
1661
|
], LemmyHttp.prototype, "listPersonSaved", null);
|
1662
|
+
__decorate([
|
1663
|
+
(0, runtime_1.Security)("bearerAuth"),
|
1664
|
+
(0, runtime_1.Get)("/account/read"),
|
1665
|
+
(0, runtime_1.Tags)("Account"),
|
1666
|
+
__param(0, (0, runtime_1.Queries)()),
|
1667
|
+
__param(1, (0, runtime_1.Inject)())
|
1668
|
+
], LemmyHttp.prototype, "listPersonRead", null);
|
1669
|
+
__decorate([
|
1670
|
+
(0, runtime_1.Security)("bearerAuth"),
|
1671
|
+
(0, runtime_1.Get)("/account/hidden"),
|
1672
|
+
(0, runtime_1.Tags)("Account"),
|
1673
|
+
__param(0, (0, runtime_1.Queries)()),
|
1674
|
+
__param(1, (0, runtime_1.Inject)())
|
1675
|
+
], LemmyHttp.prototype, "listPersonHidden", null);
|
1650
1676
|
__decorate([
|
1651
1677
|
(0, runtime_1.Security)("bearerAuth"),
|
1652
1678
|
(0, runtime_1.Post)("/admin/add"),
|
package/dist/index.d.ts
CHANGED
@@ -13,6 +13,8 @@ export { AdminBlockInstance } from "./types/AdminBlockInstance";
|
|
13
13
|
export { AdminBlockInstanceId } from "./types/AdminBlockInstanceId";
|
14
14
|
export { AdminBlockInstanceParams } from "./types/AdminBlockInstanceParams";
|
15
15
|
export { AdminBlockInstanceView } from "./types/AdminBlockInstanceView";
|
16
|
+
export { AdminListUsers } from "./types/AdminListUsers";
|
17
|
+
export { AdminListUsersResponse } from "./types/AdminListUsersResponse";
|
16
18
|
export { AdminPurgeComment } from "./types/AdminPurgeComment";
|
17
19
|
export { AdminPurgeCommentId } from "./types/AdminPurgeCommentId";
|
18
20
|
export { AdminPurgeCommentView } from "./types/AdminPurgeCommentView";
|
@@ -32,7 +34,6 @@ export { BanFromCommunity } from "./types/BanFromCommunity";
|
|
32
34
|
export { BanFromCommunityResponse } from "./types/BanFromCommunityResponse";
|
33
35
|
export { BanPerson } from "./types/BanPerson";
|
34
36
|
export { BanPersonResponse } from "./types/BanPersonResponse";
|
35
|
-
export { BannedPersonsResponse } from "./types/BannedPersonsResponse";
|
36
37
|
export { BlockCommunity } from "./types/BlockCommunity";
|
37
38
|
export { BlockCommunityResponse } from "./types/BlockCommunityResponse";
|
38
39
|
export { BlockPerson } from "./types/BlockPerson";
|
@@ -156,7 +157,6 @@ export { Language } from "./types/Language";
|
|
156
157
|
export { LanguageId } from "./types/LanguageId";
|
157
158
|
export { LemmyErrorType } from "./types/LemmyErrorType";
|
158
159
|
export { LinkMetadata } from "./types/LinkMetadata";
|
159
|
-
export { ListBannedPersons } from "./types/ListBannedPersons";
|
160
160
|
export { ListCommentLikes } from "./types/ListCommentLikes";
|
161
161
|
export { ListCommentLikesResponse } from "./types/ListCommentLikesResponse";
|
162
162
|
export { ListCommunities } from "./types/ListCommunities";
|
@@ -172,6 +172,10 @@ export { ListMedia } from "./types/ListMedia";
|
|
172
172
|
export { ListMediaResponse } from "./types/ListMediaResponse";
|
173
173
|
export { ListPersonContent } from "./types/ListPersonContent";
|
174
174
|
export { ListPersonContentResponse } from "./types/ListPersonContentResponse";
|
175
|
+
export { ListPersonHidden } from "./types/ListPersonHidden";
|
176
|
+
export { ListPersonHiddenResponse } from "./types/ListPersonHiddenResponse";
|
177
|
+
export { ListPersonRead } from "./types/ListPersonRead";
|
178
|
+
export { ListPersonReadResponse } from "./types/ListPersonReadResponse";
|
175
179
|
export { ListPersonSaved } from "./types/ListPersonSaved";
|
176
180
|
export { ListPersonSavedResponse } from "./types/ListPersonSavedResponse";
|
177
181
|
export { ListPostLikes } from "./types/ListPostLikes";
|
@@ -332,6 +336,7 @@ export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
|
332
336
|
export { UploadImageResponse } from "./types/UploadImageResponse";
|
333
337
|
export { UserBlockInstanceParams } from "./types/UserBlockInstanceParams";
|
334
338
|
export { VerifyEmail } from "./types/VerifyEmail";
|
339
|
+
export { VoteShow } from "./types/VoteShow";
|
335
340
|
export { VoteView } from "./types/VoteView";
|
336
341
|
export { CreateMultiCommunity } from "./types/CreateMultiCommunity";
|
337
342
|
export { UpdateMultiCommunity } from "./types/UpdateMultiCommunity";
|
package/dist/other_types.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { AdminListUsers } from "./types/AdminListUsers";
|
1
2
|
import { CommunityIdQuery } from "./types/CommunityIdQuery";
|
2
3
|
import { DeleteImageParams } from "./types/DeleteImageParams";
|
3
4
|
import { GetComment } from "./types/GetComment";
|
@@ -12,7 +13,6 @@ import { GetRandomCommunity } from "./types/GetRandomCommunity";
|
|
12
13
|
import { GetRegistrationApplication } from "./types/GetRegistrationApplication";
|
13
14
|
import { GetReportCount } from "./types/GetReportCount";
|
14
15
|
import { GetSiteMetadata } from "./types/GetSiteMetadata";
|
15
|
-
import { ListBannedPersons } from "./types/ListBannedPersons";
|
16
16
|
import { ListCommentLikes } from "./types/ListCommentLikes";
|
17
17
|
import { ListCommunities } from "./types/ListCommunities";
|
18
18
|
import { ListCommunityPendingFollows } from "./types/ListCommunityPendingFollows";
|
@@ -20,6 +20,8 @@ import { ListCustomEmojis } from "./types/ListCustomEmojis";
|
|
20
20
|
import { ListInbox } from "./types/ListInbox";
|
21
21
|
import { ListMedia } from "./types/ListMedia";
|
22
22
|
import { ListPersonContent } from "./types/ListPersonContent";
|
23
|
+
import { ListPersonHidden } from "./types/ListPersonHidden";
|
24
|
+
import { ListPersonRead } from "./types/ListPersonRead";
|
23
25
|
import { ListPersonSaved } from "./types/ListPersonSaved";
|
24
26
|
import { ListPostLikes } from "./types/ListPostLikes";
|
25
27
|
import { ListRegistrationApplications } from "./types/ListRegistrationApplications";
|
@@ -73,6 +75,10 @@ export interface ListInboxI extends ListInbox {
|
|
73
75
|
}
|
74
76
|
export interface ListPersonSavedI extends ListPersonSaved {
|
75
77
|
}
|
78
|
+
export interface ListPersonReadI extends ListPersonRead {
|
79
|
+
}
|
80
|
+
export interface ListPersonHiddenI extends ListPersonHidden {
|
81
|
+
}
|
76
82
|
export interface ListRegistrationApplicationsI extends ListRegistrationApplications {
|
77
83
|
}
|
78
84
|
export interface GetRegistrationApplicationI extends GetRegistrationApplication {
|
@@ -85,7 +91,7 @@ export interface ListReportsI extends ListReports {
|
|
85
91
|
}
|
86
92
|
export interface DeleteImageParamsI extends DeleteImageParams {
|
87
93
|
}
|
88
|
-
export interface
|
94
|
+
export interface AdminListUsersI extends AdminListUsers {
|
89
95
|
}
|
90
96
|
export interface CommunityIdQueryI extends CommunityIdQuery {
|
91
97
|
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { LocalUserView } from "./LocalUserView";
|
2
|
+
import type { PaginationCursor } from "./PaginationCursor";
|
3
|
+
export type AdminListUsersResponse = {
|
4
|
+
users: Array<LocalUserView>;
|
5
|
+
/**
|
6
|
+
* the pagination cursor to use to fetch the next page
|
7
|
+
*/
|
8
|
+
next_page?: PaginationCursor;
|
9
|
+
prev_page?: PaginationCursor;
|
10
|
+
};
|
package/dist/types/Instance.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import type { InstanceId } from "./InstanceId";
|
2
2
|
/**
|
3
|
-
*
|
3
|
+
* Basic data about a Fediverse instance which is available for every known domain. Additional
|
4
|
+
* data may be available in [[Site]].
|
4
5
|
*/
|
5
6
|
export type Instance = {
|
6
7
|
id: InstanceId;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import type { PaginationCursor } from "./PaginationCursor";
|
2
2
|
/**
|
3
|
-
*
|
3
|
+
* Gets your hidden posts.
|
4
4
|
*/
|
5
|
-
export type
|
5
|
+
export type ListPersonHidden = {
|
6
6
|
page_cursor?: PaginationCursor;
|
7
7
|
page_back?: boolean;
|
8
8
|
limit?: number;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import type { PaginationCursor } from "./PaginationCursor";
|
2
|
-
import type {
|
2
|
+
import type { PostView } from "./PostView";
|
3
3
|
/**
|
4
|
-
*
|
4
|
+
* You hidden posts response.
|
5
5
|
*/
|
6
|
-
export type
|
7
|
-
|
6
|
+
export type ListPersonHiddenResponse = {
|
7
|
+
hidden: Array<PostView>;
|
8
8
|
/**
|
9
9
|
* the pagination cursor to use to fetch the next page
|
10
10
|
*/
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { PaginationCursor } from "./PaginationCursor";
|
2
|
+
import type { PostView } from "./PostView";
|
3
|
+
/**
|
4
|
+
* You read posts response.
|
5
|
+
*/
|
6
|
+
export type ListPersonReadResponse = {
|
7
|
+
read: Array<PostView>;
|
8
|
+
/**
|
9
|
+
* the pagination cursor to use to fetch the next page
|
10
|
+
*/
|
11
|
+
next_page?: PaginationCursor;
|
12
|
+
prev_page?: PaginationCursor;
|
13
|
+
};
|
@@ -5,6 +5,7 @@ import type { PersonId } from "./PersonId";
|
|
5
5
|
import type { PostListingMode } from "./PostListingMode";
|
6
6
|
import type { PostSortType } from "./PostSortType";
|
7
7
|
import type { SensitiveString } from "./SensitiveString";
|
8
|
+
import type { VoteShow } from "./VoteShow";
|
8
9
|
/**
|
9
10
|
* A local user.
|
10
11
|
*/
|
@@ -99,6 +100,6 @@ export type LocalUser = {
|
|
99
100
|
default_post_time_range_seconds?: number;
|
100
101
|
show_score: boolean;
|
101
102
|
show_upvotes: boolean;
|
102
|
-
show_downvotes:
|
103
|
+
show_downvotes: VoteShow;
|
103
104
|
show_upvote_percentage: boolean;
|
104
105
|
};
|
package/dist/types/LockPost.d.ts
CHANGED
package/dist/types/Login.d.ts
CHANGED
@@ -4,6 +4,7 @@ import type { ListingType } from "./ListingType";
|
|
4
4
|
import type { PostListingMode } from "./PostListingMode";
|
5
5
|
import type { PostSortType } from "./PostSortType";
|
6
6
|
import type { SensitiveString } from "./SensitiveString";
|
7
|
+
import type { VoteShow } from "./VoteShow";
|
7
8
|
/**
|
8
9
|
* Saves settings for your user.
|
9
10
|
*/
|
@@ -115,7 +116,7 @@ export type SaveUserSettings = {
|
|
115
116
|
*/
|
116
117
|
show_scores?: boolean;
|
117
118
|
show_upvotes?: boolean;
|
118
|
-
show_downvotes?:
|
119
|
+
show_downvotes?: VoteShow;
|
119
120
|
show_upvote_percentage?: boolean;
|
120
121
|
/**
|
121
122
|
* Whether to automatically mark fetched posts as read.
|
package/dist/types/Site.d.ts
CHANGED
@@ -2,7 +2,8 @@ import type { DbUrl } from "./DbUrl";
|
|
2
2
|
import type { InstanceId } from "./InstanceId";
|
3
3
|
import type { SiteId } from "./SiteId";
|
4
4
|
/**
|
5
|
-
*
|
5
|
+
* Additional data for federated instances. This may be missing for other platforms which are not
|
6
|
+
* fully compatible. Basic data is guaranteed to be available via [[Instance]].
|
6
7
|
*/
|
7
8
|
export type Site = {
|
8
9
|
id: SiteId;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "lemmy-js-client",
|
3
3
|
"description": "A javascript / typescript client for Lemmy",
|
4
|
-
"version": "1.0.0-multi-community.
|
4
|
+
"version": "1.0.0-multi-community.8",
|
5
5
|
"author": "Dessalines",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|
@@ -25,13 +25,13 @@
|
|
25
25
|
"devDependencies": {
|
26
26
|
"@eslint/js": "^9.20.0",
|
27
27
|
"@redocly/cli": "^1.27.2",
|
28
|
-
"@types/joi": "^17.2.3",
|
29
28
|
"@types/node": "^22.7.4",
|
30
29
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
31
30
|
"@typescript-eslint/parser": "^8.7.0",
|
32
31
|
"eslint": "^9.11.1",
|
33
32
|
"eslint-plugin-prettier": "^5.2.1",
|
34
33
|
"husky": "^9.1.4",
|
34
|
+
"joi": "^17.13.3",
|
35
35
|
"lint-staged": "^16.0.0",
|
36
36
|
"prettier": "^3.3.3",
|
37
37
|
"prettier-plugin-import-sort": "^0.0.7",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"typescript": "^5.5.4",
|
44
44
|
"typescript-eslint": "^8.7.0"
|
45
45
|
},
|
46
|
-
"packageManager": "pnpm@10.
|
46
|
+
"packageManager": "pnpm@10.11.0",
|
47
47
|
"types": "./dist/index.d.ts",
|
48
48
|
"lint-staged": {
|
49
49
|
"*.{ts,tsx,js}": [
|
File without changes
|
File without changes
|