@alicloud/console-base-conf-parse-env 1.4.10-beta.0 → 1.4.10

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.
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = getCountry;
7
7
  var _cookie = require("@alicloud/cookie");
8
8
  function getCountry() {
9
- return (0, _cookie.getCookie)('apsara_country') || (0, _cookie.getCookie)('aliyun_country') || 'CN'; // CN INTL JP
9
+ return (0, _cookie.getCookie)('apsara_country') || (0, _cookie.getCookie)('aliyun_country') || 'CN'; // CN US
10
10
  }
@@ -1,4 +1,4 @@
1
1
  import { getCookie } from '@alicloud/cookie';
2
2
  export default function getCountry() {
3
- return getCookie('apsara_country') || getCookie('aliyun_country') || 'CN'; // CN INTL JP
3
+ return getCookie('apsara_country') || getCookie('aliyun_country') || 'CN'; // CN US
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-conf-parse-env",
3
- "version": "1.4.10-beta.0",
3
+ "version": "1.4.10",
4
4
  "description": "ConsoleBase CONF.ENV parse",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,