Comparing version 52.0.3 to 52.1.0
@@ -58,2 +58,4 @@ import { CaseConvertTable, CaseType, DbScopedColsByKey, DbScopedColsByTableType, JoinTableWithCaseConvert, SplitScopedColumn, StrKey, UnwrapArrayMember } from '@waiting/shared-types'; | ||
export interface TrxPropagateOptions { | ||
entryKey: string; | ||
key: string; | ||
dbId: string; | ||
@@ -60,0 +62,0 @@ type: PropagationType; |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "52.0.3", | ||
"version": "52.1.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -81,3 +81,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a948ff7636b509af3b4e6b64320d7bccdc9d9129" | ||
"gitHead": "850c7ef9bd49877aaba4769848aa4d5e2d0ef207" | ||
} |
@@ -108,2 +108,4 @@ /* eslint-disable max-len */ | ||
export interface TrxPropagateOptions { | ||
entryKey: string | ||
key: string | ||
dbId: string | ||
@@ -110,0 +112,0 @@ type: PropagationType |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
425272
7186