@galacean/effects-plugin-dom-content 2.9.3 → 2.10.0-alpha.1

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 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.9.3
6
+ * Version: v2.10.0-alpha.1
7
7
  */
8
8
 
9
9
  'use strict';
@@ -1740,7 +1740,7 @@ exports.DomContentComponent = __decorate([
1740
1740
  EFFECTS.effectsClass(DATA_TYPE)
1741
1741
  ], exports.DomContentComponent);
1742
1742
 
1743
- var version = "2.9.3";
1743
+ var version = "2.10.0-alpha.1";
1744
1744
  EFFECTS.registerPlugin("dom-content", DomContentLoader);
1745
1745
  EFFECTS.logger.info("Plugin dom-content version: " + version + ".");
1746
1746
  if (version !== EFFECTS__namespace.version) {