@evidence-dev/db-commons
Advanced tools
Comparing version 0.0.0-153dea7f to 0.0.0-1582d60d
# @evidence-dev/db-commons | ||
## 1.0.2 | ||
### Patch Changes | ||
- fc7fe470: Add support for closeConnection callback when async generator has completed | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -21,3 +21,6 @@ export * from './index.cjs'; | ||
type FileContent = () => Promise<string>; | ||
/** | ||
* @param {boolean} [disableInterpolation = false] Disables the automatic injection of Evidence Source Variables | ||
*/ | ||
type FileContent = (disableInterpolation?: boolean) => Promise<string>; | ||
export interface SourceDirectory { | ||
@@ -24,0 +27,0 @@ [filename: string]: SourceDirectory | FileContent; |
{ | ||
"name": "@evidence-dev/db-commons", | ||
"version": "0.0.0-153dea7f", | ||
"version": "0.0.0-1582d60d", | ||
"description": "Shared modules for Evidence Datasource Drivers ", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
Sorry, the diff of this file is not supported yet
18985
447