futbol-in-core 1.0.15 → 1.0.16
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Municipios';
|
|
2
|
-
export * from './Competicion';
|
|
3
|
-
export * from './Logros';
|
|
1
|
+
export * from './Municipios/index';
|
|
2
|
+
export * from './Competicion/index';
|
|
3
|
+
export * from './Logros/index';
|
package/dist/constants/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Municipios';
|
|
2
|
-
export * from './Competicion';
|
|
3
|
-
export * from './Logros';
|
|
1
|
+
export * from './Municipios/index';
|
|
2
|
+
export * from './Competicion/index';
|
|
3
|
+
export * from './Logros/index';
|
package/dist/enum/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './User';
|
|
2
|
-
export * from './Logros';
|
|
3
|
-
export * from './Competicion';
|
|
4
|
-
export * from './Equipos';
|
|
5
|
-
export * from './Futbolin';
|
|
6
|
-
export * from './Lugares';
|
|
1
|
+
export * from './User/index';
|
|
2
|
+
export * from './Logros/index';
|
|
3
|
+
export * from './Competicion/index';
|
|
4
|
+
export * from './Equipos/index';
|
|
5
|
+
export * from './Futbolin/index';
|
|
6
|
+
export * from './Lugares/index';
|
package/dist/enum/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './User';
|
|
2
|
-
export * from './Logros';
|
|
3
|
-
export * from './Competicion';
|
|
4
|
-
export * from './Equipos';
|
|
5
|
-
export * from './Futbolin';
|
|
6
|
-
export * from './Lugares';
|
|
1
|
+
export * from './User/index';
|
|
2
|
+
export * from './Logros/index';
|
|
3
|
+
export * from './Competicion/index';
|
|
4
|
+
export * from './Equipos/index';
|
|
5
|
+
export * from './Futbolin/index';
|
|
6
|
+
export * from './Lugares/index';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./Competicion";
|
|
2
|
-
export * from "./Equipo";
|
|
1
|
+
export * from "./Competicion/index";
|
|
2
|
+
export * from "./Equipo/index";
|
|
3
3
|
export * from "./Error/Error";
|
|
4
4
|
export * from "./Logros/Logro";
|
|
5
5
|
export * from "./MapItem/IMapItem";
|
|
6
6
|
export * from "./Notificaciones/INotificaciones";
|
|
7
7
|
export * from "./Request/TypedRequest";
|
|
8
|
-
export * from "./Spot";
|
|
9
|
-
export * from "./User";
|
|
8
|
+
export * from "./Spot/index";
|
|
9
|
+
export * from "./User/index";
|
package/dist/types/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./Competicion";
|
|
2
|
-
export * from "./Equipo";
|
|
1
|
+
export * from "./Competicion/index";
|
|
2
|
+
export * from "./Equipo/index";
|
|
3
3
|
export * from "./Error/Error";
|
|
4
4
|
export * from "./Logros/Logro";
|
|
5
5
|
export * from "./MapItem/IMapItem";
|
|
6
6
|
export * from "./Notificaciones/INotificaciones";
|
|
7
7
|
export * from "./Request/TypedRequest";
|
|
8
|
-
export * from "./Spot";
|
|
9
|
-
export * from "./User";
|
|
8
|
+
export * from "./Spot/index";
|
|
9
|
+
export * from "./User/index";
|