@galacean/effects-core 1.4.4 → 1.4.5-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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime core for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v1.4.
|
|
6
|
+
* Version: v1.4.5-alpha.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/******************************************************************************
|
|
@@ -694,7 +694,7 @@ function isValidFontFamily(fontFamily) {
|
|
|
694
694
|
* Name: @galacean/effects-specification
|
|
695
695
|
* Description: Galacean Effects JSON Specification
|
|
696
696
|
* Author: Ant Group CO., Ltd.
|
|
697
|
-
* Version: v1.
|
|
697
|
+
* Version: v1.3.0-alpha.0
|
|
698
698
|
*/
|
|
699
699
|
|
|
700
700
|
/*********************************************/
|
|
@@ -21875,7 +21875,7 @@ var filters = {
|
|
|
21875
21875
|
* Name: @galacean/effects-specification
|
|
21876
21876
|
* Description: Galacean Effects JSON Specification
|
|
21877
21877
|
* Author: Ant Group CO., Ltd.
|
|
21878
|
-
* Version: v1.
|
|
21878
|
+
* Version: v1.3.0-alpha.0
|
|
21879
21879
|
*/
|
|
21880
21880
|
|
|
21881
21881
|
/*********************************************/
|