@reyaxyz/api-sdk 0.125.4 → 0.125.6
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.
|
@@ -116,7 +116,7 @@ export declare class SocketClient {
|
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
set onMessage(callback: (event: SocketMessage) => void);
|
|
119
|
-
getReadyState(): 0 |
|
|
119
|
+
getReadyState(): 0 | 2 | 1 | 3 | undefined;
|
|
120
120
|
/**
|
|
121
121
|
* @description Send a subscribe message to the websocket connection.
|
|
122
122
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reyaxyz/api-sdk",
|
|
3
|
-
"version": "0.125.
|
|
3
|
+
"version": "0.125.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"generate:coverage-badges": "npx istanbul-badges-readme --silent"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@reyaxyz/common": "0.
|
|
36
|
+
"@reyaxyz/common": "0.193.0",
|
|
37
37
|
"@simplewebauthn/browser": "^10.0.0",
|
|
38
38
|
"@simplewebauthn/types": "^10.0.0",
|
|
39
39
|
"axios": "^1.6.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ws": "^8.16.0"
|
|
44
44
|
},
|
|
45
45
|
"packageManager": "pnpm@8.3.1",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6acc4dfec5a6b8d04db2623e9a9452580ad2bec0",
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/ws": "8.5.10"
|
|
49
49
|
}
|