@player-ui/player 1.1.0-next.3 → 1.1.0-next.4
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/Player.native.js +2 -2
- package/dist/Player.native.js.map +1 -1
- package/dist/cjs/index.cjs +2 -2
- package/dist/index.legacy-esm.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/Player.native.js
CHANGED
|
@@ -8505,8 +8505,8 @@ var Player = function() {
|
|
|
8505
8505
|
status: "not-started"
|
|
8506
8506
|
};
|
|
8507
8507
|
// ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
|
|
8508
|
-
var PLAYER_VERSION = true ? "1.1.0-next.
|
|
8509
|
-
var COMMIT = true ? "
|
|
8508
|
+
var PLAYER_VERSION = true ? "1.1.0-next.4" : "unknown";
|
|
8509
|
+
var COMMIT = true ? "c00a0bc3257d918e21b7244a770ae462017f0fae" : "unknown";
|
|
8510
8510
|
var _Player = /*#__PURE__*/ function() {
|
|
8511
8511
|
function _Player(config) {
|
|
8512
8512
|
var _this = this;
|