iflow-engine-base 2.0.6 → 2.1.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.d.ts CHANGED
@@ -167,7 +167,7 @@ declare class ControlModule {
167
167
  active(): void;
168
168
  disActive(): void;
169
169
  setMoveSpeed(value: number): void;
170
- getMoveSpeed(): any;
170
+ getMoveSpeed(): number;
171
171
  setApplyCollision(value: boolean): void;
172
172
  getApplyCollision(): any;
173
173
  setApplyGravity(value: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine-base",
3
- "version": "2.0.6",
3
+ "version": "2.1.0",
4
4
  "description": "BIM Engine SDK for Vue2, Vue3, React and HTML",
5
5
  "main": "./dist/bim-engine-sdk.umd.js",
6
6
  "module": "./dist/bim-engine-sdk.es.js",