@seatmap.pro/renderer 1.55.2 → 1.56.5
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/README.md +74 -0
- package/lib/index.d.ts +139 -7
- package/lib/index.js +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatmap.pro/renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.56.5",
|
|
4
4
|
"description": "Seatmap renderer library for booking and admin interfaces by Seatmap.pro",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"last 2 Firefox versions",
|
|
138
138
|
"last 2 Safari versions",
|
|
139
139
|
"last 2 Edge versions",
|
|
140
|
+
"ios_saf >= 12",
|
|
140
141
|
">1%",
|
|
141
142
|
"not dead",
|
|
142
143
|
"not ie 11"
|