@alisaitteke/seatmap-canvas 2.4.1 → 2.5.15
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alisaitteke/seatmap-canvas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.15",
|
|
4
4
|
"tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation",
|
|
5
5
|
"author": "Ali Sait TEKE <alisaitt@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/alisaitteke/seatmap-canvas",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
13
|
"private": false,
|
|
14
|
-
"description": "
|
|
14
|
+
"description": "Seatmap Canvas is an advanced, open-source library for interactive seat selection in various settings such as stadiums, theaters, and event spaces. Designed with d3.js, this code version is optimized for developers looking for a customizable and efficient solution to handle seat arrangements and user interactions.",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git+https://github.com/alisaitteke/seatmap-canvas.git"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"scripts": {
|
|
21
|
-
"start": "rollup --config --watch --bundleConfigAsCjs",
|
|
21
|
+
"start:dev": "rollup --config --watch --bundleConfigAsCjs",
|
|
22
22
|
"build": "rollup -c --prod --bundleConfigAsCjs"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
33
33
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
34
34
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
35
|
-
"@types/d3": "^5.
|
|
35
|
+
"@types/d3": "^5.16.0",
|
|
36
36
|
"@types/node": "^16.6.3",
|
|
37
|
-
"d3": "^5.
|
|
37
|
+
"d3": "^5.16.0",
|
|
38
38
|
"reflect-metadata": "^0.1.12",
|
|
39
39
|
"rollup": "^4.9.1",
|
|
40
40
|
"rollup-plugin-cleandir": "^2.0.0",
|