web-manager 4.1.26 → 4.1.27
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.js +2 -2
- package/dist/modules/service-worker.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ class ServiceWorker {
|
|
|
39
39
|
|
|
40
40
|
// Build config object to pass to service worker
|
|
41
41
|
const config = {
|
|
42
|
-
|
|
42
|
+
brand: this.manager.config.brand?.id,
|
|
43
43
|
environment: this.manager.config.environment,
|
|
44
44
|
buildTime: this.manager.config.buildTime,
|
|
45
45
|
firebase: this.manager.config.firebase?.app?.config || null
|
package/package.json
CHANGED