@withalleo/ewidget-utils 1.0.2 → 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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ This package ships a browser bundle at `@withalleo/ewidget-utils/browser` (UMD).
|
|
|
24
24
|
<h1>ewidget-utils demo</h1>
|
|
25
25
|
|
|
26
26
|
<!-- Browser (UMD) build -->
|
|
27
|
-
<script src="https://unpkg.com/@withalleo/ewidget-utils
|
|
27
|
+
<script src="https://unpkg.com/@withalleo/ewidget-utils/dist/ewidget-utils.umd.cjs"></script>
|
|
28
28
|
|
|
29
29
|
<script>
|
|
30
30
|
// For the UMD build, the library is exposed on the global `AlleoEwidgetUtils`.
|
|
@@ -79,7 +79,7 @@ messenger.addContent({
|
|
|
79
79
|
### Browser (UMD) usage
|
|
80
80
|
|
|
81
81
|
```html
|
|
82
|
-
<script src="https://unpkg.com/@withalleo/ewidget-utils
|
|
82
|
+
<script src="https://unpkg.com/@withalleo/ewidget-utils/dist/ewidget-utils.umd.cjs"></script>
|
|
83
83
|
<script>
|
|
84
84
|
const messenger = new AlleoEwidgetUtils.EmbedWidgetMessenger({
|
|
85
85
|
targetOrigin: '*',
|