@liquidcommercedev/rmn-sdk 1.5.0-beta.32 → 1.5.0-beta.33

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.
Files changed (88) hide show
  1. package/dist/index.cjs +4232 -4154
  2. package/dist/index.esm.js +4231 -4153
  3. package/dist/types/common/helpers/utils.helper.d.ts +2 -2
  4. package/dist/types/constants/spot-dimension.constant.d.ts +2 -0
  5. package/dist/types/enums.d.ts +2 -0
  6. package/dist/types/index.umd.d.ts +2 -2
  7. package/dist/types/modules/element/component/carousel/carousel.interface.d.ts +8 -3
  8. package/dist/types/modules/element/component/spot/spot.component.d.ts +20 -3
  9. package/dist/types/modules/element/component/spot/spot.interface.d.ts +11 -7
  10. package/dist/types/modules/element/element.constant.d.ts +2 -8
  11. package/dist/types/modules/element/element.interface.d.ts +2 -6
  12. package/dist/types/modules/element/element.service.d.ts +19 -12
  13. package/dist/types/modules/helper-service/index.d.ts +1 -0
  14. package/dist/types/modules/helper-service/localstorage.service.d.ts +0 -1
  15. package/dist/types/modules/helper-service/proximity-observer.service.d.ts +30 -0
  16. package/dist/types/modules/helper-service/pubsub.service.d.ts +0 -1
  17. package/dist/types/modules/monitor/monitor.interface.d.ts +2 -7
  18. package/dist/types/modules/monitor/monitor.service.d.ts +0 -1
  19. package/dist/types/modules/monitor/monitors/datalayer.monitor.d.ts +0 -1
  20. package/dist/types/modules/selection/selection.interface.d.ts +14 -8
  21. package/dist/types/modules/spot-manager/index.d.ts +2 -0
  22. package/dist/types/modules/{event/event.interface.d.ts → spot-manager/spot-manager.interface.d.ts} +2 -6
  23. package/dist/types/modules/{event/event.service.d.ts → spot-manager/spot-manager.service.d.ts} +7 -12
  24. package/dist/types/modules/spot-template/iab/billboard/billboard-v1.template.d.ts +14 -0
  25. package/dist/types/modules/spot-template/iab/billboard/index.d.ts +1 -0
  26. package/dist/types/modules/{element/template → spot-template}/iab/in-text/in-text-v1.template.d.ts +1 -1
  27. package/dist/types/modules/{element/template → spot-template}/iab/large-leaderboard/index.d.ts +0 -1
  28. package/dist/types/modules/{element/template → spot-template}/iab/square/index.d.ts +0 -1
  29. package/dist/types/modules/spot-template/iab-template.interface.d.ts +12 -0
  30. package/dist/types/modules/spot-template/index.d.ts +4 -0
  31. package/dist/types/modules/spot-template/rb-template.interface.d.ts +110 -0
  32. package/dist/types/modules/spot-template/reservebar/collection-banner-without-text-block.template.d.ts +7 -0
  33. package/dist/types/modules/spot-template/reservebar/homepage-hero-full-image.template.d.ts +7 -0
  34. package/dist/types/modules/spot-template/reservebar/homepage-hero-three-tile.template.d.ts +7 -0
  35. package/dist/types/modules/spot-template/reservebar/homepage-hero-two-tile.template.d.ts +7 -0
  36. package/dist/types/modules/spot-template/reservebar/in-text.template.d.ts +7 -0
  37. package/dist/types/modules/{element/template → spot-template}/reservebar/index.d.ts +2 -0
  38. package/dist/types/modules/spot-template/reservebar/large-category-image-tout.template.d.ts +7 -0
  39. package/dist/types/modules/spot-template/reservebar/long-tout-short.template.d.ts +7 -0
  40. package/dist/types/modules/spot-template/reservebar/long-tout-tall.template.d.ts +7 -0
  41. package/dist/types/modules/spot-template/reservebar/navigation-banner.template.d.ts +7 -0
  42. package/dist/types/modules/spot-template/reservebar/small-category-image-tout.template.d.ts +7 -0
  43. package/dist/types/modules/spot-template/reservebar/small-discover-tout.template.d.ts +7 -0
  44. package/dist/types/modules/spot-template/reservebar/video-player.template.d.ts +35 -0
  45. package/dist/types/modules/spot-template/spot-template.constant.d.ts +3 -0
  46. package/dist/types/modules/spot-template/spot-template.interface.d.ts +13 -0
  47. package/dist/types/modules/spot-template/spot-template.service.d.ts +13 -0
  48. package/dist/types/modules/spot-template/utils.d.ts +3 -0
  49. package/dist/types/rmn-client.d.ts +58 -22
  50. package/dist/types/rmn-client.helper.d.ts +11 -6
  51. package/dist/types/types.d.ts +3 -3
  52. package/package.json +20 -19
  53. package/umd/liquidcommerce-rmn-sdk.min.js +1 -1
  54. package/dist/types/constants/example.constant.d.ts +0 -4
  55. package/dist/types/constants/index.d.ts +0 -2
  56. package/dist/types/modules/element/component/skeleton/skeleton.template.d.ts +0 -2
  57. package/dist/types/modules/element/template/helper.d.ts +0 -5
  58. package/dist/types/modules/element/template/iab/billboard/billboard-v1.template.d.ts +0 -2
  59. package/dist/types/modules/element/template/iab/billboard/billboard-v2.template.d.ts +0 -2
  60. package/dist/types/modules/element/template/iab/billboard/billboard-v3.template.d.ts +0 -2
  61. package/dist/types/modules/element/template/iab/billboard/index.d.ts +0 -3
  62. package/dist/types/modules/element/template/iab/large-leaderboard/large-leaderboard-v2.template.d.ts +0 -2
  63. package/dist/types/modules/element/template/iab/square/square-v2.template.d.ts +0 -2
  64. package/dist/types/modules/element/template/index.d.ts +0 -1
  65. package/dist/types/modules/element/template/reservebar/collection-banner-without-text-block.template.d.ts +0 -3
  66. package/dist/types/modules/element/template/reservebar/homepage-hero-full-image.template.d.ts +0 -3
  67. package/dist/types/modules/element/template/reservebar/homepage-hero-three-tile.template.d.ts +0 -3
  68. package/dist/types/modules/element/template/reservebar/homepage-hero-two-tile.template.d.ts +0 -3
  69. package/dist/types/modules/element/template/reservebar/in-text.template.d.ts +0 -3
  70. package/dist/types/modules/element/template/reservebar/large-category-image-tout.template.d.ts +0 -3
  71. package/dist/types/modules/element/template/reservebar/navigation-banner.template.d.ts +0 -3
  72. package/dist/types/modules/element/template/reservebar/small-category-image-tout.template.d.ts +0 -3
  73. package/dist/types/modules/element/template/reservebar/small-discover-tout.template.d.ts +0 -3
  74. package/dist/types/modules/element/template/reservebar/video-player.template.d.ts +0 -3
  75. package/dist/types/modules/element/template/template.service.d.ts +0 -11
  76. package/dist/types/modules/element/template/template.type.d.ts +0 -11
  77. package/dist/types/modules/event/event.constant.d.ts +0 -1
  78. package/dist/types/modules/event/index.d.ts +0 -3
  79. /package/dist/types/modules/{element/template → spot-template}/iab/in-text/index.d.ts +0 -0
  80. /package/dist/types/modules/{element/template → spot-template}/iab/index.d.ts +0 -0
  81. /package/dist/types/modules/{element/template → spot-template}/iab/large-leaderboard/large-leaderboard-v1.template.d.ts +0 -0
  82. /package/dist/types/modules/{element/template → spot-template}/iab/large-rectangle/index.d.ts +0 -0
  83. /package/dist/types/modules/{element/template → spot-template}/iab/large-rectangle/large-rectangle-v1.template.d.ts +0 -0
  84. /package/dist/types/modules/{element/template → spot-template}/iab/square/square-v1.template.d.ts +0 -0
  85. /package/dist/types/modules/{element/template → spot-template}/iab/vertical-rectangle/index.d.ts +0 -0
  86. /package/dist/types/modules/{element/template → spot-template}/iab/vertical-rectangle/vertical-rectangle-v1.template.d.ts +0 -0
  87. /package/dist/types/modules/{element/template → spot-template}/iab/wide-skyscraper/index.d.ts +0 -0
  88. /package/dist/types/modules/{element/template → spot-template}/iab/wide-skyscraper/wide-skyscraper-v1.template.d.ts +0 -0
@@ -0,0 +1,7 @@
1
+ import { BaseSpotComponent } from 'modules/element/component/spot';
2
+ import type { ISmallCategoryImageToutRbSpot } from '../rb-template.interface';
3
+ export declare class RbSmallCategoryImageToutSE extends BaseSpotComponent<ISmallCategoryImageToutRbSpot> {
4
+ constructor();
5
+ protected template(): string;
6
+ protected styles(): string;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { BaseSpotComponent } from 'modules/element/component/spot';
2
+ import type { ISmallDiscoverToutRbSpot } from '../rb-template.interface';
3
+ export declare class RbSmallDiscoverToutSE extends BaseSpotComponent<ISmallDiscoverToutRbSpot> {
4
+ constructor();
5
+ protected template(): string;
6
+ protected styles(): string;
7
+ }
@@ -0,0 +1,35 @@
1
+ import { BaseSpotComponent } from 'modules/element/component/spot';
2
+ import type { IVideoPlayerRbSpot } from '../rb-template.interface';
3
+ export declare class RbVideoPlayerSE extends BaseSpotComponent<IVideoPlayerRbSpot> {
4
+ private readonly videoSelector;
5
+ private readonly timelineSelector;
6
+ private readonly playButtonSelector;
7
+ private readonly muteButtonSelector;
8
+ private readonly volumeSliderSelector;
9
+ private video;
10
+ private timeline;
11
+ constructor();
12
+ private get container();
13
+ private bindEventHandlers;
14
+ private updatePlayIcon;
15
+ private updateMuteIcon;
16
+ private updateProgress;
17
+ private handlePlayPause;
18
+ private handleTimelineClick;
19
+ private handleVolumeChange;
20
+ private handleMuteToggle;
21
+ private formatTime;
22
+ private hideOverlay;
23
+ private getMuteIcon;
24
+ private getUnmuteIcon;
25
+ private getPlayIcon;
26
+ private getPauseIcon;
27
+ protected connected(): void;
28
+ protected disconnected(): void;
29
+ private initializeElements;
30
+ private setupAutoplay;
31
+ private attachEventListeners;
32
+ private removeEventListeners;
33
+ protected template(): string;
34
+ protected styles(): string;
35
+ }
@@ -0,0 +1,3 @@
1
+ export declare const GFONT_PRECONNECT = "\n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n";
2
+ export declare const GFONT_SOURCE_SANS_3 = "\n <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap\">\n";
3
+ export declare const GFONT_CORMORANT = "\n <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap\">\n";
@@ -0,0 +1,13 @@
1
+ import type { RMN_SPOT_TYPE } from 'enums';
2
+ import type { ISpotEvent, SpotVariantType } from 'modules/selection';
3
+ import type { BaseSpotComponentConstructor } from '../element/component/spot';
4
+ export type SpotTypeTemplate = Partial<Record<SpotVariantType, BaseSpotComponentConstructor>>;
5
+ export type SpotTemplates = Partial<Record<RMN_SPOT_TYPE, SpotTypeTemplate>>;
6
+ export interface ISpotTemplateBaseData {
7
+ id: string;
8
+ events: ISpotEvent[];
9
+ spot: RMN_SPOT_TYPE;
10
+ variant: SpotVariantType;
11
+ width: number;
12
+ height: number;
13
+ }
@@ -0,0 +1,13 @@
1
+ import { RMN_SPOT_TYPE } from 'enums';
2
+ import type { SpotVariantType } from 'modules/selection';
3
+ import type { BaseSpotComponentConstructor } from '../element/component/spot';
4
+ export declare class SpotTemplateService {
5
+ private readonly rbTemplates;
6
+ private readonly iabTemplates;
7
+ private constructor();
8
+ static getInstance(): SpotTemplateService;
9
+ getTemplateCustomElementClass(spotType: RMN_SPOT_TYPE, spotVariant: SpotVariantType): BaseSpotComponentConstructor | null;
10
+ private isRbSpot;
11
+ private initializeRbTemplates;
12
+ private initializeIabTemplates;
13
+ }
@@ -0,0 +1,3 @@
1
+ import type { ISpotOverlay } from 'types';
2
+ export declare function convertHexToRgba(hex: string, opacity?: number): string;
3
+ export declare function generateGradientColor(overlay?: ISpotOverlay, fallback?: string): string;
@@ -1,17 +1,17 @@
1
1
  import type { IAuthCredentials } from 'modules/auth';
2
- import type { IInjectSpotElementParams, IRmnCreateSpotElementConfig } from 'modules/element';
2
+ import type { IInjectSpotElementParams } from 'modules/element';
3
3
  import type { ISpot, ISpots, ISpotSelectionParams } from 'modules/selection';
4
4
  import type { IRmnClient, IRmnConfig, IRmnEventManager } from 'types';
5
5
  /**
6
- * LiquidCommerce Rmn Client
6
+ * The RmnClient for client-side.
7
+ * This client is used when you are initializing the client in a browser environment.
7
8
  *
8
9
  * @class
9
10
  */
10
- export declare class LiquidCommerceRmnClient implements IRmnClient {
11
+ export declare class BrowserRmnClient implements IRmnClient {
11
12
  private readonly selectionService;
12
13
  private readonly elementService;
13
- private readonly eventService;
14
- private intersectionObserver;
14
+ private readonly spotManagerService;
15
15
  constructor(auth: IAuthCredentials);
16
16
  /**
17
17
  * Makes a selection request on our server based on the provided data.
@@ -41,6 +41,15 @@ export declare class LiquidCommerceRmnClient implements IRmnClient {
41
41
  * @return {Promise<void>} - A promise that resolves when the spot elements are injected.
42
42
  */
43
43
  injectSpotElement(params: IInjectSpotElementParams): Promise<void>;
44
+ /**
45
+ * Processes the placements that are within range and injects the spot elements into the provided placements.
46
+ *
47
+ * @param {IInjectSpotElementParams} params - Parameters for injecting spot elements.
48
+ * @param {string[]} placementIds - The placement IDs to process.
49
+ *
50
+ * @return {Promise<void>} - A promise that resolves when the spot elements are injected.
51
+ */
52
+ private processPlacements;
44
53
  /**
45
54
  * Injects a single spot element into the provided placement.
46
55
  *
@@ -71,13 +80,53 @@ export declare class LiquidCommerceRmnClient implements IRmnClient {
71
80
  private injectSpotSelectionRequest;
72
81
  }
73
82
  /**
74
- * Creates a new instance of the RmnClient.
75
- * Ensures the page is fully loaded before initializing.
83
+ * The RmnClient for server-side.
84
+ * This client is used when you are initializing the client in a non-browser environment.
85
+ *
86
+ * @class
87
+ */
88
+ export declare class ServerRmnClient implements IRmnClient {
89
+ private readonly selectionService;
90
+ constructor(auth: IAuthCredentials);
91
+ /**
92
+ * Makes a selection request on our server based on the provided data.
93
+ *
94
+ * To create a spot html element, use the RmnCreateSpotElement function.
95
+ *
96
+ * @param {ISpotSelectionParams} params - Spots selection parameters.
97
+ *
98
+ * @return {Promise<ISpots | { error : string }>} - The spots response object.
99
+ */
100
+ spotSelection(params: ISpotSelectionParams): Promise<ISpots | {
101
+ error: string;
102
+ }>;
103
+ /**
104
+ * Publishes the spot data for a given placement ID to the RMN.
105
+ *
106
+ * @param {string} placementId - The unique identifier for the placement.
107
+ * @param {ISpot} spot - The spot data.
108
+ * @return {void} - Does not return any value.
109
+ */
110
+ publishSpotToRmn(placementId: string, spot: ISpot): void;
111
+ /**
112
+ * Injects the spot elements into their provided placement.
113
+ *
114
+ * @param {IInjectSpotElementParams} params - Parameters for injecting spot elements.
115
+ *
116
+ * @return {Promise<void>} - A promise that resolves when the spot elements are injected.
117
+ */
118
+ injectSpotElement(params: IInjectSpotElementParams): Promise<void>;
119
+ }
120
+ /**
121
+ * Creates a new instance of the appropriate RmnClient based on the environment.
122
+ *
123
+ * Initializes RmnClientBrowser for client-side.
124
+ * Initializes RmnClientServer for server-side.
76
125
  *
77
126
  * @param {string} apiKey - The api key.
78
127
  * @param {IRmnConfig} config - The configuration object.
79
128
  *
80
- * @return {Promise<IRmnClient>} - The RmnClient instance.
129
+ * @return {Promise<Partial<IRmnClient>>} - The appropriate RmnClient instance.
81
130
  */
82
131
  declare function RmnClient(apiKey: string, config: IRmnConfig): Promise<IRmnClient>;
83
132
  /**
@@ -86,17 +135,4 @@ declare function RmnClient(apiKey: string, config: IRmnConfig): Promise<IRmnClie
86
135
  * @return {IRmnEventManager} - The RmnEventManager instance.
87
136
  */
88
137
  declare function RmnEventManager(): IRmnEventManager;
89
- /**
90
- * Creates the spot html element based on the provided data using shadow dom.
91
- *
92
- * This method is useful when you are initializing the client in a non-browser environment.
93
- * When you request a spot selection, you will receive the spot data in server-side and return them to the client.
94
- * Then you can use this function to create the spot html element based on the provided data without the need of the RmnClient instance.
95
- *
96
- * @param {ISpot} spot - The spot data.
97
- * @param {IRmnCreateSpotElementConfig} config - The configuration object.
98
- *
99
- * @return {HTMLElement | null} - The spot html element or null if the browser environment is not available.
100
- */
101
- declare function RmnCreateSpotElement(spot: ISpot, config?: IRmnCreateSpotElementConfig): HTMLElement | null;
102
- export { RmnClient, RmnCreateSpotElement, RmnEventManager };
138
+ export { RmnClient, RmnEventManager };
@@ -1,5 +1,5 @@
1
- import type { IInjectSpotElement } from 'modules/element';
2
- import type { ISpots } from 'modules/selection';
1
+ import type { IInjectSpotElement, ISpotColors } from 'modules/element';
2
+ import type { ISpot } from 'modules/selection';
3
3
  /**
4
4
  * Checks if the current environment is a browser environment.
5
5
  *
@@ -29,8 +29,13 @@ export declare function clearPlacement(placementId: string): void;
29
29
  * @return {void}
30
30
  */
31
31
  export declare function prepareSpotPlacement(placement: HTMLElement): void;
32
- export declare function useSpotSelectionExample(inject: IInjectSpotElement[]): Promise<ISpots | {
33
- error: string;
34
- }>;
32
+ /**
33
+ * Overrides the spot colors with the provided colors.
34
+ *
35
+ * @param {ISpot} spot - The spot data.
36
+ * @param {ISpotColors} colors - The colors to override.
37
+ *
38
+ * @return {ISpot} - The spot data with the colors overridden.
39
+ */
40
+ export declare function overrideSpotColors(spot: ISpot, colors?: ISpotColors): ISpot;
35
41
  export declare function setUserId(): void;
36
- export declare function initDOMObserver(elementIds: string[], callback: (element: HTMLElement) => void): MutationObserver;
@@ -1,12 +1,12 @@
1
- export type { IInjectSpotElement, IInjectSpotElementConfig, IInjectSpotElementParams, IRmnCreateSpotElementConfig, ISpotColors, ISpotOverlay, } from 'modules/element';
1
+ export type { IInjectSpotElement, IInjectSpotElementConfig, IInjectSpotElementParams, ISpotColors, ISpotOverlay, } from 'modules/element';
2
2
  export type { CarouselNavPositionType, ICarouselButtonOptions, ICarouselDotOptions, ICarouselOptions, } from 'modules/element/component/carousel';
3
- export type { ILifecycleState, ILSDisplayConfig, ILSDom, ILSIdentifier, ILSState, IRmnEventMap, IRmnSpotEvent, } from 'modules/event';
4
3
  export type { ISpots, RmnFilterType, RmnSpotType } from 'modules/selection';
5
4
  export { ISpot, ISpotEvent, ISpotSelectionParams } from 'modules/selection';
5
+ export type { ILifecycleState, ILSDisplayConfig, ILSDom, ILSIdentifier, ILSState, IRmnEventMap, IRmnSpotEvent, } from 'modules/spot-manager';
6
6
  import type { RMN_ENV, RMN_EVENT } from 'enums';
7
7
  import type { IInjectSpotElementParams } from 'modules/element';
8
- import type { IRmnEventMap } from 'modules/event';
9
8
  import type { ISpot, ISpots, ISpotSelectionParams } from 'modules/selection';
9
+ import type { IRmnEventMap } from 'modules/spot-manager';
10
10
  export interface IRmnClient {
11
11
  spotSelection(params: ISpotSelectionParams): Promise<ISpots | {
12
12
  error: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@liquidcommercedev/rmn-sdk",
3
3
  "description": "LiquidCommerce RMN SDK",
4
4
  "author": "LiquidCommerce Tech",
5
- "version": "1.5.0-beta.32",
5
+ "version": "1.5.0-beta.33",
6
6
  "homepage": "https://docs.liquidcommerce.co/rmn-sdk",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.esm.js",
@@ -60,15 +60,16 @@
60
60
  ],
61
61
  "license": "",
62
62
  "dependencies": {
63
- "axios": "^1.7.7",
63
+ "axios": "^1.7.9",
64
64
  "buffer": "^6.0.3",
65
- "jose": "^5.9.6"
65
+ "jose": "^5.9.6",
66
+ "tslib": "^2.8.1"
66
67
  },
67
68
  "devDependencies": {
68
- "@commitlint/cli": "^19.5.0",
69
- "@commitlint/config-conventional": "^19.5.0",
69
+ "@commitlint/cli": "^19.6.0",
70
+ "@commitlint/config-conventional": "^19.6.0",
70
71
  "@eslint/eslintrc": "^3.2.0",
71
- "@eslint/js": "^9.15.0",
72
+ "@eslint/js": "^9.16.0",
72
73
  "@rollup/plugin-commonjs": "^28.0.1",
73
74
  "@rollup/plugin-json": "^6.1.0",
74
75
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -82,28 +83,28 @@
82
83
  "@types/crypto-js": "^4.2.2",
83
84
  "@types/eslint__js": "^8.42.3",
84
85
  "@types/jest": "^29.5.14",
85
- "@types/node": "^22.9.0",
86
- "@typescript-eslint/eslint-plugin": "^8.15.0",
87
- "@typescript-eslint/parser": "^8.15.0",
88
- "@vitest/coverage-v8": "^2.1.5",
86
+ "@types/node": "^22.10.1",
87
+ "@typescript-eslint/eslint-plugin": "^8.18.0",
88
+ "@typescript-eslint/parser": "^8.18.0",
89
+ "@vitest/coverage-v8": "^2.1.8",
89
90
  "conventional-changelog-cli": "^5.0.0",
90
91
  "crypto-js": "^4.2.0",
91
- "dotenv": "^16.4.5",
92
- "eslint": "^9.15.0",
92
+ "dotenv": "^16.4.7",
93
+ "eslint": "^9.16.0",
93
94
  "eslint-config-prettier": "^9.1.0",
94
- "eslint-import-resolver-typescript": "^3.6.3",
95
+ "eslint-import-resolver-typescript": "^3.7.0",
95
96
  "eslint-plugin-import": "^2.31.0",
96
97
  "eslint-plugin-import-helpers": "^2.0.1",
97
98
  "eslint-plugin-prettier": "^5.2.1",
98
99
  "eslint-plugin-simple-import-sort": "^12.1.1",
99
100
  "eslint-plugin-sonarjs": "^2.0.4",
100
- "eslint-plugin-unicorn": "^56.0.0",
101
+ "eslint-plugin-unicorn": "^56.0.1",
101
102
  "events": "^3.3.0",
102
103
  "jest": "^29.7.0",
103
104
  "jest-environment-jsdom": "^29.7.0",
104
- "prettier": "^3.3.3",
105
+ "prettier": "^3.4.2",
105
106
  "process": "^0.11.10",
106
- "rollup": "^4.27.3",
107
+ "rollup": "^4.28.1",
107
108
  "rollup-plugin-livereload": "^2.0.5",
108
109
  "rollup-plugin-polyfill-node": "^0.13.0",
109
110
  "rollup-plugin-serve": "^1.1.1",
@@ -112,10 +113,10 @@
112
113
  "ts-jest": "^29.2.5",
113
114
  "ts-node": "^10.9.2",
114
115
  "typedoc": "^0.26.11",
115
- "typescript": "^5.6.3",
116
- "typescript-eslint": "^8.15.0",
116
+ "typescript": "^5.7.2",
117
+ "typescript-eslint": "^8.18.0",
117
118
  "vite": "^5.4.11",
118
- "vitest": "^2.1.5"
119
+ "vitest": "^2.1.8"
119
120
  },
120
121
  "engines": {
121
122
  "node": ">=20"