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