@getspot/spot-widget-vue2 0.1.1 → 0.1.4

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-vue2@0.1.1 build /builds/getspot/spot-widget/packages/vue2
2
+ > @getspot/spot-widget-vue2@0.1.4 build /builds/getspot/spot-widget/packages/vue2
3
3
  > vite build
4
4
 
5
5
  vite v4.5.13 building for production...
@@ -10,4 +10,4 @@ rendering chunks...
10
10
  computing gzip size...
11
11
  dist/index.umd.js 1.45 kB │ gzip: 0.75 kB
12
12
  dist/index.es.js 1.72 kB │ gzip: 0.81 kB
13
- ✓ built in 324ms
13
+ ✓ built in 192ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @getspot/spot-widget-vue2
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c4d64a9: fix api urls
8
+ - Updated dependencies [c4d64a9]
9
+ - @getspot/spot-widget@0.1.4
10
+
11
+ ## 0.1.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 4fe833f: add validation
16
+ - Updated dependencies [4fe833f]
17
+ - @getspot/spot-widget@0.1.3
18
+
19
+ ## 0.1.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 5d7ddb4: add configuration validation
24
+ - Updated dependencies [5d7ddb4]
25
+ - @getspot/spot-widget@0.1.2
26
+
3
27
  ## 0.1.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue2",
3
- "version": "0.1.1",
3
+ "version": "0.1.4",
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.1.1"
10
+ "@getspot/spot-widget": "0.1.4"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": "^2.6.0"