@askdialog/dialog-sdk 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,6 @@ yarn add @dialog/dialog-sdk
17
17
  ## Main Features
18
18
 
19
19
  - Assistant controls (open / close / send message)
20
- - Custom handler for fetch product
21
- - Custom handler for add to cart
22
- - Custom assistant theming
20
+ - Handler for fetch product
21
+ - Handler for add to cart
22
+ - Assistant theming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "description": "Dialog SDK",
6
6
  "main": "dist/index.js",