@opentapd/tplugin-cli 0.45.1-alpha.0 → 0.46.1-alpha.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/lib/serve.js +1 -1
- package/package.json +3 -3
package/lib/serve.js
CHANGED
|
@@ -98,7 +98,7 @@ module.exports = async () => {
|
|
|
98
98
|
spinner.fail('创建测试企业失败');
|
|
99
99
|
process.exit(1);
|
|
100
100
|
}
|
|
101
|
-
spinner.succeed('
|
|
101
|
+
spinner.succeed('创建测试企业成功,请前往邮箱验证后重新登录切换到测试企业');
|
|
102
102
|
process.exit(1);
|
|
103
103
|
} else {
|
|
104
104
|
spinner.info('请前往开放平台->开发者后台->应用测试创建测试企业');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentapd/tplugin-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.1-alpha.0",
|
|
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.
|
|
29
|
+
"@opentapd/tplugin-core": "^1.30.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": "4ba308efc1f3faf6cf5b5901116d4440a49d43e7"
|
|
82
82
|
}
|