Skip to content

Commit 12f6d05

Browse files
committed
Update for version v1.10.1
1 parent aedd768 commit 12f6d05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v1.10.1
4+
5+
#### Bug fixes
6+
7+
- The 'To is not a function' [issue](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/issues/122) is fixed.
8+
39
## v1.10.0
410

511
#### Enhancements

docs/modules/helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h2>Variables</h2>
332332
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
333333
<a name="fetch-1" class="tsd-anchor"></a>
334334
<h3><span class="tsd-flag ts-flagConst">Const</span> fetch</h3>
335-
<div class="tsd-signature tsd-kind-icon">fetch<span class="tsd-signature-symbol">:</span> <a href="clientconfig.html#fetchfunction" class="tsd-signature-type">FetchFunction</a><span class="tsd-signature-symbol"> = (() &#x3D;&gt; {if (isNode) {// eslint-disable-next-line global-require, @typescript-eslint/no-unsafe-returnreturn require(&#x27;node-fetch&#x27;);}if (!hasFetchAvailable)throw new Error(&#x27;Bad environment: it is not a node environment but fetch is not defined&#x27;);return globalObject.fetch;})()</span></div>
335+
<div class="tsd-signature tsd-kind-icon">fetch<span class="tsd-signature-symbol">:</span> <a href="clientconfig.html#fetchfunction" class="tsd-signature-type">FetchFunction</a><span class="tsd-signature-symbol"> = (() &#x3D;&gt; {if (isNode) {// eslint-disable-next-line global-require, @typescript-eslint/no-unsafe-return, @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-member-accessreturn require(&#x27;node-fetch&#x27;).default;}if (!hasFetchAvailable)throw new Error(&#x27;Bad environment: it is not a node environment but fetch is not defined&#x27;);return globalObject.fetch;})()</span></div>
336336
<aside class="tsd-sources">
337337
<ul>
338338
<li>Defined in src/lib/helpers/environment.ts:28</li>

docs/modules/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> USER_<wbr>AGENT_<wbr>HEADER
9595
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
9696
<a name="user_agent_value" class="tsd-anchor"></a>
9797
<h3><span class="tsd-flag ts-flagConst">Const</span> USER_<wbr>AGENT_<wbr>VALUE</h3>
98-
<div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT_<wbr>VALUE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"commerce-sdk-isomorphic@1.9.0"</span><span class="tsd-signature-symbol"> = &quot;commerce-sdk-isomorphic@1.9.0&quot;</span></div>
98+
<div class="tsd-signature tsd-kind-icon">USER_<wbr>AGENT_<wbr>VALUE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"commerce-sdk-isomorphic@1.10.0"</span><span class="tsd-signature-symbol"> = &quot;commerce-sdk-isomorphic@1.10.0&quot;</span></div>
9999
<aside class="tsd-sources">
100100
<ul>
101101
<li>Defined in src/lib/version.ts:2</li>

0 commit comments

Comments
 (0)