@galacean/effects-specification 2.0.0-alpha.2 → 2.0.0-alpha.4

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.
@@ -1,4 +1,4 @@
1
- import type { ComponentData, EffectsObjectData } from './components';
1
+ import type { DataPath, EffectsObjectData } from './components';
2
2
  import type { ItemEndBehavior, ParentItemEndBehavior, BaseContent, TransformData } from './item/base-item';
3
3
  import type { ItemType, RenderLevel } from './type';
4
4
  export interface VFXItemData extends EffectsObjectData {
@@ -70,5 +70,5 @@ export interface VFXItemData extends EffectsObjectData {
70
70
  /**
71
71
  * 元素的组件数据
72
72
  */
73
- components: ComponentData[];
73
+ components: DataPath[];
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-specification",
3
- "version": "2.0.0-alpha.2",
3
+ "version": "2.0.0-alpha.4",
4
4
  "description": "Galacean Effects JSON Specification",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "iOS 9"
38
38
  ],
39
39
  "devDependencies": {
40
- "@commitlint/cli": "^13.2.1",
40
+ "@commitlint/cli": "^19.2.2",
41
41
  "@commitlint/config-conventional": "^13.2.0",
42
42
  "@rollup/plugin-commonjs": "^21.0.3",
43
43
  "@rollup/plugin-node-resolve": "^13.1.3",