@player-ui/player 1.0.2--canary.890.38467 → 1.0.2--canary.897.38579
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
|
@@ -8495,8 +8495,8 @@ var Player = function() {
|
|
|
8495
8495
|
status: "not-started"
|
|
8496
8496
|
};
|
|
8497
8497
|
// ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
|
|
8498
|
-
var PLAYER_VERSION = true ? "1.0.2--canary.
|
|
8499
|
-
var COMMIT = true ? "
|
|
8498
|
+
var PLAYER_VERSION = true ? "1.0.2--canary.897.38579" : "unknown";
|
|
8499
|
+
var COMMIT = true ? "8ee4e17f55dbaf82f4efaa98596bfdde0fb80cbf" : "unknown";
|
|
8500
8500
|
var _Player = /*#__PURE__*/ function() {
|
|
8501
8501
|
function _Player(config) {
|
|
8502
8502
|
var _this = this;
|