futbol-in-core 1.0.16 → 1.0.17

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/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';
@@ -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';
@@ -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';
@@ -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';
@@ -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";
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "futbol-in-core",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",