vovk 3.0.0-draft.152 → 3.0.0-draft.153

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.
@@ -62,7 +62,7 @@ function createFetcher({ prepareRequestInit, transformResponse, } = {}) {
62
62
  }
63
63
  catch (e) {
64
64
  // handle network errors
65
- throw new HttpException_js_1.HttpException(types_js_1.HttpStatus.NULL, e?.message ?? exports.DEFAULT_ERROR_MESSAGE, {
65
+ throw new HttpException_js_1.HttpException(types_js_1.HttpStatus.NULL, (e?.message ?? exports.DEFAULT_ERROR_MESSAGE) + ' ' + endpoint, {
66
66
  body,
67
67
  query,
68
68
  params,
@@ -62,7 +62,7 @@ function createFetcher({ prepareRequestInit, transformResponse, } = {}) {
62
62
  }
63
63
  catch (e) {
64
64
  // handle network errors
65
- throw new HttpException_js_1.HttpException(types_js_1.HttpStatus.NULL, e?.message ?? exports.DEFAULT_ERROR_MESSAGE, {
65
+ throw new HttpException_js_1.HttpException(types_js_1.HttpStatus.NULL, (e?.message ?? exports.DEFAULT_ERROR_MESSAGE) + ' ' + endpoint, {
66
66
  body,
67
67
  query,
68
68
  params,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.152",
3
+ "version": "3.0.0-draft.153",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",