@wexio/messenger-widget-react 1.0.14 → 1.0.15

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 +1 -1
package/README.md CHANGED
@@ -158,7 +158,7 @@ The underlying widget runtime is a Web Component, so it works in any modern fram
158
158
 
159
159
  ```html
160
160
  <wexio-widget public-key="pk_live_..."></wexio-widget>
161
- <script type="module" src="https://cdn.wexio.io/widget.js"></script>
161
+ <script type="module" src="https://cdn.wexio.io/widget/widget.js"></script>
162
162
  ```
163
163
 
164
164
  Typed wrappers are on the roadmap:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wexio/messenger-widget-react",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Native React component embed for the Wexio web messenger. Renders inside a Shadow DOM portal for style isolation.",
5
5
  "license": "MIT",
6
6
  "private": false,