Comparing version 55.5.2 to 55.5.3
@@ -13,3 +13,3 @@ export var QueryBuilderExtKey; | ||
QueryBuilderExtKey["rowLockLevel"] = "rowLockLevel"; | ||
})(QueryBuilderExtKey = QueryBuilderExtKey || (QueryBuilderExtKey = {})); | ||
})(QueryBuilderExtKey || (QueryBuilderExtKey = {})); | ||
/** | ||
@@ -23,3 +23,3 @@ * Used for `@Transactional()` decorator | ||
RowLockLevel["None"] = "None"; | ||
})(RowLockLevel = RowLockLevel || (RowLockLevel = {})); | ||
})(RowLockLevel || (RowLockLevel = {})); | ||
//# sourceMappingURL=builder.types.js.map |
@@ -22,3 +22,3 @@ /** | ||
PropagationType["SUPPORTS"] = "SUPPORTS"; | ||
})(PropagationType = PropagationType || (PropagationType = {})); | ||
})(PropagationType || (PropagationType = {})); | ||
//# sourceMappingURL=propagation.types.js.map |
@@ -16,3 +16,3 @@ import { CaseType } from '@waiting/shared-types'; | ||
EnumClient["sqlite3"] = "sqlite3"; | ||
})(EnumClient = EnumClient || (EnumClient = {})); | ||
})(EnumClient || (EnumClient = {})); | ||
export var SmartKey; | ||
@@ -25,3 +25,3 @@ (function (SmartKey) { | ||
SmartKey["crossJoin"] = "smartCrossJoin"; | ||
})(SmartKey = SmartKey || (SmartKey = {})); | ||
})(SmartKey || (SmartKey = {})); | ||
// export type EventCallbacks<Ctx = any> = Partial<Record<EventCallbackType, EventCallback<Ctx>>> | ||
@@ -37,3 +37,3 @@ export var KmorePageKey; | ||
KmorePageKey["PagingBuilderType"] = "pagingType"; | ||
})(KmorePageKey = KmorePageKey || (KmorePageKey = {})); | ||
})(KmorePageKey || (KmorePageKey = {})); | ||
export var KmoreProxyKey; | ||
@@ -43,3 +43,3 @@ (function (KmoreProxyKey) { | ||
KmoreProxyKey["getThenProxyProcessed"] = "KmoreGetThenProxyProcessed"; | ||
})(KmoreProxyKey = KmoreProxyKey || (KmoreProxyKey = {})); | ||
})(KmoreProxyKey || (KmoreProxyKey = {})); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "55.5.2", | ||
"version": "55.5.3", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-core": "^21.1.0" | ||
"@waiting/shared-core": "^21.2.1" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
"cross-env": "7", | ||
"kmore-cli": "^55.3.3", | ||
"kmore-cli": "^55.5.3", | ||
"kmore-types": "^55.3.3", | ||
@@ -82,3 +82,3 @@ "knex": "^2.4.2", | ||
}, | ||
"gitHead": "1ac539e9d9561127137eb078b92d85b5815d936e" | ||
"gitHead": "fb1ff43b3f2c6fed050efd6da4a71a4881d19f38" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
462684
Updated@waiting/shared-core@^21.2.1