@getspot/spot-widget-vue 0.0.1 → 0.1.1

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-vue@0.0.1 build /builds/getspot/spot-widget/packages/vue
2
+ > @getspot/spot-widget-vue@0.1.1 build /builds/getspot/spot-widget/packages/vue
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.
@@ -11,4 +11,4 @@ rendering chunks...
11
11
  computing gzip size...
12
12
  dist/index.umd.js 0.80 kB │ gzip: 0.49 kB
13
13
  dist/index.es.js 0.80 kB │ gzip: 0.48 kB
14
- ✓ built in 293ms
14
+ ✓ built in 187ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @getspot/spot-widget-vue
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6fb40ff: theming changes and cleanup
8
+ - Updated dependencies [6fb40ff]
9
+ - @getspot/spot-widget@0.1.1
10
+
11
+ ## 0.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - d9e86ce: Minor version bump with readme information
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [d9e86ce]
20
+ - @getspot/spot-widget@0.1.0
21
+
3
22
  ## 0.0.1
4
23
 
5
24
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # Spot Vue Widget
2
+
3
+ ## Description
4
+ This is a UI component for displaying a quote offer to users in a checkout flow
5
+
6
+ ## Installation
7
+
8
+ ```bash
9
+ npm install --save @getspot/spot-widget-vue
10
+ ```
11
+
12
+ ## Usage
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue",
3
- "version": "0.0.1",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",
9
9
  "dependencies": {
10
- "@getspot/spot-widget": "0.0.1"
10
+ "@getspot/spot-widget": "0.1.1"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": "^3.0.0"