shineout 1.12.9 → 1.12.10

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.
@@ -103,7 +103,7 @@ function (_Component) {
103
103
  }, function (e) {
104
104
  _this2.handleError(e);
105
105
 
106
- return new _errors.FormError(e);
106
+ return (0, _errors.wrapFormError)(e);
107
107
  });
108
108
  };
109
109
 
package/css/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as utils from './utils'
3
3
 
4
4
  declare const __default: {
5
5
  utils: typeof utils,
6
- version: '1.12.9'
6
+ version: '1.12.10'
7
7
  }
8
8
 
9
9
  export default __default
package/css/index.js CHANGED
@@ -224,6 +224,6 @@ exports.Upload = _Upload.default;
224
224
  // Created by scripts/src-index.js.
225
225
  var _default = {
226
226
  utils: utils,
227
- version: '1.12.9'
227
+ version: '1.12.10'
228
228
  };
229
229
  exports.default = _default;
package/dist/shineout.js CHANGED
@@ -131775,7 +131775,7 @@ function (_Component) {
131775
131775
  _this2.handleError(e);
131776
131776
 
131777
131777
  cov_1raxmmo4lz.s[33]++;
131778
- return new _utils_errors__WEBPACK_IMPORTED_MODULE_14__["FormError"](e);
131778
+ return Object(_utils_errors__WEBPACK_IMPORTED_MODULE_14__["wrapFormError"])(e);
131779
131779
  });
131780
131780
  }
131781
131781
  }, {
@@ -420825,7 +420825,7 @@ var cov_4ci5pu20k = function () {
420825
420825
 
420826
420826
  /* harmony default export */ __webpack_exports__["default"] = ({
420827
420827
  utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
420828
- version: '1.12.9'
420828
+ version: '1.12.10'
420829
420829
  });
420830
420830
 
420831
420831