node-nim 10.9.10-beta.134 → 10.9.10

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.
@@ -1 +1 @@
1
- {"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;AAupBC,CAAC"}
1
+ {"version":3,"file":"v2_nim_struct_def.js","sourceRoot":"","sources":["../../ts/v2_def/v2_nim_struct_def.ts"],"names":[],"mappings":";;AAypBC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "10.9.10-beta.134",
3
+ "version": "10.9.10",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "dist/node-nim.js",
6
6
  "bin": {
@@ -67,6 +67,8 @@ export interface V2NIMPrivateServerOption {
67
67
  nosAccelerateHosts?: Array<string>;
68
68
  /** nos 加速地址拼接模板, 用于获得加速后的下载地址 */
69
69
  nosAccelerateAddress?: string;
70
+ /** nos 默认上传分片大小,单位字节。如您想设置分片大小为 5MB,则应设置为 5 * 1024 * 1024 @since v10.9.10 */
71
+ nosMaxUploadPartSize?: number;
70
72
  /** 探测 ipv4 地址类型使用的 url */
71
73
  probeIpv4Url?: string;
72
74
  /** 探测 ipv6 地址类型使用的 url */