@alicloud/alfa-react 2.0.8-beta.1 → 2.0.9-beta.1
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 +1 -1
- package/es/version.js +1 -1
- package/lib/createApplication.js +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/types/version.d.ts +1 -1
package/es/createApplication.js
CHANGED
|
@@ -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.
|
|
1
|
+
export var version = '2.0.9-beta.1';
|
package/lib/createApplication.js
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/alfa-react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9-beta.1",
|
|
4
4
|
"description": "Alfa Framework (React Version)",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lodash-es": "^4.17.21",
|
|
56
56
|
"prop-types": "^15.8.1",
|
|
57
57
|
"react-lazyload": "^3.2.1",
|
|
58
|
-
"@alicloud/alfa-core": "^1.5.12
|
|
58
|
+
"@alicloud/alfa-core": "^1.5.12",
|
|
59
59
|
"@alicloud/console-os-loader": "^1.4.45"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
package/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0.
|
|
1
|
+
export declare const version = "2.0.9-beta.1";
|