@alicloud/alfa-react 1.5.5 → 1.5.7

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.
@@ -139,6 +139,9 @@ export default function createApplication(loader) {
139
139
  }
140
140
  if ((_RISK_INFO = window.RISK_INFO) !== null && _RISK_INFO !== void 0 && _RISK_INFO.UMID) aliyunExternalsVars.push('RISK_INFO');
141
141
  if ((_um = window.um) !== null && _um !== void 0 && _um.getToken) aliyunExternalsVars.push('um');
142
+ ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG'].forEach(function (key) {
143
+ if (window[key]) aliyunExternalsVars.push(key);
144
+ });
142
145
  return _objectSpread(_objectSpread({}, customSandbox), {}, {
143
146
  // allowResources: [
144
147
  // ...(customSandbox?.allowResources || []),
package/es/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '1.5.5';
1
+ export var version = '1.5.7';
@@ -149,6 +149,9 @@ function createApplication(loader) {
149
149
  }
150
150
  if ((_RISK_INFO = window.RISK_INFO) !== null && _RISK_INFO !== void 0 && _RISK_INFO.UMID) aliyunExternalsVars.push('RISK_INFO');
151
151
  if ((_um = window.um) !== null && _um !== void 0 && _um.getToken) aliyunExternalsVars.push('um');
152
+ ['__bl', 'aplus_queue', 'goldlog_queue', 'goldlog', 'APLUS_CONFIG'].forEach(function (key) {
153
+ if (window[key]) aliyunExternalsVars.push(key);
154
+ });
152
155
  return _objectSpread(_objectSpread({}, customSandbox), {}, {
153
156
  // allowResources: [
154
157
  // ...(customSandbox?.allowResources || []),
package/lib/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- var version = '1.5.5';
7
+ var version = '1.5.7';
8
8
  exports.version = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/alfa-react",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "Alfa Framework (React Version)",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -36,8 +36,8 @@
36
36
  "classnames": "^2.2.6",
37
37
  "crypto-js": "^4.1.1",
38
38
  "prop-types": "^15.8.1",
39
- "@alicloud/console-os-loader": "1.4.30-alpha.0",
40
- "@alicloud/alfa-core": "1.4.32"
39
+ "@alicloud/alfa-core": "1.4.32",
40
+ "@alicloud/console-os-loader": "1.4.30"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.0.0"
@@ -1 +1 @@
1
- export declare const version = "1.5.5";
1
+ export declare const version = "1.5.7";