@cimplify/sdk 0.14.1 → 0.14.2

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/dist/react.js CHANGED
@@ -6238,6 +6238,8 @@ function useQuote(input, options = {}) {
6238
6238
  }
6239
6239
  }
6240
6240
  setIsLoading(true);
6241
+ setQuote(null);
6242
+ setMessages([]);
6241
6243
  try {
6242
6244
  const existing = quoteInflight.get(cacheKey);
6243
6245
  const promise = existing ?? (async () => {
package/dist/react.mjs CHANGED
@@ -6232,6 +6232,8 @@ function useQuote(input, options = {}) {
6232
6232
  }
6233
6233
  }
6234
6234
  setIsLoading(true);
6235
+ setQuote(null);
6236
+ setMessages([]);
6235
6237
  try {
6236
6238
  const existing = quoteInflight.get(cacheKey);
6237
6239
  const promise = existing ?? (async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/sdk",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "Cimplify Commerce SDK for storefronts",
5
5
  "keywords": [
6
6
  "cimplify",