@lls/offline 24.23.0-878dbe40 → 24.23.0-e0d680a2

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 +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -148,7 +148,7 @@ var installWorker = async ({
148
148
  const channel = new MessageChannel();
149
149
  offlineWorkerSync.initChannel({ ports: [channel.port1] });
150
150
  fetchWorker.postMessage({ methodName: "initChannel" }, [channel.port2]);
151
- fetchWorker.postMessage({ methodName: "configure", arg: { storage } });
151
+ fetchWorker.postMessage({ methodName: "configure", arg: { storage, confEnv } });
152
152
  offlineWorkerSync.on("opfsProgress", () => {
153
153
  });
154
154
  if (!primaryOnly) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/offline",
3
- "version": "24.23.0-878dbe40",
3
+ "version": "24.23.0-e0d680a2",
4
4
  "description": "offline",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -52,7 +52,7 @@
52
52
  "vite": "7.0.0",
53
53
  "vite-tsconfig-paths": "5.1.4",
54
54
  "zod": "3.25.50",
55
- "@lls/vitescripts": "24.23.0-878dbe40"
55
+ "@lls/vitescripts": "24.23.0-e0d680a2"
56
56
  },
57
57
  "dependencies": {
58
58
  "fflate": "0.8.2"