@alisaitteke/seatmap-canvas 2.7.0 → 2.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alisaitteke/seatmap-canvas",
3
- "version": "2.7.0",
3
+ "version": "2.7.5",
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",
@@ -44,6 +44,22 @@
44
44
  "types": "./src/react/index.ts",
45
45
  "import": "./src/react/index.ts"
46
46
  },
47
+ "./nextjs": {
48
+ "types": "./src/nextjs/index.ts",
49
+ "import": "./src/nextjs/index.ts"
50
+ },
51
+ "./nextjs/app-router": {
52
+ "types": "./src/nextjs/app-router/index.ts",
53
+ "import": "./src/nextjs/app-router/index.ts"
54
+ },
55
+ "./nextjs/pages-router": {
56
+ "types": "./src/nextjs/pages-router/index.tsx",
57
+ "import": "./src/nextjs/pages-router/index.tsx"
58
+ },
59
+ "./angular": {
60
+ "types": "./src/angular/index.ts",
61
+ "import": "./src/angular/index.ts"
62
+ },
47
63
  "./dist/*": "./dist/*"
48
64
  },
49
65
  "devDependencies": {
@@ -53,8 +69,8 @@
53
69
  "@rollup/plugin-typescript": "^11.1.5",
54
70
  "@types/d3": "^5.16.0",
55
71
  "@types/node": "^16.6.3",
56
- "@types/react": "^19.2.9",
57
- "@types/react-dom": "^19.2.3",
72
+ "@types/react": "^18.0.0",
73
+ "@types/react-dom": "^18.0.0",
58
74
  "d3": "^7.9.0",
59
75
  "react": "^18.0.0",
60
76
  "react-dom": "^18.0.0",
@@ -73,17 +89,33 @@
73
89
  "typescript": "^4.7.4"
74
90
  },
75
91
  "peerDependencies": {
92
+ "@angular/common": ">=14.0.0",
93
+ "@angular/core": ">=14.0.0",
94
+ "next": ">=13.0.0",
76
95
  "react": "^18.0.0",
77
96
  "react-dom": "^18.0.0",
97
+ "rxjs": "^7.0.0",
78
98
  "vue": "^3.3.0"
79
99
  },
80
100
  "peerDependenciesMeta": {
101
+ "@angular/common": {
102
+ "optional": true
103
+ },
104
+ "@angular/core": {
105
+ "optional": true
106
+ },
107
+ "next": {
108
+ "optional": true
109
+ },
81
110
  "react": {
82
111
  "optional": true
83
112
  },
84
113
  "react-dom": {
85
114
  "optional": true
86
115
  },
116
+ "rxjs": {
117
+ "optional": true
118
+ },
87
119
  "vue": {
88
120
  "optional": true
89
121
  }
@@ -96,15 +128,27 @@
96
128
  "seating",
97
129
  "seatmap",
98
130
  "seat-selection",
131
+ "angular",
132
+ "angular-component",
133
+ "angular-directive",
134
+ "angular14",
135
+ "angular17",
99
136
  "vue",
100
137
  "vue3",
101
138
  "vuejs",
102
139
  "react",
103
140
  "reactjs",
104
141
  "react-component",
142
+ "nextjs",
143
+ "next.js",
144
+ "nextjs-component",
145
+ "app-router",
146
+ "pages-router",
147
+ "server-components",
105
148
  "seat-booking",
106
149
  "theater-seating",
107
150
  "event-seating",
108
151
  "ticket-booking"
109
- ]
152
+ ],
153
+ "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
110
154
  }