think-model
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -663,3 +663,3 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } | ||
_this11.options = options; | ||
count = yield _this11.count(`\`${table}\`.${_this11.pk}`); | ||
count = yield _this11.count(`${_this11[QUOTE_FIELD](table)}.${_this11.pk}`); | ||
} | ||
@@ -666,0 +666,0 @@ |
{ | ||
"name": "think-model", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "An adapter-based ORM for ThinkJS 3.x", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
95900