ability-cli 0.3.5 → 0.3.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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var DEFAULT_CONFIG = {
14
14
  env: "prod",
15
15
  profiles: {
16
16
  test: {
17
- baseUrl: "https://biz-gw.zyqltest.com",
17
+ baseUrl: "https://biz-gw.t-stepos.com",
18
18
  authToken: ""
19
19
  },
20
20
  stg: {
@@ -22,7 +22,7 @@ var DEFAULT_CONFIG = {
22
22
  authToken: ""
23
23
  },
24
24
  prod: {
25
- baseUrl: "https://biz-gw.zyql.com",
25
+ baseUrl: "https://biz-gw.stepos.com",
26
26
  authToken: ""
27
27
  }
28
28
  },
@@ -220,7 +220,7 @@ function buildAgentRequestContext(merged) {
220
220
  merged.baseUrl,
221
221
  process.env.ABILITY_CLI_BASE_URL,
222
222
  profile.baseUrl,
223
- "https://biz-gw.zyql.com"
223
+ "https://biz-gw.stepos.com"
224
224
  );
225
225
  return {
226
226
  baseUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ability-cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "原子能力平台 CLI 工具",
5
5
  "repository": {
6
6
  "type": "git",