@player-ui/react 0.7.1-next.0 → 0.8.0--canary.307.9645

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/dist/index.cjs.js CHANGED
@@ -207,8 +207,8 @@ var __async$1 = (__this, __arguments, generator) => {
207
207
  step((generator = generator.apply(__this, __arguments)).next());
208
208
  });
209
209
  };
210
- const WEB_PLAYER_VERSION = "0.7.1-next.0";
211
- const COMMIT = "b0282a1b53e7a91069e97814edec091b3de9ec5f";
210
+ const WEB_PLAYER_VERSION = "0.8.0--canary.307.9645";
211
+ const COMMIT = "79b6ff7d9e56f7da866ba1b9d82363a8196f1949";
212
212
  const _window = typeof window === "undefined" ? void 0 : window;
213
213
  class ReactPlayer {
214
214
  constructor(options) {
package/dist/index.esm.js CHANGED
@@ -200,8 +200,8 @@ var __async$1 = (__this, __arguments, generator) => {
200
200
  step((generator = generator.apply(__this, __arguments)).next());
201
201
  });
202
202
  };
203
- const WEB_PLAYER_VERSION = "0.7.1-next.0";
204
- const COMMIT = "b0282a1b53e7a91069e97814edec091b3de9ec5f";
203
+ const WEB_PLAYER_VERSION = "0.8.0--canary.307.9645";
204
+ const COMMIT = "79b6ff7d9e56f7da866ba1b9d82363a8196f1949";
205
205
  const _window = typeof window === "undefined" ? void 0 : window;
206
206
  class ReactPlayer {
207
207
  constructor(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@player-ui/react",
3
- "version": "0.7.1-next.0",
3
+ "version": "0.8.0--canary.307.9645",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"
@@ -11,10 +11,10 @@
11
11
  "react-dom": "^17.0.2"
12
12
  },
13
13
  "dependencies": {
14
- "@player-ui/player": "0.7.1-next.0",
15
- "@player-ui/partial-match-registry": "0.7.1-next.0",
16
- "@player-ui/metrics-plugin": "0.7.1-next.0",
17
- "@player-ui/react-subscribe": "0.7.1-next.0",
14
+ "@player-ui/player": "0.8.0--canary.307.9645",
15
+ "@player-ui/partial-match-registry": "0.8.0--canary.307.9645",
16
+ "@player-ui/metrics-plugin": "0.8.0--canary.307.9645",
17
+ "@player-ui/react-subscribe": "0.8.0--canary.307.9645",
18
18
  "react-error-boundary": "^3.1.3",
19
19
  "tapable-ts": "^0.2.3",
20
20
  "@babel/runtime": "7.15.4"
package/src/player.tsx CHANGED
@@ -19,8 +19,8 @@ import type { ReactPlayerProps } from './app';
19
19
  import PlayerComp from './app';
20
20
  import OnUpdatePlugin from './plugins/onupdate-plugin';
21
21
 
22
- const WEB_PLAYER_VERSION = '0.7.1-next.0';
23
- const COMMIT = 'b0282a1b53e7a91069e97814edec091b3de9ec5f';
22
+ const WEB_PLAYER_VERSION = '0.8.0--canary.307.9645';
23
+ const COMMIT = '79b6ff7d9e56f7da866ba1b9d82363a8196f1949';
24
24
 
25
25
  export interface DevtoolsGlobals {
26
26
  /** A global for a plugin to load to Player for devtools */