@formant/data-sdk 0.0.74 → 0.0.75

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.
@@ -79,7 +79,7 @@ export interface StreamData {
79
79
  export declare type DataPoint = [number, any];
80
80
  export declare class App {
81
81
  private static sendAppMessage;
82
- private static getCurrentModuleContext;
82
+ static getCurrentModuleContext(): string | null;
83
83
  static isModule(): boolean;
84
84
  static goToTime(date: Date): void;
85
85
  static showMessage(message: string): void;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "require": "./dist/data-sdk.umd.js"
19
19
  }
20
20
  },
21
- "version": "0.0.74",
21
+ "version": "0.0.75",
22
22
  "scripts": {
23
23
  "dev": "vite --port 9146",
24
24
  "build": "tsc && vite build",