signal-bridge 1.0.10 → 1.0.12
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 +1 -1
- package/dist/index.global.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -285,7 +285,7 @@ npm install signal-bridge
|
|
|
285
285
|
<div id="app"></div>
|
|
286
286
|
|
|
287
287
|
<script>
|
|
288
|
-
const bridge = window.signalBridge.
|
|
288
|
+
const bridge = window.signalBridge.initBridge('my-laravel-app', {
|
|
289
289
|
allowedHostOrigins: ['https://host-app.example.com'],
|
|
290
290
|
debug: true,
|
|
291
291
|
});
|
package/dist/index.global.js
CHANGED