@golstats/gsc-reports 1.0.135 → 1.0.136

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/gsc-reports",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "main": "dist/gsc-reports.umd.js",
5
5
  "module": "dist/gsc-reports.es.js",
6
6
  "exports": {
@@ -835,6 +835,13 @@ watch(
835
835
  { immediate: true },
836
836
  )
837
837
 
838
+ watch(
839
+ () => props.token,
840
+ () => {
841
+ cargarTorneos()
842
+ },
843
+ )
844
+
838
845
  onMounted(() => {
839
846
  // Si se debe mostrar el error 409 desde el inicio, configurarlo
840
847
  if (props.showError409OnMount) {