@player-ui/react 0.3.0-next.0 → 0.3.0-next.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.
package/dist/index.cjs.js CHANGED
@@ -83,8 +83,8 @@ var __async$1 = (__this, __arguments, generator) => {
83
83
  step((generator = generator.apply(__this, __arguments)).next());
84
84
  });
85
85
  };
86
- const WEB_PLAYER_VERSION = "0.3.0-next.0";
87
- const COMMIT = "3825b6503560748fb9e082fe56f89709e6a5a43d";
86
+ const WEB_PLAYER_VERSION = "0.3.0-next.1";
87
+ const COMMIT = "88bfa5490cbc5a66f3a879df4865b3b57f184d39";
88
88
  const _window = typeof window === "undefined" ? void 0 : window;
89
89
  class WebPlayer {
90
90
  constructor(options) {
package/dist/index.esm.js CHANGED
@@ -76,8 +76,8 @@ var __async$1 = (__this, __arguments, generator) => {
76
76
  step((generator = generator.apply(__this, __arguments)).next());
77
77
  });
78
78
  };
79
- const WEB_PLAYER_VERSION = "0.3.0-next.0";
80
- const COMMIT = "3825b6503560748fb9e082fe56f89709e6a5a43d";
79
+ const WEB_PLAYER_VERSION = "0.3.0-next.1";
80
+ const COMMIT = "88bfa5490cbc5a66f3a879df4865b3b57f184d39";
81
81
  const _window = typeof window === "undefined" ? void 0 : window;
82
82
  class WebPlayer {
83
83
  constructor(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@player-ui/react",
3
- "version": "0.3.0-next.0",
3
+ "version": "0.3.0-next.1",
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.3.0-next.0",
15
- "@player-ui/partial-match-registry": "0.3.0-next.0",
16
- "@player-ui/metrics-plugin": "0.3.0-next.0",
17
- "@player-ui/react-asset": "0.3.0-next.0",
18
- "@player-ui/react-subscribe": "0.3.0-next.0",
19
- "@player-ui/react-utils": "0.3.0-next.0",
14
+ "@player-ui/player": "0.3.0-next.1",
15
+ "@player-ui/partial-match-registry": "0.3.0-next.1",
16
+ "@player-ui/metrics-plugin": "0.3.0-next.1",
17
+ "@player-ui/react-asset": "0.3.0-next.1",
18
+ "@player-ui/react-subscribe": "0.3.0-next.1",
19
+ "@player-ui/react-utils": "0.3.0-next.1",
20
20
  "react-error-boundary": "^3.1.3",
21
21
  "tapable-ts": "^0.1.0",
22
22
  "@babel/runtime": "7.15.4"
package/src/player.tsx CHANGED
@@ -19,8 +19,8 @@ import type { WebPlayerProps } from './app';
19
19
  import PlayerComp from './app';
20
20
  import OnUpdatePlugin from './plugins/onupdate-plugin';
21
21
 
22
- const WEB_PLAYER_VERSION = '0.3.0-next.0';
23
- const COMMIT = '3825b6503560748fb9e082fe56f89709e6a5a43d';
22
+ const WEB_PLAYER_VERSION = '0.3.0-next.1';
23
+ const COMMIT = '88bfa5490cbc5a66f3a879df4865b3b57f184d39';
24
24
 
25
25
  export interface DevtoolsGlobals {
26
26
  /** A global for a plugin to load to Player for devtools */