@native-systems/utility 1.0.5 → 1.0.6

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/dist/index.cjs CHANGED
@@ -423,7 +423,7 @@ var NativeException = /*#__PURE__*/ (function (Error1) {
423
423
  var _this;
424
424
  (_this = _call_super$1(this, NativeException, [message])),
425
425
  _define_property$2(_this, 'code', void 0);
426
- _this.name = 'ShophubError';
426
+ _this.name = 'NativeError';
427
427
  _this.code = code;
428
428
  return _this;
429
429
  }
package/dist/index.esm.js CHANGED
@@ -421,7 +421,7 @@ var NativeException = /*#__PURE__*/ (function (Error1) {
421
421
  var _this;
422
422
  (_this = _call_super$1(this, NativeException, [message])),
423
423
  _define_property$2(_this, 'code', void 0);
424
- _this.name = 'ShophubError';
424
+ _this.name = 'NativeError';
425
425
  _this.code = code;
426
426
  return _this;
427
427
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "version": "1.0.5",
13
+ "version": "1.0.6",
14
14
  "license": "MIT",
15
15
  "private": false,
16
16
  "engines": {