@naturalcycles/db-lib
Advanced tools
Comparing version 3.15.0 to 3.15.1
@@ -0,1 +1,8 @@ | ||
## [3.15.1](https://github.com/NaturalCycles/db-lib/compare/v3.15.0...v3.15.1) (2020-03-20) | ||
### Bug Fixes | ||
* CommonDaoStreamOptions extended wrong interface ([8c7fda4](https://github.com/NaturalCycles/db-lib/commit/8c7fda44137c22d7f6ac4bc68ab29e7effd6acda)) | ||
# [3.15.0](https://github.com/NaturalCycles/db-lib/compare/v3.14.1...v3.15.0) (2020-03-18) | ||
@@ -2,0 +9,0 @@ |
import { ErrorMode } from '@naturalcycles/js-lib'; | ||
import { TransformLogProgressOptions, TransformMapOptions } from '@naturalcycles/nodejs-lib'; | ||
import { TransformMapOptions } from '@naturalcycles/nodejs-lib'; | ||
import { Merge } from 'type-fest'; | ||
@@ -53,3 +53,3 @@ import { CommonDB } from './common.db'; | ||
} | ||
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions, TransformLogProgressOptions { | ||
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions { | ||
/** | ||
@@ -56,0 +56,0 @@ * @default true (for streams) |
@@ -8,3 +8,3 @@ { | ||
"@naturalcycles/time-lib": "^1.4.3", | ||
"fs-extra": "^8.1.0", | ||
"fs-extra": "^9.0.0", | ||
"type-fest": "^0.12.0" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"version": "3.15.0", | ||
"version": "3.15.1", | ||
"description": "Lowest Common Denominator API to supported Databases", | ||
@@ -43,0 +43,0 @@ "keywords": [ |
@@ -5,3 +5,2 @@ import { ErrorMode } from '@naturalcycles/js-lib' | ||
stringSchema, | ||
TransformLogProgressOptions, | ||
TransformMapOptions, | ||
@@ -68,6 +67,3 @@ unixTimestampSchema, | ||
export interface CommonDaoStreamOptions | ||
extends CommonDaoOptions, | ||
TransformMapOptions, | ||
TransformLogProgressOptions { | ||
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions { | ||
/** | ||
@@ -74,0 +70,0 @@ * @default true (for streams) |
Sorry, the diff of this file is not supported yet
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
331780
6312
- Removedfs-extra@8.1.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)
Updatedfs-extra@^9.0.0