@evidence-dev/db-commons
Advanced tools
Comparing version 1.0.4-features-a.0 to 1.0.4
# @evidence-dev/db-commons | ||
## 1.0.4-features-a.0 | ||
## 1.0.4 | ||
### Patch Changes | ||
- 17f7bb20: Add better configuration for parquet row size, also batch partitioned data to avoid OOM issues on very large datasets | ||
- 1da26c4e: add more leniency for comments in queries | ||
@@ -9,0 +9,0 @@ ## 1.0.3 |
@@ -37,4 +37,3 @@ export * from './index.cjs'; | ||
addToCache: (name: string, content: string) => void; | ||
}, | ||
batchSize: number | ||
} | ||
) => AsyncIterable<QueryResult & { name: string; content: string }>; |
{ | ||
"name": "@evidence-dev/db-commons", | ||
"version": "1.0.4-features-a.0", | ||
"version": "1.0.4", | ||
"description": "Shared modules for Evidence Datasource Drivers ", | ||
@@ -9,3 +9,3 @@ "main": "index.cjs", | ||
"dependencies": { | ||
"fs-extra": "10.0.0" | ||
"fs-extra": "11.2.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
19237
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@10.0.0(transitive)
Updatedfs-extra@11.2.0