@opentapd/tplugin-cli 0.36.1-alpha.0 → 0.36.1-alpha.2
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/lib/deploy.js +1 -1
- package/package.json +3 -3
package/lib/deploy.js
CHANGED
|
@@ -301,7 +301,7 @@ async function deploy(branch, commit, code, { nick } = {}) {
|
|
|
301
301
|
await sleep(5000);
|
|
302
302
|
}
|
|
303
303
|
// 超时时,提醒前往平台关注部署进度
|
|
304
|
-
const deployTips =
|
|
304
|
+
const deployTips = `部署超时,前往TAPD开放平台,查看部署进度。${tpluginConf.tapd.openHost}/admin/${code}/codedeploy`;
|
|
305
305
|
spinner.fail(deployTips);
|
|
306
306
|
}
|
|
307
307
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentapd/tplugin-cli",
|
|
3
|
-
"version": "0.36.1-alpha.
|
|
3
|
+
"version": "0.36.1-alpha.2",
|
|
4
4
|
"description": "tplugin-cli",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tplugin-cli": "index.js"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "",
|
|
27
27
|
"license": "ISC",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@opentapd/tplugin-core": "^1.23.0",
|
|
29
|
+
"@opentapd/tplugin-core": "^1.23.1-alpha.0",
|
|
30
30
|
"address": "^1.2.2",
|
|
31
31
|
"archiver": "^5.3.1",
|
|
32
32
|
"axios": "^0.21.1",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"node": ">=14.13.0"
|
|
79
79
|
},
|
|
80
80
|
"main": "index.js",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "dc332135b382bc497e3291397bcd38f7603bee3a"
|
|
82
82
|
}
|