@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 CHANGED
@@ -3215,7 +3215,7 @@ let clientConfig = {
3215
3215
  name: '',
3216
3216
  logoUrl: '',
3217
3217
  apiKey: '',
3218
- wsApiUrl: 'wss://ws.tarobase.com',
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://ws.tarobase.com',
3198
+ wsApiUrl: 'wss://api.tarobase.com',
3199
3199
  apiUrl: 'https://api.tarobase.com',
3200
3200
  authApiUrl: 'https://auth.tarobase.com',
3201
3201
  appId: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pooflabs/core",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Core functionality for Poof SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",