@player-ui/player 0.11.0-next.4 → 0.11.0-next.5

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.
@@ -5078,8 +5078,8 @@ var DefaultViewPlugin = class {
5078
5078
  };
5079
5079
 
5080
5080
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5081
- var PLAYER_VERSION = "__VERSION__";
5082
- var COMMIT = "__GIT_COMMIT__";
5081
+ var PLAYER_VERSION = true ? "0.11.0-next.5" : "__VERSION__";
5082
+ var COMMIT = true ? "6ed308100ab3dfe18d439335dc038bf68f8c1bc2" : "__GIT_COMMIT__";
5083
5083
  var _Player = class _Player {
5084
5084
  constructor(config) {
5085
5085
  this.logger = new TapableLogger();
@@ -5491,4 +5491,4 @@ export {
5491
5491
  withParser,
5492
5492
  withoutContext
5493
5493
  };
5494
- //# sourceMappingURL=index.mjs.map
5494
+ //# sourceMappingURL=index.mjs.map sourceMappingURL=index.mjs.map
package/dist/index.mjs CHANGED
@@ -5078,8 +5078,8 @@ var DefaultViewPlugin = class {
5078
5078
  };
5079
5079
 
5080
5080
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
5081
- var PLAYER_VERSION = "__VERSION__";
5082
- var COMMIT = "__GIT_COMMIT__";
5081
+ var PLAYER_VERSION = true ? "0.11.0-next.5" : "__VERSION__";
5082
+ var COMMIT = true ? "6ed308100ab3dfe18d439335dc038bf68f8c1bc2" : "__GIT_COMMIT__";
5083
5083
  var _Player = class _Player {
5084
5084
  constructor(config) {
5085
5085
  this.logger = new TapableLogger();
@@ -5491,4 +5491,4 @@ export {
5491
5491
  withParser,
5492
5492
  withoutContext
5493
5493
  };
5494
- //# sourceMappingURL=index.mjs.map
5494
+ //# sourceMappingURL=index.mjs.map sourceMappingURL=index.mjs.map