@askdialog/dialog-vue 1.0.16 → 1.0.17

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -67,6 +67,6 @@ import "@askdialog/dialog-vue/style.css";
67
67
  product-id="Product identifier" // Required
68
68
  product-title="Product Title" // Required
69
69
  selected-variant-id="Variant identifier" // Optional
70
- :enable-input="true" // Optional true by default
70
+ :enable-input="true" // Optional - true by default
71
71
  />
72
72
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-vue",
3
3
  "private": false,
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "type": "module",
6
6
  "main": "./dist/dialog-vue.umd.js",
7
7
  "module": "./dist/dialog-vue.js",
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@askdialog/dialog-sdk": "^1.0.15",
22
+ "@askdialog/dialog-sdk": "^1.0.16",
23
23
  "vue": "^3.5.13"
24
24
  },
25
25
  "devDependencies": {