commerce-sdk-isomorphic 2.1.0-dev.0 → 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 +13 -0
- package/README.md +1 -1
- package/lib/index.cjs.d.ts +591 -171
- package/lib/index.cjs.js +1 -1
- package/lib/index.esm.d.ts +591 -171
- package/lib/index.esm.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v2.1.0
|
|
4
|
+
|
|
5
|
+
### Enhancements
|
|
6
|
+
- Export the parameter keys for each API endpoint [#158](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/158)
|
|
7
|
+
|
|
8
|
+
### API Changes
|
|
9
|
+
*Shopper Baskets*
|
|
10
|
+
|
|
11
|
+
| **Endpoint Name** | **Description** |
|
|
12
|
+
| ------------- |-----------------------------------|
|
|
13
|
+
| updateItemsInBasket | Updates multiple items in a basket. |
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## v2.0.0
|
|
4
17
|
|
|
5
18
|
#### API Changes
|