@commercetools/api-request-builder
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -1200,3 +1200,6 @@ 'use strict'; | ||
return Object.keys(allServices).reduce(function (acc, key) { | ||
return Object.keys(allServices).reduce( | ||
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182) | ||
/* eslint-disable-next-line */ | ||
function (acc, key) { | ||
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey))); | ||
@@ -1203,0 +1206,0 @@ }, {}); |
@@ -1196,3 +1196,6 @@ /** | ||
return Object.keys(allServices).reduce(function (acc, key) { | ||
return Object.keys(allServices).reduce( | ||
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182) | ||
/* eslint-disable-next-line */ | ||
function (acc, key) { | ||
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey))); | ||
@@ -1199,0 +1202,0 @@ }, {}); |
@@ -1202,3 +1202,6 @@ (function (global, factory) { | ||
return Object.keys(allServices).reduce(function (acc, key) { | ||
return Object.keys(allServices).reduce( | ||
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182) | ||
/* eslint-disable-next-line */ | ||
function (acc, key) { | ||
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey))); | ||
@@ -1205,0 +1208,0 @@ }, {}); |
@@ -7,3 +7,3 @@ { | ||
"name": "@commercetools/api-request-builder", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Helper functions to construct API requests URI for the commercetools platform in a declarative way.", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134940
3221