@formant/data-sdk 1.74.0 → 1.75.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.
@@ -1 +1,2 @@
1
- export declare const FORMANT_API_URL: any;
1
+ export declare let FORMANT_API_URL: any;
2
+ export declare const setFormantApiUrl: (url: string) => void;
@@ -37,7 +37,6 @@ export declare class AuthenticationStore implements IAuthenticationStore {
37
37
  * @deprecated Do not use directly. This will be removed in future versions of the API
38
38
  */
39
39
  get isShareToken(): boolean;
40
- setEnvironment(env: "prod" | "stage" | "dev" | "local"): void;
41
40
  login(email: string, password: string): Promise<IAuthentication>;
42
41
  login(email: string, password: string, options: {
43
42
  advanced: true;
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  }
25
25
  }
26
26
  },
27
- "version": "1.74.0",
27
+ "version": "1.75.0",
28
28
  "scripts": {
29
29
  "preversion": "npm run verify",
30
30
  "postversion": "make",