@fivenorth/loop-sdk 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2365,6 +2365,7 @@ class LoopSDK {
2365
2365
  localStorage.setItem("loop_connect", JSON.stringify(connectionInfo));
2366
2366
  this.onAccept?.(this.provider);
2367
2367
  this.hideQrCode();
2368
+ this.connection?.connectWebSocket(connectionInfo.ticketId, this.handleWebSocketMessage.bind(this));
2368
2369
  } catch (error) {
2369
2370
  console.error("Failed to update local storage with auth token.", error);
2370
2371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fivenorth/loop-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "hello@fivenorth.io",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",