@soyio/soyio-widget 1.0.4 → 1.0.5

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,8 @@ Integrate the widget into your frontend framework using the script below. Ensure
30
30
 
31
31
  ```html
32
32
  <script>
33
+ import Widget from '@soyio/soyio-widget';
34
+
33
35
  // Widget configuration
34
36
  const widgetConfig = {
35
37
  flow: "<flow>",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-widget",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",