@flarehr/apollo-benefits 2.12.365 → 2.12.367
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/dist/index.html +1 -1
- package/dist/sw-esm.js +4 -1
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Flare Benefits</title><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><link rel="apple-touch-icon" href="./icons/apple-touch-icon.png"><link rel="stylesheet" href="https://rsms.me/inter/inter.css"><link rel="manifest" href="./manifest.json"><script>!(function () {
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Flare Benefits</title><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><link rel="apple-touch-icon" href="./icons/apple-touch-icon.png"><link rel="icon" type="image/x-icon" href="./favicon.ico"><link rel="stylesheet" href="https://rsms.me/inter/inter.css"><link rel="manifest" href="./manifest.json"><script>!(function () {
|
|
2
2
|
var analytics = (window.analytics = window.analytics || []);
|
|
3
3
|
if (!analytics.initialize)
|
|
4
4
|
if (analytics.invoked)
|
package/dist/sw-esm.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
// To deregister the current service worker.
|
|
2
|
+
// Can be removed when we are confident all client services workers are deregistered (~1 year)
|
|
3
|
+
|
|
1
4
|
self.addEventListener('install', function(e) {
|
|
2
5
|
self.skipWaiting();
|
|
3
|
-
|
|
6
|
+
});
|
|
4
7
|
|
|
5
8
|
self.addEventListener('activate', function(e) {
|
|
6
9
|
self.registration.unregister()
|