@crystaldesign/product-handler 26.4.0-rc.5 → 26.5.0-beta.2

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.
@@ -1810,7 +1810,7 @@ var ProductHandlerAbstract = /*#__PURE__*/function () {
1810
1810
  return _regeneratorRuntime__default["default"].wrap(function _callee8$(_context10) {
1811
1811
  while (1) switch (_context10.prev = _context10.next) {
1812
1812
  case 0:
1813
- fullUrl = this.enricherService + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo;
1813
+ fullUrl = this.enricherService + '/live/catalogs/' + catalogId + '/series/' + serieNo;
1814
1814
  _context10.next = 3;
1815
1815
  return fetch(fullUrl, {
1816
1816
  headers: _objectSpread(_objectSpread({}, this.getHeaders()), {}, {
@@ -1792,7 +1792,7 @@ var ProductHandlerAbstract = /*#__PURE__*/function () {
1792
1792
  return _regeneratorRuntime.wrap(function _callee8$(_context10) {
1793
1793
  while (1) switch (_context10.prev = _context10.next) {
1794
1794
  case 0:
1795
- fullUrl = this.enricherService + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo;
1795
+ fullUrl = this.enricherService + '/live/catalogs/' + catalogId + '/series/' + serieNo;
1796
1796
  _context10.next = 3;
1797
1797
  return fetch(fullUrl, {
1798
1798
  headers: _objectSpread(_objectSpread({}, this.getHeaders()), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/product-handler",
3
- "version": "26.4.0-rc.5",
3
+ "version": "26.5.0-beta.2",
4
4
  "peerDependencies": {
5
5
  "@crystaldesign/basket-model": "*",
6
6
  "@crystaldesign/diva-utils": "*"
@@ -12,5 +12,5 @@
12
12
  "dependencies": {
13
13
  "classnames": "^2.5.1"
14
14
  },
15
- "gitHead": "035247203b0b488f7766b2c285f375d54ba99384"
15
+ "gitHead": "41f9149613ce6595a72233ee569f177178031bd7"
16
16
  }