@malloydata/db-duckdb 0.0.157 → 0.0.158-dev240805161224

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.
@@ -121,6 +121,7 @@ class DuckDBWASMConnection extends duckdb_wasm_connection_1.DuckDBWASMConnection
121
121
  });
122
122
  await mdConnection.isInitialized();
123
123
  this._mdConnection = mdConnection;
124
+ // eslint-disable-next-line no-console
124
125
  console.info('MotherDuck initialized');
125
126
  }
126
127
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-duckdb",
3
- "version": "0.0.157",
3
+ "version": "0.0.158-dev240805161224",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@duckdb/duckdb-wasm": "1.28.1-dev215.0",
44
- "@malloydata/malloy": "^0.0.157",
44
+ "@malloydata/malloy": "^0.0.158-dev240805161224",
45
45
  "@motherduck/wasm-client": "^0.6.1",
46
46
  "apache-arrow": "^15.0.2",
47
47
  "duckdb": "1.0.0",