@golstats/lilini-player-detection 1.0.36 → 1.0.37

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": "@golstats/lilini-player-detection",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "type": "module",
5
5
  "main": "dist/lilini-player-detection.umd.js",
6
6
  "module": "dist/lilini-player-detection.es.js",
@@ -28,8 +28,8 @@
28
28
  "@golstats/gsc-filters": "^1.0.80",
29
29
  "@golstats/gsc-modalview-golstats-var": "^1.0.0",
30
30
  "@golstats/gsc-switch-component": "^1.0.14",
31
- "@golstats/gsc-table-and-radar": "^1.0.16",
32
- "@golstats/gsc-table-scrollable": "^1.0.23",
31
+ "@golstats/gsc-table-and-radar": "^1.0.17",
32
+ "@golstats/gsc-table-scrollable": "^1.0.24",
33
33
  "axios": "^1.8.3"
34
34
  },
35
35
  "devDependencies": {
package/README.md DELETED
@@ -1,31 +0,0 @@
1
- # Lilini Player Detection
2
-
3
- Un componente Vue 3 para mostrar y gestionar tarjetas de jugadores con estadísticas.
4
-
5
- ## Instalación
6
-
7
- ```bash
8
- npm install @golstats/lilini-player-detection
9
- ```
10
-
11
- ## Uso
12
-
13
- ```vue
14
- <template>
15
- <LiliniPlayerDetection />
16
- </template>
17
-
18
- <script setup>
19
- import { LiliniPlayerDetection } from '@golstats/lilini-player-detection'
20
- </script>
21
- ```
22
-
23
- ## Componente
24
-
25
- ### LiliniPlayerDetection
26
-
27
- El componente principal que incluye toda la funcionalidad de detección de jugadores.
28
-
29
- ## Licencia
30
-
31
- MIT