@galacean/effects-specification 1.2.0-beta.0 → 1.2.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/fallback/migration.d.ts +1 -1
- package/dist/fallback.js +4 -1
- package/dist/fallback.js.map +1 -1
- package/dist/fallback.mjs +4 -1
- package/dist/fallback.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/fallback.mjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Name: @galacean/effects-specification
|
|
3
3
|
* Description: Galacean Effects JSON Specification
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
|
-
* Version: v1.2.0
|
|
5
|
+
* Version: v1.2.0
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/*********************************************/
|
|
@@ -1491,6 +1491,9 @@ function version24Migration(json) {
|
|
|
1491
1491
|
}
|
|
1492
1492
|
function convertParam(content) {
|
|
1493
1493
|
var e_2, _a;
|
|
1494
|
+
if (!content) {
|
|
1495
|
+
return;
|
|
1496
|
+
}
|
|
1494
1497
|
try {
|
|
1495
1498
|
for (var _b = __values(Object.keys(content)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1496
1499
|
var key = _c.value;
|