@tapd/tplugin-core 1.19.1-alpha.1 → 1.20.1-alpha.6

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/package.json +3 -3
  2. package/src/tapd.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapd/tplugin-core",
3
- "version": "1.19.1-alpha.1",
3
+ "version": "1.20.1-alpha.6",
4
4
  "main": "src/index.js",
5
5
  "description": "tplugin-core",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "author": "",
20
20
  "license": "",
21
21
  "dependencies": {
22
- "@tapd/tapd-node-sdk": "^1.42.1-alpha.1",
22
+ "@tapd/tapd-node-sdk": "^1.43.1-alpha.4",
23
23
  "js-yaml": "^4.1.0"
24
24
  },
25
25
  "devDependencies": {
@@ -32,5 +32,5 @@
32
32
  "files": [
33
33
  "src"
34
34
  ],
35
- "gitHead": "c57a17daed5d3246d3e1f22e3c824f623c6f230a"
35
+ "gitHead": "bca7c5c36fa185f3ce5a80071338c566ec9035c8"
36
36
  }
package/src/tapd.js CHANGED
@@ -42,8 +42,7 @@ function configEnv(key) {
42
42
  }
43
43
  });
44
44
  const rioToken = process.env.RIO_TOKEN || '';
45
- return curConfig;
46
-
45
+ return curConfig;
47
46
  }
48
47
 
49
48
  // 从 环境变量和配置文件中夹在 配置信息