@mtgame/core 0.2.5 → 0.2.7
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/bundles/mtgame-core.umd.js +1 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/basketball-game-log.js +2 -1
- package/esm2015/services/centrifugo.service.js +1 -2
- package/fesm2015/mtgame-core.js +1 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/basketball-game-log.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3941,6 +3941,7 @@
|
|
|
3941
3941
|
is_bench: 'isBench',
|
|
3942
3942
|
group: 'group',
|
|
3943
3943
|
marked: 'marked',
|
|
3944
|
+
coords: 'coords',
|
|
3944
3945
|
},
|
|
3945
3946
|
relation: {
|
|
3946
3947
|
datetime: DateTimeField,
|
|
@@ -13427,7 +13428,6 @@
|
|
|
13427
13428
|
if (!this.channels$[channel]) {
|
|
13428
13429
|
return;
|
|
13429
13430
|
}
|
|
13430
|
-
console.log(message);
|
|
13431
13431
|
this.channels$[channel].next(message);
|
|
13432
13432
|
};
|
|
13433
13433
|
return CentrifugoService;
|