@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.js
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
|
'use strict';
|
|
@@ -698,7 +698,7 @@ function isValidFontFamily(fontFamily) {
|
|
|
698
698
|
* Name: @galacean/effects-specification
|
|
699
699
|
* Description: Galacean Effects JSON Specification
|
|
700
700
|
* Author: Ant Group CO., Ltd.
|
|
701
|
-
* Version: v1.
|
|
701
|
+
* Version: v1.3.0-alpha.0
|
|
702
702
|
*/
|
|
703
703
|
|
|
704
704
|
/*********************************************/
|
|
@@ -21879,7 +21879,7 @@ var filters = {
|
|
|
21879
21879
|
* Name: @galacean/effects-specification
|
|
21880
21880
|
* Description: Galacean Effects JSON Specification
|
|
21881
21881
|
* Author: Ant Group CO., Ltd.
|
|
21882
|
-
* Version: v1.
|
|
21882
|
+
* Version: v1.3.0-alpha.0
|
|
21883
21883
|
*/
|
|
21884
21884
|
|
|
21885
21885
|
/*********************************************/
|