@observablehq/notebook-kit 1.7.10 → 1.7.11
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/package.json
CHANGED
|
@@ -172,6 +172,7 @@ export class DuckDBClient {
|
|
|
172
172
|
return this.of.apply(this, arguments).then((db) => db.sql.bind(db));
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
+
Object.defineProperty(DuckDBClient, "name", { value: "DuckDBClient" }); // prevent mangling
|
|
175
176
|
Object.defineProperty(DuckDBClient.prototype, "dialect", { value: "duckdb" });
|
|
176
177
|
// async function registerExtensions(db, extensions) {
|
|
177
178
|
// const {mainModule} = await bundle;
|