@galacean/effects-plugin-dom-content 2.9.1 → 2.10.0-alpha.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.
|
|
6
|
+
* Version: v2.10.0-alpha.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -1716,7 +1716,7 @@ exports.DomContentComponent = __decorate([
|
|
|
1716
1716
|
EFFECTS.effectsClass(DATA_TYPE)
|
|
1717
1717
|
], exports.DomContentComponent);
|
|
1718
1718
|
|
|
1719
|
-
var version = "2.
|
|
1719
|
+
var version = "2.10.0-alpha.0";
|
|
1720
1720
|
EFFECTS.registerPlugin("dom-content", DomContentLoader);
|
|
1721
1721
|
EFFECTS.logger.info("Plugin dom-content version: " + version + ".");
|
|
1722
1722
|
if (version !== EFFECTS__namespace.version) {
|