@malloydata/db-duckdb 0.0.124 → 0.0.125-dev240212230553
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.
|
@@ -87,9 +87,10 @@ class DuckDBConnection extends duckdb_common_1.DuckDBCommon {
|
|
|
87
87
|
else {
|
|
88
88
|
if (this.databasePath.startsWith('md:')) {
|
|
89
89
|
if (this.motherDuckToken) {
|
|
90
|
-
process.env['
|
|
90
|
+
process.env['motherduck_token'] = this.motherDuckToken;
|
|
91
91
|
}
|
|
92
|
-
if (!process.env['
|
|
92
|
+
if (!process.env['motherduck_token'] &&
|
|
93
|
+
!process.env['MOTHERDUCK_TOKEN']) {
|
|
93
94
|
this.setupError = new Error('Please set your MotherDuck Token');
|
|
94
95
|
return resolve();
|
|
95
96
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-duckdb",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.125-dev240212230553",
|
|
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
|
"@malloydata/duckdb-wasm": "0.0.6",
|
|
44
|
-
"@malloydata/malloy": "^0.0.
|
|
44
|
+
"@malloydata/malloy": "^0.0.125-dev240212230553",
|
|
45
45
|
"apache-arrow": "^13.0.0",
|
|
46
46
|
"duckdb": "0.9.2",
|
|
47
47
|
"web-worker": "^1.2.0"
|