@bodhiapp/bodhi-js-core 0.0.35 → 0.0.37

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.
@@ -59,6 +59,7 @@ export declare abstract class DirectClientBase implements IDirectClient {
59
59
  protected state: DirectState;
60
60
  private onStateChange;
61
61
  private refreshPromise;
62
+ private initPromise;
62
63
  private apiTimeoutMs;
63
64
  private initialTokens;
64
65
  private _chat;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/bodhi-js-core",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "description": "Core types and interfaces for Bodhi Browser SDK",
5
5
  "type": "module",
6
6
  "main": "dist/bodhi-core.cjs.js",
@@ -85,9 +85,9 @@
85
85
  }
86
86
  },
87
87
  "dependencies": {
88
- "@bodhiapp/bodhi-browser-types": "0.0.35",
89
- "@bodhiapp/setup-modal-types": "0.0.35",
90
- "@bodhiapp/setup-modal-v2-types": "0.0.35",
88
+ "@bodhiapp/bodhi-browser-types": "0.0.37",
89
+ "@bodhiapp/setup-modal-types": "0.0.37",
90
+ "@bodhiapp/setup-modal-v2-types": "0.0.37",
91
91
  "@bodhiapp/ts-client": "0.1.31",
92
92
  "ua-parser-js": "^1.0.40"
93
93
  },