sygnal 5.3.0 → 5.3.2

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 CHANGED
@@ -337,7 +337,7 @@ const installPrompt = createInstallPrompt()
337
337
  run(App, { SW: makeServiceWorkerDriver('/sw.js') })
338
338
 
339
339
  App.intent = ({ DOM, SW }) => ({
340
- ONLINE_CHANGED: onlineStatus$(),
340
+ ONLINE_CHANGED: onlineStatus$,
341
341
  UPDATE_READY: SW.select('waiting'),
342
342
  APPLY_UPDATE: DOM.click('.update-btn'),
343
343
  INSTALL: DOM.click('.install-btn'),