@getspot/spot-widget 1.1.1 → 1.2.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.2.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.12 kB │ gzip: 8.74 kB
12
+ dist/index.es.js 35.34 kB │ gzip: 9.23 kB
13
+ ✓ built in 185ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @getspot/spot-widget
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cb310ad: Add batch endpoint support for multiple quotes in the widget
8
+
3
9
  ## 1.1.1
4
10
 
5
11
  ### Patch Changes