@reactoo/watchtogether-sdk-js 2.5.58 → 2.5.59

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": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.5.58",
3
+ "version": "2.5.59",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -529,6 +529,7 @@ const syncModule = function ({room, emitter} = {}) {
529
529
  room._log('All interface options: ', _playerInterfaceOptions );
530
530
 
531
531
  if(_playerInterfaceOptions.type === 'none') {
532
+ room._log('Sync module has been disabled via type:none');
532
533
  return;
533
534
  }
534
535