@clockworkdog/cogs-client 1.1.0 → 1.2.0-rc.1

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.
@@ -385,4 +385,3 @@ function log(...data) {
385
385
  function isFadeValid(fade) {
386
386
  return typeof fade === 'number' && !isNaN(fade) && fade > 0;
387
387
  }
388
- //# sourceMappingURL=AudioPlayer.js.map
@@ -164,4 +164,3 @@ function websocketParametersFromUrl(url) {
164
164
  return { path: `/client/${encodeURIComponent(serial)}`, pathParams };
165
165
  }
166
166
  }
167
- //# sourceMappingURL=CogsConnection.js.map
@@ -304,4 +304,3 @@ exports.default = VideoPlayer;
304
304
  function preloadString(preload) {
305
305
  return typeof preload === 'string' ? preload : preload ? 'metadata' : 'none';
306
306
  }
307
- //# sourceMappingURL=VideoPlayer.js.map