@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.
- package/es/createApplication.js +3 -0
- package/es/version.js +1 -1
- package/lib/createApplication.js +3 -0
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/types/version.d.ts +1 -1
package/es/createApplication.js
CHANGED
|
@@ -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.
|
|
1
|
+
export var version = '1.5.7';
|
package/lib/createApplication.js
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/alfa-react",
|
|
3
|
-
"version": "1.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/
|
|
40
|
-
"@alicloud/
|
|
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"
|
package/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "1.5.
|
|
1
|
+
export declare const version = "1.5.7";
|