@galacean/effects-plugin-dom-content 2.10.0-alpha.5 → 2.10.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/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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects plugin for rendering HTML/CSS DOM content as texture
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 陈茉
|
|
6
|
-
* Version: v2.10.0
|
|
6
|
+
* Version: v2.10.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -1744,7 +1744,7 @@ exports.DomContentComponent = __decorate([
|
|
|
1744
1744
|
EFFECTS.effectsClass(DATA_TYPE)
|
|
1745
1745
|
], exports.DomContentComponent);
|
|
1746
1746
|
|
|
1747
|
-
var version = "2.10.0
|
|
1747
|
+
var version = "2.10.0";
|
|
1748
1748
|
EFFECTS.registerPlugin("dom-content", DomContentLoader);
|
|
1749
1749
|
EFFECTS.logger.info("Plugin dom-content version: " + version + ".");
|
|
1750
1750
|
if (version !== EFFECTS__namespace.version) {
|