@opentapd/tplugin-cli 0.21.0-beta.3 → 0.21.0-beta.5

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.
Files changed (2) hide show
  1. package/lib/deploy.js +1 -1
  2. package/package.json +1 -1
package/lib/deploy.js CHANGED
@@ -326,7 +326,7 @@ async function getAppTestVersion({ code }) {
326
326
  const { data } = await tapdsdk.request({ url: 'open_user_app/get_app_current_test_version', params: {
327
327
  code,
328
328
  } });
329
- return data.data;
329
+ return get(data, 'data.test_deploy_info');
330
330
  }
331
331
 
332
332
  // 切换当前公司的测试版本
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.21.0-beta.3",
3
+ "version": "0.21.0-beta.5",
4
4
  "description": "tplugin-cli",
5
5
  "bin": {
6
6
  "tplugin-cli": "index.js"