kucservice 1.0.0 → 1.0.1

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/README.en.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ucservice
2
2
 
3
3
  #### Description
4
- 使用janus,cometd等技术组建成配套叙简通信软件的通信服务组件
4
+ 使用h265、webrtc等技术组建成配套叙简通信软件的通信服务组件
5
5
 
6
6
  #### Software Architecture
7
7
  Software architecture description
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ucservice
2
2
 
3
3
  #### 介绍
4
- 使用janus,cometd等技术组建成配套叙简通信软件的通信服务组件
4
+ 使用h265、webrtc等技术组建成配套叙简通信软件的通信服务组件
5
5
 
6
6
  #### 软件架构
7
7
  软件架构说明
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kucservice",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "KFT统一通信服务",
6
6
  "main": "dist/kucservice.common.js",
7
7
  "style": "kucservice.css",
@@ -40,7 +40,5 @@
40
40
  ],
41
41
  "author": "shusg",
42
42
  "license": "MIT",
43
- "dependencies": {
44
- "jquery": "3.2.1"
45
- }
43
+ "dependencies": {}
46
44
  }