@newbeebox/newbeebox-client-web-sdk 1.0.5 → 1.0.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.
- package/index.js +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/index.js
CHANGED
|
@@ -6,7 +6,7 @@ const TASK_REQUEST_TIMEOUT = 1000; // 1秒
|
|
|
6
6
|
const LOCAL_PORT_LIST = [35560, 35561, 35562, 35563, 35564, 35565, 35566, 35567, 35568, 35569, 35570, 35571, 35572, 35573, 35574, 35575, 35576, 35577, 35578, 35579];
|
|
7
7
|
// 服务端地址
|
|
8
8
|
const CLIENT_SERVICE_BASE_URL = "http://127.0.0.1";
|
|
9
|
-
export
|
|
9
|
+
export class NewBeeClient {
|
|
10
10
|
app_id = "";
|
|
11
11
|
|
|
12
12
|
newbee_client_port = 0;
|
package/package.json
CHANGED