@seatmap.pro/renderer 1.61.2 → 1.62.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 +3 -3
- package/lib/index.js +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatmap.pro/renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.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",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"typedoc": "^0.28.4",
|
|
121
121
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
122
122
|
"typescript": "~5.9.3",
|
|
123
|
-
"vite": "^7.3.
|
|
123
|
+
"vite": "^7.3.2",
|
|
124
124
|
"vite-plugin-dts": "^4.5.4",
|
|
125
125
|
"vite-plugin-glsl": "^1.5.5",
|
|
126
126
|
"vitest": "^4.0.18",
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
"eslint/minimatch": "3.1.5",
|
|
143
143
|
"@eslint/eslintrc/minimatch": "3.1.5",
|
|
144
144
|
"@microsoft/api-extractor": "7.57.6",
|
|
145
|
+
"vite": "^7.3.2",
|
|
145
146
|
"@microsoft/api-extractor/minimatch": "10.2.4",
|
|
146
147
|
"typedoc/minimatch": "9.0.8",
|
|
147
148
|
"@vue/language-core/minimatch": "9.0.8",
|