@magic-xpa/utils 4.1300.0-dev4130.129 → 4.1300.0-dev4130.131

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/utils",
3
- "version": "4.1300.0-dev4130.129",
3
+ "version": "4.1300.0-dev4130.131",
4
4
  "description": "magic utils package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/mscorelib": "4.1300.0-dev4130.129",
11
+ "@magic-xpa/mscorelib": "4.1300.0-dev4130.131",
12
12
  "socket.io": "^4.8.3",
13
13
  "socket.io-client": "^4.8.3"
14
14
  },
@@ -2585,7 +2585,7 @@ declare class SubscriberClient {
2585
2585
  /**
2586
2586
  * Get the singleton instance of SubscriberClient
2587
2587
  */
2588
- static getInstance(): SubscriberClient;
2588
+ static getInstance(serverURI: string): SubscriberClient;
2589
2589
  /**
2590
2590
  * Subscribe to a specific topic
2591
2591
  * @param topic The topic to subscribe to