@uwdata/mosaic-core
Advanced tools
Comparing version 0.3.5 to 0.4.0
{ | ||
"name": "@uwdata/mosaic-core", | ||
"version": "0.3.5", | ||
"version": "0.4.0", | ||
"description": "Scalable and extensible linked data views.", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"@duckdb/duckdb-wasm": "^1.28.0", | ||
"@uwdata/mosaic-sql": "^0.3.5", | ||
"@uwdata/mosaic-sql": "^0.4.0", | ||
"apache-arrow": "^13.0.0" | ||
}, | ||
"gitHead": "7cc66d26c687a28036b3c7102045f2196572847b" | ||
"gitHead": "4114465543a21b25d6d14647db7d95af875d2519" | ||
} |
@@ -214,3 +214,3 @@ import { Query, and, asColumn, create, epoch_ms, isBetween, sql } from '@uwdata/mosaic-sql'; | ||
for (const { as, expr: { aggregate } } of q.select()) { | ||
switch (aggregate?.toUpperCase()) { | ||
switch (aggregate?.toUpperCase?.()) { | ||
case 'COUNT': | ||
@@ -217,0 +217,0 @@ case 'SUM': |
@@ -22,2 +22,3 @@ export function jsType(type) { | ||
case 'TIME': | ||
case 'TIMESTAMP_NS': | ||
return 'date'; | ||
@@ -24,0 +25,0 @@ case 'BOOLEAN': |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
790837
17306
+ Added@uwdata/mosaic-sql@0.4.0(transitive)
- Removed@uwdata/mosaic-sql@0.3.5(transitive)
Updated@uwdata/mosaic-sql@^0.4.0