@pooflabs/core 0.0.17 → 0.0.18
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3215,7 +3215,7 @@ let clientConfig = {
|
|
|
3215
3215
|
name: '',
|
|
3216
3216
|
logoUrl: '',
|
|
3217
3217
|
apiKey: '',
|
|
3218
|
-
wsApiUrl: 'wss://
|
|
3218
|
+
wsApiUrl: 'wss://api.tarobase.com',
|
|
3219
3219
|
apiUrl: 'https://api.tarobase.com',
|
|
3220
3220
|
authApiUrl: 'https://auth.tarobase.com',
|
|
3221
3221
|
appId: '',
|
package/dist/index.mjs
CHANGED
|
@@ -3195,7 +3195,7 @@ let clientConfig = {
|
|
|
3195
3195
|
name: '',
|
|
3196
3196
|
logoUrl: '',
|
|
3197
3197
|
apiKey: '',
|
|
3198
|
-
wsApiUrl: 'wss://
|
|
3198
|
+
wsApiUrl: 'wss://api.tarobase.com',
|
|
3199
3199
|
apiUrl: 'https://api.tarobase.com',
|
|
3200
3200
|
authApiUrl: 'https://auth.tarobase.com',
|
|
3201
3201
|
appId: '',
|