node-nim 10.10.0-beta.59 → 10.10.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "10.10.0-beta.59",
3
+ "version": "10.10.0",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "dist/node-nim.js",
6
6
  "bin": {
@@ -2895,6 +2895,7 @@ export interface V2NIMLbsResponse {
2895
2895
  link: Array<string>;
2896
2896
  weblink: Array<string>;
2897
2897
  quiclink: Array<string>;
2898
+ tlslink: Array<string>;
2898
2899
  }
2899
2900
  export interface V2NIMLbsRecord {
2900
2901
  code: number;