@crystaldesign/product-handler 26.4.1-rc.1 → 26.5.0-beta.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.
@@ -1817,7 +1817,7 @@ var ProductHandlerAbstract = /*#__PURE__*/function () {
1817
1817
  return _regeneratorRuntime__default["default"].wrap(function _callee8$(_context10) {
1818
1818
  while (1) switch (_context10.prev = _context10.next) {
1819
1819
  case 0:
1820
- fullUrl = this.enricherService + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo;
1820
+ fullUrl = this.enricherService + '/live/catalogs/' + catalogId + '/series/' + serieNo;
1821
1821
  _context10.next = 3;
1822
1822
  return fetch(fullUrl, {
1823
1823
  headers: _objectSpread(_objectSpread({}, this.getHeaders()), {}, {
@@ -1799,7 +1799,7 @@ var ProductHandlerAbstract = /*#__PURE__*/function () {
1799
1799
  return _regeneratorRuntime.wrap(function _callee8$(_context10) {
1800
1800
  while (1) switch (_context10.prev = _context10.next) {
1801
1801
  case 0:
1802
- fullUrl = this.enricherService + '/live/v3.0/catalogs/' + catalogId + '/series/' + serieNo;
1802
+ fullUrl = this.enricherService + '/live/catalogs/' + catalogId + '/series/' + serieNo;
1803
1803
  _context10.next = 3;
1804
1804
  return fetch(fullUrl, {
1805
1805
  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.1-rc.1",
3
+ "version": "26.5.0-beta.10",
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": "3d557e654ba8a8edbd9f8c551cfb09e5e613a30e"
15
+ "gitHead": "60d7faa2bc98e756c78081657626ab7a090688e4"
16
16
  }