@alicloud/alfa-core 1.5.4 → 1.5.5

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.
@@ -129,7 +129,7 @@ export var getConfigV2 = /*#__PURE__*/function () {
129
129
  _context2.prev = 15;
130
130
  _context2.t0 = _context2["catch"](8);
131
131
  case 17:
132
- return _context2.abrupt("return", currentConfig);
132
+ return _context2.abrupt("return", undefined);
133
133
  case 18:
134
134
  case "end":
135
135
  return _context2.stop();
@@ -136,7 +136,7 @@ var getConfigV2 = exports.getConfigV2 = /*#__PURE__*/function () {
136
136
  _context2.prev = 15;
137
137
  _context2.t0 = _context2["catch"](8);
138
138
  case 17:
139
- return _context2.abrupt("return", currentConfig);
139
+ return _context2.abrupt("return", undefined);
140
140
  case 18:
141
141
  case "end":
142
142
  return _context2.stop();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/alfa-core",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "MicroFront End SDK for alicloud",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,4 +31,4 @@ export declare const getConfigV2: (config: IAppConfig) => Promise<{
31
31
  APP_ID?: string | undefined;
32
32
  }>;
33
33
  ALIYUN_CONSOLE_GLOBAL: Record<string, any>;
34
- }>;
34
+ } | undefined>;