@duckdb/duckdb-wasm 1.29.1-dev205.0 → 1.29.1-dev207.0

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/README.md CHANGED
@@ -100,7 +100,7 @@ const MANUAL_BUNDLES: duckdb.DuckDBBundles = {
100
100
  },
101
101
  };
102
102
  // Select a bundle based on browser checks
103
- const bundle = await duckdb.selectBundle(JSDELIVR_BUNDLES);
103
+ const bundle = await duckdb.selectBundle(MANUAL_BUNDLES);
104
104
  // Instantiate the asynchronous version of DuckDB-wasm
105
105
  const worker = new Worker(bundle.mainWorker!);
106
106
  const logger = new duckdb.ConsoleLogger();