@askdialog/dialog-vue 1.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,6 @@ Dialog is an AI assistant designed to boost e-commerce sales by providing intell
6
6
 
7
7
  Visit our website: [Dialog AI Assistant](https://www.askdialog.com/)
8
8
 
9
- Need to see it in action? [Request one here](https://w1rsh3lwqfo.typeform.com/to/VxHL0RBR?typeform-source=dialog-sdk)
10
-
11
9
  ## Description
12
10
 
13
11
  Dialog vue is a component library designed to be used with he progressive javascript framework VueJs.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-vue",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "type": "module",
6
6
  "main": "./dist/dialog-vue.umd.js",
7
7
  "module": "./dist/dialog-vue.js",