@player-ui/player 0.1.1-next.6 → 0.1.1-next.7

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
@@ -1036,7 +1036,7 @@ var __async = (__this, __arguments, generator) => {
1036
1036
  step((generator = generator.apply(__this, __arguments)).next());
1037
1037
  });
1038
1038
  };
1039
- const PLAYER_VERSION = "0.1.1-next.6";
1039
+ const PLAYER_VERSION = "0.1.1-next.7";
1040
1040
  const COMMIT = "f48d91686d024164911827b75361163c827cea00";
1041
1041
  const _Player = class {
1042
1042
  constructor(config) {
package/dist/index.esm.js CHANGED
@@ -1036,7 +1036,7 @@ var __async = (__this, __arguments, generator) => {
1036
1036
  step((generator = generator.apply(__this, __arguments)).next());
1037
1037
  });
1038
1038
  };
1039
- const PLAYER_VERSION = "0.1.1-next.6";
1039
+ const PLAYER_VERSION = "0.1.1-next.7";
1040
1040
  const COMMIT = "f48d91686d024164911827b75361163c827cea00";
1041
1041
  const _Player = class {
1042
1042
  constructor(config) {
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@player-ui/player",
3
- "version": "0.1.1-next.6",
3
+ "version": "0.1.1-next.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"
7
7
  },
8
8
  "peerDependencies": {},
9
9
  "dependencies": {
10
- "@player-ui/binding": "0.1.1-next.6",
11
- "@player-ui/constants": "0.1.1-next.6",
12
- "@player-ui/data": "0.1.1-next.6",
13
- "@player-ui/expressions": "0.1.1-next.6",
14
- "@player-ui/flow": "0.1.1-next.6",
15
- "@player-ui/logger": "0.1.1-next.6",
16
- "@player-ui/partial-match-registry": "0.1.1-next.6",
17
- "@player-ui/schema": "0.1.1-next.6",
18
- "@player-ui/string-resolver": "0.1.1-next.6",
19
- "@player-ui/types": "0.1.1-next.6",
20
- "@player-ui/utils": "0.1.1-next.6",
21
- "@player-ui/validator": "0.1.1-next.6",
22
- "@player-ui/view": "0.1.1-next.6",
10
+ "@player-ui/binding": "0.1.1-next.7",
11
+ "@player-ui/constants": "0.1.1-next.7",
12
+ "@player-ui/data": "0.1.1-next.7",
13
+ "@player-ui/expressions": "0.1.1-next.7",
14
+ "@player-ui/flow": "0.1.1-next.7",
15
+ "@player-ui/logger": "0.1.1-next.7",
16
+ "@player-ui/partial-match-registry": "0.1.1-next.7",
17
+ "@player-ui/schema": "0.1.1-next.7",
18
+ "@player-ui/string-resolver": "0.1.1-next.7",
19
+ "@player-ui/types": "0.1.1-next.7",
20
+ "@player-ui/utils": "0.1.1-next.7",
21
+ "@player-ui/validator": "0.1.1-next.7",
22
+ "@player-ui/view": "0.1.1-next.7",
23
23
  "babel-plugin-preval": "^5.0.0",
24
24
  "dequal": "^2.0.2",
25
25
  "p-defer": "^3.0.0",
package/src/player.ts CHANGED
@@ -27,7 +27,7 @@ import type {
27
27
  import { NOT_STARTED_STATE } from './types';
28
28
 
29
29
  // Variables injected at build time
30
- const PLAYER_VERSION = '0.1.1-next.6';
30
+ const PLAYER_VERSION = '0.1.1-next.7';
31
31
  const COMMIT = 'f48d91686d024164911827b75361163c827cea00';
32
32
 
33
33
  export interface PlayerPlugin {