@malloydata/malloy-connections 0.0.361 → 0.0.363

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import '@malloydata/db-bigquery';
2
- import '@malloydata/db-duckdb';
2
+ import '@malloydata/db-duckdb/native';
3
3
  import '@malloydata/db-mysql';
4
4
  import '@malloydata/db-databricks';
5
5
  import '@malloydata/db-postgres';
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
8
8
  // types with the Malloy connection registry. Apps that only need a subset
9
9
  // of backends can import individual @malloydata/db-* packages instead.
10
10
  require("@malloydata/db-bigquery");
11
- require("@malloydata/db-duckdb");
11
+ require("@malloydata/db-duckdb/native");
12
12
  require("@malloydata/db-mysql");
13
13
  require("@malloydata/db-databricks");
14
14
  require("@malloydata/db-postgres");
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;AAEH,yEAAyE;AACzE,0EAA0E;AAC1E,uEAAuE;AACvE,mCAAiC;AACjC,iCAA+B;AAC/B,gCAA8B;AAC9B,qCAAmC;AACnC,mCAAiC;AACjC,oCAAkC;AAClC,gCAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;AAEH,yEAAyE;AACzE,0EAA0E;AAC1E,uEAAuE;AACvE,mCAAiC;AACjC,wCAAsC;AACtC,gCAA8B;AAC9B,qCAAmC;AACnC,mCAAiC;AACjC,oCAAkC;AAClC,gCAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy-connections",
3
- "version": "0.0.361",
3
+ "version": "0.0.363",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -32,13 +32,13 @@
32
32
  "clean": "tsc --build --clean && rm -f tsconfig.tsbuildinfo"
33
33
  },
34
34
  "dependencies": {
35
- "@malloydata/db-bigquery": "0.0.361",
36
- "@malloydata/db-databricks": "0.0.361",
37
- "@malloydata/db-duckdb": "0.0.361",
38
- "@malloydata/db-mysql": "0.0.361",
39
- "@malloydata/db-postgres": "0.0.361",
40
- "@malloydata/db-snowflake": "0.0.361",
41
- "@malloydata/db-trino": "0.0.361",
42
- "@malloydata/malloy": "0.0.361"
35
+ "@malloydata/db-bigquery": "0.0.363",
36
+ "@malloydata/db-databricks": "0.0.363",
37
+ "@malloydata/db-duckdb": "0.0.363",
38
+ "@malloydata/db-mysql": "0.0.363",
39
+ "@malloydata/db-postgres": "0.0.363",
40
+ "@malloydata/db-snowflake": "0.0.363",
41
+ "@malloydata/db-trino": "0.0.363",
42
+ "@malloydata/malloy": "0.0.363"
43
43
  }
44
44
  }
package/src/index.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  // types with the Malloy connection registry. Apps that only need a subset
8
8
  // of backends can import individual @malloydata/db-* packages instead.
9
9
  import '@malloydata/db-bigquery';
10
- import '@malloydata/db-duckdb';
10
+ import '@malloydata/db-duckdb/native';
11
11
  import '@malloydata/db-mysql';
12
12
  import '@malloydata/db-databricks';
13
13
  import '@malloydata/db-postgres';