@soonspacejs/plugin-cps-soonmanager 2.9.3 → 2.9.5

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/types.d.ts CHANGED
@@ -180,6 +180,7 @@ export type TAnimationsTweenProps = Pick<IKeyframe, 'x' | 'y' | 'z' | 'rotationX
180
180
  * playAnimationById options
181
181
  */
182
182
  export interface IPlayAnimationByIdOptions {
183
+ autoStopPrevious?: boolean;
183
184
  onUpdate?: (source: TAnimationsTweenProps, tween: Tween<TAnimationsTweenProps>) => void;
184
185
  onStart?: (tween: Tween<TAnimationsTweenProps>) => void;
185
186
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.9.3",
4
+ "version": "2.9.5",
5
5
  "description": "Sync cps soonmanager data plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "2ad20f307bce24bf92ef17472ccbadd64da159a8",
16
+ "gitHead": "29ad56babad46dfae6b0aba61e3a113706eaf672",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.9.3"
18
+ "soonspacejs": "2.9.5"
19
19
  }
20
20
  }