@askdialog/dialog-vue 1.0.10 → 1.0.11

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,9 +53,9 @@ import { DialogProductBlock, } from "@askdialog/dialog-vue";
53
53
  import "@askdialog/dialog-vue/style.css";
54
54
 
55
55
  <DialogProductBlock
56
- :client="client"
57
- product-id="Product identifier"
58
- product-title="Product Title"
59
- selected-variant-id="Variant identifier"
56
+ :client="client" // Required
57
+ product-id="Product identifier" // Required
58
+ product-title="Product Title" // Required
59
+ selected-variant-id="Variant identifier" // Optional
60
60
  />
61
61
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-vue",
3
3
  "private": false,
4
- "version": "1.0.10",
4
+ "version": "1.0.11",
5
5
  "type": "module",
6
6
  "main": "./dist/dialog-vue.umd.js",
7
7
  "module": "./dist/dialog-vue.js",