Comparing version 67.0.1 to 67.1.0
@@ -31,2 +31,4 @@ import type { PropagationType } from './propagation.types.js'; | ||
ForUpdate = "FOR_UPDATE", | ||
ForShareSkipLocked = "FOR_SHARE_SKIP_LOCKED", | ||
ForUpdateSkipLocked = "FOR_UPDATE_SKIP_LOCKED", | ||
None = "None" | ||
@@ -33,0 +35,0 @@ } |
@@ -8,2 +8,4 @@ /** | ||
RowLockLevel["ForUpdate"] = "FOR_UPDATE"; | ||
RowLockLevel["ForShareSkipLocked"] = "FOR_SHARE_SKIP_LOCKED"; | ||
RowLockLevel["ForUpdateSkipLocked"] = "FOR_UPDATE_SKIP_LOCKED"; | ||
RowLockLevel["None"] = "None"; | ||
@@ -10,0 +12,0 @@ })(RowLockLevel || (RowLockLevel = {})); |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "67.0.1", | ||
"version": "67.1.0", | ||
"description": "A SQL query builder based on knex with powerful TypeScript type support", | ||
@@ -88,3 +88,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "3914d3e23d445481cd99ad58924d5c1c39814bf6" | ||
"gitHead": "5fff9fcccf2577a62eeff7ef7d0962ce797342f1" | ||
} |
@@ -35,2 +35,4 @@ import type { PropagationType } from './propagation.types.js' | ||
ForUpdate = 'FOR_UPDATE', | ||
ForShareSkipLocked = 'FOR_SHARE_SKIP_LOCKED', | ||
ForUpdateSkipLocked = 'FOR_UPDATE_SKIP_LOCKED', | ||
None = 'None', | ||
@@ -37,0 +39,0 @@ } |
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
380376
6606