@galacean/effects-plugin-rich-text 2.8.0-alpha.6 → 2.8.0
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/alipay.js +1 -1
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +1 -1
- package/dist/alipay.mjs.map +1 -1
- package/dist/douyin.js +1 -1
- package/dist/douyin.js.map +1 -1
- package/dist/douyin.mjs +1 -1
- package/dist/douyin.mjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +1 -1
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +1 -1
- package/dist/weapp.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects player rich text plugin
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 云垣
|
|
6
|
-
* Version: v2.8.0
|
|
6
|
+
* Version: v2.8.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import * as EFFECTS from '@galacean/effects';
|
|
@@ -1724,7 +1724,7 @@ applyMixins(RichTextComponent, [
|
|
|
1724
1724
|
|
|
1725
1725
|
/**
|
|
1726
1726
|
* 插件版本号
|
|
1727
|
-
*/ var version = "2.8.0
|
|
1727
|
+
*/ var version = "2.8.0";
|
|
1728
1728
|
registerPlugin("rich-text", RichTextLoader);
|
|
1729
1729
|
logger.info("Plugin rich text version: " + version + ".");
|
|
1730
1730
|
if (version !== EFFECTS.version) {
|