@alicloud/alfa-react 2.0.8 → 2.0.9

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.
@@ -148,7 +148,7 @@ export default function createApplication(loader) {
148
148
  }
149
149
  if ((_RISK_INFO = window.RISK_INFO) !== null && _RISK_INFO !== void 0 && _RISK_INFO.UMID) aliyunExternalsVars.push('RISK_INFO');
150
150
  if ((_um = window.um) !== null && _um !== void 0 && _um.getToken) aliyunExternalsVars.push('um');
151
- ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG', 'ONEBRIDGE_MOCK_SERVER'].forEach(function (key) {
151
+ ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG', 'ONEBRIDGE_MOCK_SERVER', 'CLOUD_DOMAIN_CONFIG'].forEach(function (key) {
152
152
  if (window[key]) aliyunExternalsVars.push(key);
153
153
  });
154
154
  return _objectSpread(_objectSpread({}, customSandbox), {}, {
package/es/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '2.0.8';
1
+ export var version = '2.0.9';
@@ -157,7 +157,7 @@ function createApplication(loader) {
157
157
  }
158
158
  if ((_RISK_INFO = window.RISK_INFO) !== null && _RISK_INFO !== void 0 && _RISK_INFO.UMID) aliyunExternalsVars.push('RISK_INFO');
159
159
  if ((_um = window.um) !== null && _um !== void 0 && _um.getToken) aliyunExternalsVars.push('um');
160
- ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG', 'ONEBRIDGE_MOCK_SERVER'].forEach(function (key) {
160
+ ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG', 'ONEBRIDGE_MOCK_SERVER', 'CLOUD_DOMAIN_CONFIG'].forEach(function (key) {
161
161
  if (window[key]) aliyunExternalsVars.push(key);
162
162
  });
163
163
  return _objectSpread(_objectSpread({}, customSandbox), {}, {
package/lib/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- var version = exports.version = '2.0.8';
7
+ var version = exports.version = '2.0.9';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/alfa-react",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Alfa Framework (React Version)",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -1 +1 @@
1
- export declare const version = "2.0.8";
1
+ export declare const version = "2.0.9";