@tencentcloud/trtc-cloud-wx 0.0.28 → 0.0.30-beta.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/package.json +4 -45
- package/{dist/trtc-cloud-wx.js → trtc-cloud-wx.js} +573 -663
- package/.babelrc +0 -6
- package/.eslintrc.json +0 -129
- package/build/chokidar.js +0 -19
- package/build/clear.js +0 -24
- package/build/copy.js +0 -24
- package/build/copy_to_roomkit.js +0 -19
- package/dist/package.json +0 -15
- package/docs/API/TRTCCloud.html +0 -4353
- package/docs/API/index.html +0 -98
- package/docs/API/scripts/add-toc.js +0 -57
- package/docs/API/scripts/collapse.js +0 -20
- package/docs/API/scripts/highlight/highlight.min.js +0 -1282
- package/docs/API/scripts/highlight/highlightjs-line-numbers.min.js +0 -1
- package/docs/API/scripts/linenumber.js +0 -25
- package/docs/API/scripts/nav.js +0 -12
- package/docs/API/scripts/polyfill.js +0 -4
- package/docs/API/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/docs/API/scripts/prettify/lang-css.js +0 -2
- package/docs/API/scripts/prettify/prettify.js +0 -28
- package/docs/API/scripts/search.js +0 -83
- package/docs/API/styles/font.css +0 -81
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 +0 -0
- package/docs/API/styles/highlight/highlight.min.css +0 -26
- package/docs/API/styles/highlight/rainbow.min.css +0 -1
- package/docs/API/styles/jsdoc.css +0 -684
- package/docs/API/styles/prettify.css +0 -79
- package/docs/API/styles/toc.css +0 -44
- package/docs/API/tutorial-00-guideline.html +0 -81
- package/docs/doc-src/home.md +0 -7
- package/docs/doc-src/tutorials/00-guideline.md +0 -1
- package/docs/doc-src/tutorials/tutorials.json +0 -5
- package/jsdoc.json +0 -43
- package/rollup.config.js +0 -19
- package/sdk_publish.bash +0 -5
- package/src/TaskMachine.ts +0 -368
- package/src/deviceAuthorize.ts +0 -75
- package/src/index.ts +0 -1091
- package/src/interface/index.ts +0 -44
- package/src/interface/types.ts +0 -88
- package/src/log/logger.ts +0 -103
- package/src/types.d.ts +0 -1
- package/src/utils/common.ts +0 -67
- package/src/utils/index.ts +0 -2
- package/src/utils/translate.ts +0 -125
- package/tsconfig.json +0 -15
- package/typedoc.json +0 -21
package/package.json
CHANGED
|
@@ -1,56 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencentcloud/trtc-cloud-wx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30-beta.1",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "
|
|
6
|
-
"module": "dist/trtc-cloud-wx.js",
|
|
5
|
+
"main": "./trtc-cloud-wx.js",
|
|
7
6
|
"type": "module",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "npm run clear && rollup -c && node ./build/copy_to_roomkit.js",
|
|
10
|
-
"dev": "node ./build/chokidar.js",
|
|
11
|
-
"clear": "node ./build/clear.js",
|
|
12
|
-
"copy": "node ./build/copy.js",
|
|
13
|
-
"doc": "npx typedoc --tsconfig typedoc.json",
|
|
14
|
-
"doc:watch": "typedoc --watch",
|
|
15
|
-
"doc:build": "jsdoc -c jsdoc.json",
|
|
16
|
-
"publish": "bash ./sdk_publish.bash"
|
|
17
|
-
},
|
|
18
7
|
"keywords": [],
|
|
19
8
|
"author": "",
|
|
20
9
|
"license": "ISC",
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@babel/core": "^7.21.4",
|
|
23
|
-
"@babel/preset-env": "^7.21.4",
|
|
24
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
25
|
-
"@rollup/plugin-babel": "^6.0.3",
|
|
26
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
27
|
-
"@rollup/plugin-terser": "^0.4.3",
|
|
28
|
-
"@rollup/plugin-typescript": "^11.0.0",
|
|
29
|
-
"@types/node": "^18.15.11",
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "^2.28.0",
|
|
31
|
-
"@typescript-eslint/parser": "^2.28.0",
|
|
32
|
-
"babel-loader": "^9.1.2",
|
|
33
|
-
"better-docs": "^2.7.2",
|
|
34
|
-
"chokidar": "^3.5.3",
|
|
35
|
-
"docdash-blue": "^1.1.9",
|
|
36
|
-
"eslint": "^5.14.1",
|
|
37
|
-
"eslint-config-airbnb-base": "13.1.0",
|
|
38
|
-
"eslint-loader": "^2.1.2",
|
|
39
|
-
"eslint-plugin-import": "^2.27.5",
|
|
40
|
-
"eslint-plugin-node": "^7.0.1",
|
|
41
|
-
"eslint-plugin-promise": "^3.8.0",
|
|
42
|
-
"jsdoc": "^4.0.2",
|
|
43
|
-
"rollup": "^3.27.1",
|
|
44
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
45
|
-
"taffydb": "^2.7.3",
|
|
46
|
-
"tslib": "^2.5.0",
|
|
47
|
-
"typedoc": "^0.24.4",
|
|
48
|
-
"typedoc-theme-hierarchy": "^3.1.0",
|
|
49
|
-
"typescript": "^5.0.2"
|
|
50
|
-
},
|
|
51
10
|
"dependencies": {
|
|
52
11
|
"aegis-mp-sdk": "^1.37.7",
|
|
53
12
|
"eventemitter3": "^5.0.0",
|
|
54
|
-
"trtc-wx-sdk": "
|
|
13
|
+
"trtc-wx-sdk": "1.1.7"
|
|
55
14
|
}
|
|
56
|
-
}
|
|
15
|
+
}
|