oneentry 1.0.58 → 1.0.59

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.
@@ -54,9 +54,9 @@ class BlocksApi extends oneEntry_1.default {
54
54
  }
55
55
  }
56
56
  }));
57
- return normalizeResponse;
57
+ return this._normalizeData(normalizeResponse);
58
58
  }
59
- return response;
59
+ return this._normalizeData(response);
60
60
  }
61
61
  /**
62
62
  * Get block by marker.
@@ -101,7 +101,7 @@ class BlocksApi extends oneEntry_1.default {
101
101
  }
102
102
  }
103
103
  }
104
- return normalizeResponse;
104
+ return this._normalizeData(normalizeResponse);
105
105
  }
106
106
  /**
107
107
  * Get similar products by block marker.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oneentry",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",