@getspot/spot-widget 1.1.1 → 1.3.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @getspot/spot-widget@1.1.1 build /builds/getspot/spot-widget/packages/core
2
+ > @getspot/spot-widget@1.3.0 build /builds/getspot/spot-widget/packages/core
3
3
  > vite build
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
@@ -8,6 +8,6 @@ transforming...
8
8
  ✓ 5 modules transformed.
9
9
  rendering chunks...
10
10
  computing gzip size...
11
- dist/index.umd.js 24.49 kB │ gzip: 7.47 kB
12
- dist/index.es.js 27.00 kB │ gzip: 7.75 kB
13
- ✓ built in 177ms
11
+ dist/index.umd.js 31.95 kB │ gzip: 8.86 kB
12
+ dist/index.es.js 36.58 kB │ gzip: 9.39 kB
13
+ ✓ built in 248ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @getspot/spot-widget
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5373fa2: Fix not setting productPrice correctly for batchQuoteDetails
8
+
9
+ ## 1.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - cb310ad: Add batch endpoint support for multiple quotes in the widget
14
+
3
15
  ## 1.1.1
4
16
 
5
17
  ### Patch Changes