vis-core 0.30.3 → 0.30.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/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -754,7 +754,7 @@ declare class Hooks {
|
|
|
754
754
|
fromJSON(source: string): void;
|
|
755
755
|
toJSON(): string;
|
|
756
756
|
clear(): void;
|
|
757
|
-
dispatch(type: keyof Hooks['events'], ...args: any[]): any
|
|
757
|
+
dispatch(type: keyof Hooks['events'], ...args: any[]): Promise<any>;
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
declare class Icosahedron extends BaseObject {
|
|
@@ -1725,7 +1725,7 @@ export { TWEEN }
|
|
|
1725
1725
|
|
|
1726
1726
|
export { Tween }
|
|
1727
1727
|
|
|
1728
|
-
export declare const VERSION = "0.30.
|
|
1728
|
+
export declare const VERSION = "0.30.5";
|
|
1729
1729
|
|
|
1730
1730
|
declare class Viewport {
|
|
1731
1731
|
editor: Editor;
|