@seatmap.pro/renderer 1.69.10 → 1.70.0
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 +469 -41
- package/lib/index.js +1 -1
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatmap.pro/renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.70.0",
|
|
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",
|
|
@@ -87,7 +87,6 @@
|
|
|
87
87
|
"@types/node": "^22.15.12",
|
|
88
88
|
"@types/react": "^18.2.64",
|
|
89
89
|
"@types/react-dom": "^18.2.21",
|
|
90
|
-
"@types/stats.js": "^0.17.4",
|
|
91
90
|
"@types/throttle-debounce": "^5.0.2",
|
|
92
91
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
93
92
|
"@typescript-eslint/parser": "^8.0.0",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"kdbush": "^4.0.2",
|
|
136
135
|
"nanoid": "^5.1.5",
|
|
137
136
|
"robot3": "1.1.1",
|
|
138
|
-
"stats.js": "^0.17.0",
|
|
139
137
|
"throttle-debounce": "^5.0.2"
|
|
140
138
|
},
|
|
141
139
|
"resolutions": {
|