@seatmap.pro/renderer 1.55.1 → 1.55.2
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/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2696,7 +2696,7 @@ declare class SeatmapBookingRenderer extends Renderer {
|
|
|
2696
2696
|
* Package version information
|
|
2697
2697
|
* This file is automatically updated during the build process
|
|
2698
2698
|
*/
|
|
2699
|
-
declare const VERSION = "1.55.
|
|
2699
|
+
declare const VERSION = "1.55.2";
|
|
2700
2700
|
|
|
2701
2701
|
declare const defaultZoomSettings: IZoomSettings;
|
|
2702
2702
|
declare const mergeSettings: (defaults: IRendererSettings, settings?: Partial<IRendererSettings>) => IRendererSettings & Partial<IRendererSettings>;
|