@micromag/viewer 0.4.66 → 0.4.67
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/es/index.js +0 -9
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -2185,15 +2185,6 @@ function PlaybackControls(_ref) {
|
|
|
2185
2185
|
buffering = _useMediaState.buffering,
|
|
2186
2186
|
playing = _useMediaState.playing,
|
|
2187
2187
|
muted = _useMediaState.muted;
|
|
2188
|
-
console.log({
|
|
2189
|
-
wantedPlaying: wantedPlaying,
|
|
2190
|
-
wantedMuted: wantedMuted,
|
|
2191
|
-
muted: muted,
|
|
2192
|
-
playing: playing,
|
|
2193
|
-
buffering: buffering,
|
|
2194
|
-
showLoading: showLoading,
|
|
2195
|
-
ready: ready
|
|
2196
|
-
});
|
|
2197
2188
|
useEffect(function () {
|
|
2198
2189
|
var id = null;
|
|
2199
2190
|
setShowLoading(false);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.67",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "49cf82b5aadf1ca493a56e16accd5c28795c4149",
|
|
93
93
|
"types": "es/index.d.ts"
|
|
94
94
|
}
|