bt-core-app 2.0.148 → 2.0.149

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.
@@ -14037,7 +14037,7 @@ function $B(e) {
14037
14037
  if (e.registerServiceWorker && "serviceWorker" in navigator) {
14038
14038
  let v = Ff(e.urls);
14039
14039
  console.log("registering"), navigator.serviceWorker.register(
14040
- v != "development" ? "/sw.js" : "/dev-sw.js?dev-sw",
14040
+ v != "development" ? "/service-worker.js" : "/dev-sw.js?dev-sw",
14041
14041
  { type: v != "development" ? "classic" : "module" }
14042
14042
  ).then((f) => {
14043
14043
  if (console.log("registering done"), f.waiting) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.148",
3
+ "version": "2.0.149",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {