@karmaniverous/entity-manager
Advanced tools
Comparing version 4.3.0-2 to 4.3.0
@@ -263,2 +263,11 @@ "use strict"; | ||
pageKeys ??= (0, _fromPairs2.default)(this.getKeySpace(entityToken, keyToken, item).map(shardedKey => [shardedKey, undefined])); | ||
console.debug('*** EntityManager.query parsed params ***\n', { | ||
entityToken, | ||
keyToken, | ||
item, | ||
shardQuery, | ||
limit, | ||
pageKeys, | ||
pages | ||
}); | ||
@@ -321,2 +330,3 @@ // Return empty result if no pageKeys. | ||
}); | ||
console.debug(`*** EntityManager.query page ${page} result ***\n`, pageResult); | ||
result.count += pageResult.count; | ||
@@ -323,0 +333,0 @@ result.items = [...result.items, ...pageResult.items]; |
@@ -256,2 +256,12 @@ /** | ||
console.debug('*** EntityManager.query parsed params ***\n', { | ||
entityToken, | ||
keyToken, | ||
item, | ||
shardQuery, | ||
limit, | ||
pageKeys, | ||
pages, | ||
}); | ||
// Return empty result if no pageKeys. | ||
@@ -297,2 +307,7 @@ if (_.isEmpty(pageKeys)) return { count: 0, items: [], pageKeys: {} }; | ||
console.debug( | ||
`*** EntityManager.query page ${page} result ***\n`, | ||
pageResult | ||
); | ||
result.count += pageResult.count; | ||
@@ -299,0 +314,0 @@ result.items = [...result.items, ...pageResult.items]; |
{ | ||
"name": "@karmaniverous/entity-manager", | ||
"version": "4.3.0-2", | ||
"version": "4.3.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
78149
1485
0