sunuid-sdk 1.0.57 → 1.0.58

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.
@@ -645,7 +645,7 @@
645
645
 
646
646
  // Générer un identifiant aléatoire pour la session WebSocket
647
647
  var randomId = 'web_' + Math.random().toString(36).slice(2) + '_' + Date.now();
648
- this.socket = io('wss://samasocket.fayma.sn:9443', {
648
+ this.socket = io('wss://socket.sunuid.com:9446', {
649
649
  query: {
650
650
  token: randomId,
651
651
  type: 'web',