@player-ui/react 0.4.0-next.1 → 0.4.0-next.3

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
@@ -182,8 +182,8 @@ var __async$1 = (__this, __arguments, generator) => {
182
182
  step((generator = generator.apply(__this, __arguments)).next());
183
183
  });
184
184
  };
185
- const WEB_PLAYER_VERSION = "0.4.0-next.1";
186
- const COMMIT = "f66def4fd8f14f4898927c9ff6061d6094b7b250";
185
+ const WEB_PLAYER_VERSION = "0.4.0-next.3";
186
+ const COMMIT = "b56b5b154a80f95e08b18dc94ad97cf8cb4b5f7e";
187
187
  const _window = typeof window === "undefined" ? void 0 : window;
188
188
  class ReactPlayer {
189
189
  constructor(options) {
package/dist/index.esm.js CHANGED
@@ -175,8 +175,8 @@ var __async$1 = (__this, __arguments, generator) => {
175
175
  step((generator = generator.apply(__this, __arguments)).next());
176
176
  });
177
177
  };
178
- const WEB_PLAYER_VERSION = "0.4.0-next.1";
179
- const COMMIT = "f66def4fd8f14f4898927c9ff6061d6094b7b250";
178
+ const WEB_PLAYER_VERSION = "0.4.0-next.3";
179
+ const COMMIT = "b56b5b154a80f95e08b18dc94ad97cf8cb4b5f7e";
180
180
  const _window = typeof window === "undefined" ? void 0 : window;
181
181
  class ReactPlayer {
182
182
  constructor(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@player-ui/react",
3
- "version": "0.4.0-next.1",
3
+ "version": "0.4.0-next.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"
@@ -11,12 +11,12 @@
11
11
  "react-dom": "^17.0.2"
12
12
  },
13
13
  "dependencies": {
14
- "@player-ui/player": "0.4.0-next.1",
15
- "@player-ui/partial-match-registry": "0.4.0-next.1",
16
- "@player-ui/metrics-plugin": "0.4.0-next.1",
17
- "@player-ui/react-subscribe": "0.4.0-next.1",
14
+ "@player-ui/player": "0.4.0-next.3",
15
+ "@player-ui/partial-match-registry": "0.4.0-next.3",
16
+ "@player-ui/metrics-plugin": "0.4.0-next.3",
17
+ "@player-ui/react-subscribe": "0.4.0-next.3",
18
18
  "react-error-boundary": "^3.1.3",
19
- "tapable-ts": "^0.2.2",
19
+ "tapable-ts": "^0.2.3",
20
20
  "@babel/runtime": "7.15.4"
21
21
  },
22
22
  "main": "dist/index.cjs.js",
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.4.0-next.1';
23
- const COMMIT = 'f66def4fd8f14f4898927c9ff6061d6094b7b250';
22
+ const WEB_PLAYER_VERSION = '0.4.0-next.3';
23
+ const COMMIT = 'b56b5b154a80f95e08b18dc94ad97cf8cb4b5f7e';
24
24
 
25
25
  export interface DevtoolsGlobals {
26
26
  /** A global for a plugin to load to Player for devtools */