@galacean/effects-core 1.5.0 → 1.5.2
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.5.
|
|
6
|
+
* Version: v1.5.2
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -702,7 +702,7 @@ function isValidFontFamily(fontFamily) {
|
|
|
702
702
|
* Name: @galacean/effects-specification
|
|
703
703
|
* Description: Galacean Effects JSON Specification
|
|
704
704
|
* Author: Ant Group CO., Ltd.
|
|
705
|
-
* Version: v1.3.0
|
|
705
|
+
* Version: v1.3.0
|
|
706
706
|
*/
|
|
707
707
|
|
|
708
708
|
/*********************************************/
|
|
@@ -21883,7 +21883,7 @@ var filters = {
|
|
|
21883
21883
|
* Name: @galacean/effects-specification
|
|
21884
21884
|
* Description: Galacean Effects JSON Specification
|
|
21885
21885
|
* Author: Ant Group CO., Ltd.
|
|
21886
|
-
* Version: v1.3.0
|
|
21886
|
+
* Version: v1.3.0
|
|
21887
21887
|
*/
|
|
21888
21888
|
|
|
21889
21889
|
/*********************************************/
|