commerce-sdk-isomorphic
Advanced tools
Comparing version 1.1.2 to 1.2.0
# CHANGELOG | ||
## v1.2.0 | ||
#### API Changes | ||
*Shopper Customers* | ||
* New operations | ||
* registerExternalProfile | ||
* getExternalProfile | ||
## v1.1.2 | ||
@@ -4,0 +12,0 @@ * Fixed issue causing endpoints that accept array values to not properly set `Content-Type` header to `application/json`. |
{ | ||
"name": "commerce-sdk-isomorphic", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"private": false, | ||
@@ -83,3 +83,3 @@ "description": "Salesforce Commerce SDK Isomorphic", | ||
"dependencies": { | ||
"cross-fetch": "^3.0.6" | ||
"cross-fetch": "^3.1.0" | ||
}, | ||
@@ -93,3 +93,3 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@commerce-apps/raml-toolkit": "^0.5.6", | ||
"@commerce-apps/raml-toolkit": "^0.5.7", | ||
"@rollup/plugin-babel": "5.1.0", | ||
@@ -96,0 +96,0 @@ "@rollup/plugin-commonjs": "13.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
301607
1110
Updatedcross-fetch@^3.1.0