@jellyfin/sdk 0.0.0-unstable.202510181732 → 0.0.0-unstable.202510181735
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/lib/generated-client/api/activity-log-api.d.ts +1 -1
- package/lib/generated-client/api/api-key-api.d.ts +3 -3
- package/lib/generated-client/api/artists-api.d.ts +3 -3
- package/lib/generated-client/api/audio-api.d.ts +4 -4
- package/lib/generated-client/api/backup-api.d.ts +4 -4
- package/lib/generated-client/api/branding-api.d.ts +3 -3
- package/lib/generated-client/api/channels-api.d.ts +5 -5
- package/lib/generated-client/api/client-log-api.d.ts +1 -1
- package/lib/generated-client/api/collection-api.d.ts +3 -3
- package/lib/generated-client/api/configuration-api.d.ts +6 -6
- package/lib/generated-client/api/dashboard-api.d.ts +2 -2
- package/lib/generated-client/api/devices-api.d.ts +5 -5
- package/lib/generated-client/api/display-preferences-api.d.ts +2 -2
- package/lib/generated-client/api/dlna-api.d.ts +6 -6
- package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
- package/lib/generated-client/api/dynamic-hls-api.d.ts +9 -9
- package/lib/generated-client/api/environment-api.d.ts +6 -6
- package/lib/generated-client/api/filter-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.d.ts +2 -2
- package/lib/generated-client/api/hls-segment-api.d.ts +5 -5
- package/lib/generated-client/api/image-api.d.ts +37 -37
- package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
- package/lib/generated-client/api/instant-mix-api.d.ts +8 -8
- package/lib/generated-client/api/item-lookup-api.d.ts +11 -11
- package/lib/generated-client/api/item-refresh-api.d.ts +1 -1
- package/lib/generated-client/api/item-update-api.d.ts +3 -3
- package/lib/generated-client/api/items-api.d.ts +4 -4
- package/lib/generated-client/api/library-api.d.ts +25 -25
- package/lib/generated-client/api/library-structure-api.d.ts +8 -8
- package/lib/generated-client/api/live-tv-api.d.ts +41 -41
- package/lib/generated-client/api/localization-api.d.ts +4 -4
- package/lib/generated-client/api/lyrics-api.d.ts +6 -6
- package/lib/generated-client/api/media-info-api.d.ts +5 -5
- package/lib/generated-client/api/media-segments-api.d.ts +1 -1
- package/lib/generated-client/api/movies-api.d.ts +1 -1
- package/lib/generated-client/api/music-genres-api.d.ts +2 -2
- package/lib/generated-client/api/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +6 -6
- package/lib/generated-client/api/persons-api.d.ts +2 -2
- package/lib/generated-client/api/playlists-api.d.ts +11 -11
- package/lib/generated-client/api/playstate-api.d.ts +9 -9
- package/lib/generated-client/api/plugins-api.d.ts +9 -9
- package/lib/generated-client/api/quick-connect-api.d.ts +4 -4
- package/lib/generated-client/api/remote-image-api.d.ts +3 -3
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +5 -5
- package/lib/generated-client/api/search-api.d.ts +1 -1
- package/lib/generated-client/api/session-api.d.ts +16 -16
- package/lib/generated-client/api/startup-api.d.ts +7 -7
- package/lib/generated-client/api/studios-api.d.ts +2 -2
- package/lib/generated-client/api/subtitle-api.d.ts +10 -10
- package/lib/generated-client/api/suggestions-api.d.ts +1 -1
- package/lib/generated-client/api/sync-play-api.d.ts +22 -22
- package/lib/generated-client/api/system-api.d.ts +10 -10
- package/lib/generated-client/api/time-sync-api.d.ts +1 -1
- package/lib/generated-client/api/tmdb-api.d.ts +1 -1
- package/lib/generated-client/api/trailers-api.d.ts +1 -1
- package/lib/generated-client/api/trickplay-api.d.ts +2 -2
- package/lib/generated-client/api/tv-shows-api.d.ts +4 -4
- package/lib/generated-client/api/universal-audio-api.d.ts +2 -2
- package/lib/generated-client/api/user-api.d.ts +14 -14
- package/lib/generated-client/api/user-library-api.d.ts +10 -10
- package/lib/generated-client/api/user-views-api.d.ts +2 -2
- package/lib/generated-client/api/video-attachments-api.d.ts +1 -1
- package/lib/generated-client/api/videos-api.d.ts +7 -7
- package/lib/generated-client/api/years-api.d.ts +2 -2
- package/lib/generated-client/common.d.ts +1 -1
- package/package.json +4 -4
|
@@ -572,7 +572,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
572
572
|
* @throws {RequiredError}
|
|
573
573
|
* @memberof UserLibraryApi
|
|
574
574
|
*/
|
|
575
|
-
deleteUserItemRating(requestParameters: UserLibraryApiDeleteUserItemRatingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
575
|
+
deleteUserItemRating(requestParameters: UserLibraryApiDeleteUserItemRatingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
576
576
|
/**
|
|
577
577
|
*
|
|
578
578
|
* @summary Gets intros to play before the main media item plays.
|
|
@@ -581,7 +581,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
581
581
|
* @throws {RequiredError}
|
|
582
582
|
* @memberof UserLibraryApi
|
|
583
583
|
*/
|
|
584
|
-
getIntros(requestParameters: UserLibraryApiGetIntrosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
584
|
+
getIntros(requestParameters: UserLibraryApiGetIntrosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
585
585
|
/**
|
|
586
586
|
*
|
|
587
587
|
* @summary Gets an item from a user\'s library.
|
|
@@ -590,7 +590,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
590
590
|
* @throws {RequiredError}
|
|
591
591
|
* @memberof UserLibraryApi
|
|
592
592
|
*/
|
|
593
|
-
getItem(requestParameters: UserLibraryApiGetItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any>>;
|
|
593
|
+
getItem(requestParameters: UserLibraryApiGetItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any, {}>>;
|
|
594
594
|
/**
|
|
595
595
|
*
|
|
596
596
|
* @summary Gets latest media.
|
|
@@ -599,7 +599,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
599
599
|
* @throws {RequiredError}
|
|
600
600
|
* @memberof UserLibraryApi
|
|
601
601
|
*/
|
|
602
|
-
getLatestMedia(requestParameters?: UserLibraryApiGetLatestMediaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any>>;
|
|
602
|
+
getLatestMedia(requestParameters?: UserLibraryApiGetLatestMediaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any, {}>>;
|
|
603
603
|
/**
|
|
604
604
|
*
|
|
605
605
|
* @summary Gets local trailers for an item.
|
|
@@ -608,7 +608,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
608
608
|
* @throws {RequiredError}
|
|
609
609
|
* @memberof UserLibraryApi
|
|
610
610
|
*/
|
|
611
|
-
getLocalTrailers(requestParameters: UserLibraryApiGetLocalTrailersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any>>;
|
|
611
|
+
getLocalTrailers(requestParameters: UserLibraryApiGetLocalTrailersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any, {}>>;
|
|
612
612
|
/**
|
|
613
613
|
*
|
|
614
614
|
* @summary Gets the root folder from a user\'s library.
|
|
@@ -617,7 +617,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
617
617
|
* @throws {RequiredError}
|
|
618
618
|
* @memberof UserLibraryApi
|
|
619
619
|
*/
|
|
620
|
-
getRootFolder(requestParameters?: UserLibraryApiGetRootFolderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any>>;
|
|
620
|
+
getRootFolder(requestParameters?: UserLibraryApiGetRootFolderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any, {}>>;
|
|
621
621
|
/**
|
|
622
622
|
*
|
|
623
623
|
* @summary Gets special features for an item.
|
|
@@ -626,7 +626,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
626
626
|
* @throws {RequiredError}
|
|
627
627
|
* @memberof UserLibraryApi
|
|
628
628
|
*/
|
|
629
|
-
getSpecialFeatures(requestParameters: UserLibraryApiGetSpecialFeaturesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any>>;
|
|
629
|
+
getSpecialFeatures(requestParameters: UserLibraryApiGetSpecialFeaturesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto[], any, {}>>;
|
|
630
630
|
/**
|
|
631
631
|
*
|
|
632
632
|
* @summary Marks an item as a favorite.
|
|
@@ -635,7 +635,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
635
635
|
* @throws {RequiredError}
|
|
636
636
|
* @memberof UserLibraryApi
|
|
637
637
|
*/
|
|
638
|
-
markFavoriteItem(requestParameters: UserLibraryApiMarkFavoriteItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
638
|
+
markFavoriteItem(requestParameters: UserLibraryApiMarkFavoriteItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
639
639
|
/**
|
|
640
640
|
*
|
|
641
641
|
* @summary Unmarks item as a favorite.
|
|
@@ -644,7 +644,7 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
644
644
|
* @throws {RequiredError}
|
|
645
645
|
* @memberof UserLibraryApi
|
|
646
646
|
*/
|
|
647
|
-
unmarkFavoriteItem(requestParameters: UserLibraryApiUnmarkFavoriteItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
647
|
+
unmarkFavoriteItem(requestParameters: UserLibraryApiUnmarkFavoriteItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
648
648
|
/**
|
|
649
649
|
*
|
|
650
650
|
* @summary Updates a user\'s rating for an item.
|
|
@@ -653,5 +653,5 @@ export declare class UserLibraryApi extends BaseAPI {
|
|
|
653
653
|
* @throws {RequiredError}
|
|
654
654
|
* @memberof UserLibraryApi
|
|
655
655
|
*/
|
|
656
|
-
updateUserItemRating(requestParameters: UserLibraryApiUpdateUserItemRatingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
|
|
656
|
+
updateUserItemRating(requestParameters: UserLibraryApiUpdateUserItemRatingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
|
|
657
657
|
}
|
|
@@ -145,7 +145,7 @@ export declare class UserViewsApi extends BaseAPI {
|
|
|
145
145
|
* @throws {RequiredError}
|
|
146
146
|
* @memberof UserViewsApi
|
|
147
147
|
*/
|
|
148
|
-
getGroupingOptions(requestParameters?: UserViewsApiGetGroupingOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialViewOptionDto[], any>>;
|
|
148
|
+
getGroupingOptions(requestParameters?: UserViewsApiGetGroupingOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SpecialViewOptionDto[], any, {}>>;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @summary Get user views.
|
|
@@ -154,5 +154,5 @@ export declare class UserViewsApi extends BaseAPI {
|
|
|
154
154
|
* @throws {RequiredError}
|
|
155
155
|
* @memberof UserViewsApi
|
|
156
156
|
*/
|
|
157
|
-
getUserViews(requestParameters?: UserViewsApiGetUserViewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
157
|
+
getUserViews(requestParameters?: UserViewsApiGetUserViewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
158
158
|
}
|
|
@@ -97,5 +97,5 @@ export declare class VideoAttachmentsApi extends BaseAPI {
|
|
|
97
97
|
* @throws {RequiredError}
|
|
98
98
|
* @memberof VideoAttachmentsApi
|
|
99
99
|
*/
|
|
100
|
-
getAttachment(requestParameters: VideoAttachmentsApiGetAttachmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
100
|
+
getAttachment(requestParameters: VideoAttachmentsApiGetAttachmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
101
101
|
}
|
|
@@ -1970,7 +1970,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
1970
1970
|
* @throws {RequiredError}
|
|
1971
1971
|
* @memberof VideosApi
|
|
1972
1972
|
*/
|
|
1973
|
-
deleteAlternateSources(requestParameters: VideosApiDeleteAlternateSourcesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1973
|
+
deleteAlternateSources(requestParameters: VideosApiDeleteAlternateSourcesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1974
1974
|
/**
|
|
1975
1975
|
*
|
|
1976
1976
|
* @summary Gets additional parts for a video.
|
|
@@ -1979,7 +1979,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
1979
1979
|
* @throws {RequiredError}
|
|
1980
1980
|
* @memberof VideosApi
|
|
1981
1981
|
*/
|
|
1982
|
-
getAdditionalPart(requestParameters: VideosApiGetAdditionalPartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
1982
|
+
getAdditionalPart(requestParameters: VideosApiGetAdditionalPartRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
1983
1983
|
/**
|
|
1984
1984
|
*
|
|
1985
1985
|
* @summary Gets a video stream.
|
|
@@ -1988,7 +1988,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
1988
1988
|
* @throws {RequiredError}
|
|
1989
1989
|
* @memberof VideosApi
|
|
1990
1990
|
*/
|
|
1991
|
-
getVideoStream(requestParameters: VideosApiGetVideoStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1991
|
+
getVideoStream(requestParameters: VideosApiGetVideoStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
1992
1992
|
/**
|
|
1993
1993
|
*
|
|
1994
1994
|
* @summary Gets a video stream.
|
|
@@ -1997,7 +1997,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
1997
1997
|
* @throws {RequiredError}
|
|
1998
1998
|
* @memberof VideosApi
|
|
1999
1999
|
*/
|
|
2000
|
-
getVideoStreamByContainer(requestParameters: VideosApiGetVideoStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2000
|
+
getVideoStreamByContainer(requestParameters: VideosApiGetVideoStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2001
2001
|
/**
|
|
2002
2002
|
*
|
|
2003
2003
|
* @summary Gets a video stream.
|
|
@@ -2006,7 +2006,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
2006
2006
|
* @throws {RequiredError}
|
|
2007
2007
|
* @memberof VideosApi
|
|
2008
2008
|
*/
|
|
2009
|
-
headVideoStream(requestParameters: VideosApiHeadVideoStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2009
|
+
headVideoStream(requestParameters: VideosApiHeadVideoStreamRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2010
2010
|
/**
|
|
2011
2011
|
*
|
|
2012
2012
|
* @summary Gets a video stream.
|
|
@@ -2015,7 +2015,7 @@ export declare class VideosApi extends BaseAPI {
|
|
|
2015
2015
|
* @throws {RequiredError}
|
|
2016
2016
|
* @memberof VideosApi
|
|
2017
2017
|
*/
|
|
2018
|
-
headVideoStreamByContainer(requestParameters: VideosApiHeadVideoStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2018
|
+
headVideoStreamByContainer(requestParameters: VideosApiHeadVideoStreamByContainerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2019
2019
|
/**
|
|
2020
2020
|
*
|
|
2021
2021
|
* @summary Merges videos into a single record.
|
|
@@ -2024,5 +2024,5 @@ export declare class VideosApi extends BaseAPI {
|
|
|
2024
2024
|
* @throws {RequiredError}
|
|
2025
2025
|
* @memberof VideosApi
|
|
2026
2026
|
*/
|
|
2027
|
-
mergeVersions(requestParameters: VideosApiMergeVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2027
|
+
mergeVersions(requestParameters: VideosApiMergeVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2028
2028
|
}
|
|
@@ -246,7 +246,7 @@ export declare class YearsApi extends BaseAPI {
|
|
|
246
246
|
* @throws {RequiredError}
|
|
247
247
|
* @memberof YearsApi
|
|
248
248
|
*/
|
|
249
|
-
getYear(requestParameters: YearsApiGetYearRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any>>;
|
|
249
|
+
getYear(requestParameters: YearsApiGetYearRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDto, any, {}>>;
|
|
250
250
|
/**
|
|
251
251
|
*
|
|
252
252
|
* @summary Get years.
|
|
@@ -255,5 +255,5 @@ export declare class YearsApi extends BaseAPI {
|
|
|
255
255
|
* @throws {RequiredError}
|
|
256
256
|
* @memberof YearsApi
|
|
257
257
|
*/
|
|
258
|
-
getYears(requestParameters?: YearsApiGetYearsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
258
|
+
getYears(requestParameters?: YearsApiGetYearsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
|
|
259
259
|
}
|
|
@@ -61,4 +61,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
61
61
|
*
|
|
62
62
|
* @export
|
|
63
63
|
*/
|
|
64
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
64
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any, {}>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jellyfin/sdk",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.202510181735+commit.7f2f2fc7b5d8892a1b80d2ecc3114ea58c1068d0",
|
|
4
4
|
"description": "A TypeScript SDK for Jellyfin.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jellyfin"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"test:integration": "vitest integration"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@openapitools/openapi-generator-cli": "2.
|
|
29
|
+
"@openapitools/openapi-generator-cli": "2.24.0",
|
|
30
30
|
"@rollup/plugin-typescript": "12.1.2",
|
|
31
31
|
"@stylistic/eslint-plugin": "2.12.1",
|
|
32
32
|
"@tsconfig/recommended": "1.0.8",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "8.19.0",
|
|
34
34
|
"@typescript-eslint/parser": "8.19.0",
|
|
35
|
-
"@vitest/coverage-v8": "3.2.
|
|
35
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
36
36
|
"eslint": "8.57.1",
|
|
37
37
|
"eslint-plugin-import": "2.31.0",
|
|
38
38
|
"eslint-plugin-vitest": "0.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"rollup": "4.44.0",
|
|
42
42
|
"typedoc": "0.28.5",
|
|
43
43
|
"typescript": "5.7.3",
|
|
44
|
-
"vitest": "3.2.
|
|
44
|
+
"vitest": "3.2.4"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"axios": "^1.3.4"
|