@lls/offline 24.29.0-3f07a313 → 24.29.0-3fd30593

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.
Files changed (2) hide show
  1. package/lib/index.js +3 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -200,7 +200,9 @@ var useOfflineWorker_default = ({
200
200
  checkUpdates,
201
201
  confEnv
202
202
  });
203
- fetch(window.location.href.replace(window.location.search, ""));
203
+ if (process.env.DESKTOP_FLOWER_OFFLINE !== "1") {
204
+ fetch(window.location.href.replace(window.location.search, ""));
205
+ }
204
206
  setReady(true);
205
207
  };
206
208
  fn();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/offline",
3
- "version": "24.29.0-3f07a313",
3
+ "version": "24.29.0-3fd30593",
4
4
  "description": "offline",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -54,7 +54,7 @@
54
54
  "vite": "7.0.7",
55
55
  "vite-tsconfig-paths": "5.1.4",
56
56
  "zod": "3.25.50",
57
- "@lls/vitescripts": "24.29.0-3f07a313"
57
+ "@lls/vitescripts": "24.29.0-3fd30593"
58
58
  },
59
59
  "dependencies": {
60
60
  "redux-persist": "6.0.0"