@player-ui/reference-assets-plugin 0.11.0 → 0.12.0--canary.642.22872
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/ReferenceAssetsPlugin.native.js +2 -2
- package/dist/ReferenceAssetsPlugin.native.js.map +1 -1
- package/dist/xlr/ActionAsset.json +2 -2
- package/dist/xlr/ChatMessageAsset.json +1 -1
- package/dist/xlr/ChoiceAsset.json +5 -5
- package/dist/xlr/CollectionAsset.json +1 -1
- package/dist/xlr/ImageAsset.json +2 -2
- package/dist/xlr/InfoAsset.json +1 -1
- package/dist/xlr/InputAsset.json +2 -2
- package/dist/xlr/TextAsset.json +4 -4
- package/package.json +5 -5
|
@@ -7490,8 +7490,8 @@ var ReferenceAssetsPlugin = function() {
|
|
|
7490
7490
|
]);
|
|
7491
7491
|
return DefaultViewPlugin;
|
|
7492
7492
|
}();
|
|
7493
|
-
var PLAYER_VERSION =
|
|
7494
|
-
var COMMIT =
|
|
7493
|
+
var PLAYER_VERSION = true ? "0.12.0--canary.642.22872" : "__VERSION__";
|
|
7494
|
+
var COMMIT = true ? "bcaf7bef6960bca2b21ead352496dacc9aff8c9b" : "__GIT_COMMIT__";
|
|
7495
7495
|
var _Player = /*#__PURE__*/ function() {
|
|
7496
7496
|
function _Player2(config) {
|
|
7497
7497
|
var _this = this;
|