@xfe-repo/web-register 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -441,9 +441,7 @@ var createRegister = function(options) {
441
441
  case 0:
442
442
  onLoad = config.onLoad, onError = config.onError, _config_plugins = config.plugins, plugins = _config_plugins === void 0 ? [] : _config_plugins;
443
443
  context = getContext();
444
- if (params === null || params === void 0 ? void 0 : params.isPreload) {
445
- context.isPreload = true;
446
- }
444
+ if (params === null || params === void 0 ? void 0 : params.isPreload) context.isPreload = true;
447
445
  context.query = (params === null || params === void 0 ? void 0 : params.query) || {};
448
446
  delete context.error;
449
447
  finalResult = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-register",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false,
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",