@commercetools/sdk-client-v2 2.0.2 → 2.1.0
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.
- package/CHANGELOG.md +10 -0
- package/dist/commercetools-sdk-client-v2.browser.cjs.js +154 -199
- package/dist/commercetools-sdk-client-v2.browser.esm.js +154 -199
- package/dist/commercetools-sdk-client-v2.cjs.dev.js +154 -199
- package/dist/commercetools-sdk-client-v2.cjs.prod.js +154 -199
- package/dist/commercetools-sdk-client-v2.esm.js +154 -199
- package/dist/commercetools-sdk-client-v2.umd.js +1 -1
- package/dist/declarations/src/sdk-middleware-auth/utils.d.ts +2 -4
- package/dist/declarations/src/sdk-middleware-http/http.d.ts +1 -1
- package/dist/declarations/src/types/sdk.d.ts +7 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @commercetools/sdk-client-v2
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#361](https://github.com/commercetools/commercetools-sdk-typescript/pull/361) [`8cd7b08`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8cd7b08a78e13a886ed2271f6807358380b22ab2) Thanks [@mh-flink](https://github.com/mh-flink)! - Introduce retryOnAbort option to allow retry on timeouts
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#360](https://github.com/commercetools/commercetools-sdk-typescript/pull/360) [`fe5109c`](https://github.com/commercetools/commercetools-sdk-typescript/commit/fe5109c58c17e150e3a8fa953b829b2875cd9f96) Thanks [@ajimae](https://github.com/ajimae)! - Fix (store): add proper generic type for store function
|
|
12
|
+
|
|
3
13
|
## 2.0.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|