@opentapd/tplugin-cli 0.19.0 → 0.20.0-beta.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.
package/config.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "tapd": {
3
3
  "openHost": "https://open.tapd.cn",
4
4
  "tapdHost": "https://tapd.cn",
5
- "websocketHost": "wss://proxifer.tapd.cn/proxy",
5
+ "websocketHost": "ws://proxifer.tapd.cn/proxy",
6
6
  "apiHost": "https://api.tapd.cn",
7
7
  "upgradeWebsocketHost": "wss://upgrader.tapd.cn",
8
8
  "pluginEnv": "cloud"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.19.0",
3
+ "version": "0.20.0-beta.10",
4
4
  "description": "tplugin-cli",
5
5
  "bin": {
6
6
  "tplugin-cli": "index.js"
package/Readme.ex.md DELETED
@@ -1,13 +0,0 @@
1
- # TAPD 托管命令行
2
-
3
-
4
- ```bash
5
- tplugin-cli logout
6
-
7
- tplugin-cli login
8
-
9
- ```
10
-
11
- [快速入门](https://o.tapd.tencent.com/document/plugin-doc/introduction/getting-started.html)
12
-
13
- ### 欢迎反馈
package/Readme.oa.md DELETED
@@ -1,23 +0,0 @@
1
- # TAPD 托管命令行
2
-
3
-
4
- ## IDC 网络的使用
5
-
6
- ### 怎看自己是不是IDC网络
7
-
8
- 查看这个[链接](https://iwiki.woa.com/tencent/static/iwiki-editor-pro/dist/preview.html?space=&page=1227785302&id=131410&name=6997554869969258912(1).MP4&size=1160018&language=zh)
9
-
10
- ### 如果是 IDC 网路怎么办
11
-
12
- ```bash
13
- export TPLUGIN_ENV='idc'
14
-
15
- tplugin-cli logout
16
-
17
- tplugin-cli login
18
-
19
- ```
20
-
21
- [快速入门](https://o.tapd.woa.com/document/plugin-doc/introduction/getting-started.html)
22
-
23
- ### 欢迎反馈
File without changes