@evidence-dev/db-commons
Advanced tools
Comparing version 0.0.0-4743ad2c to 0.0.0-48087c08
# @evidence-dev/db-commons | ||
## 1.0.3 | ||
### Patch Changes | ||
- 31381835: Add support for EVIDENCE_VAR\_\_ interpolation in source queries | ||
## 1.0.2 | ||
@@ -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-4743ad2c", | ||
"version": "0.0.0-48087c08", | ||
"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", |
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
19092
447
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@10.0.0(transitive)
Updatedfs-extra@11.2.0