@live-change/access-control-service 0.9.106 → 0.9.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/indexes.js +1 -1
- package/package.json +3 -3
package/indexes.js
CHANGED
|
@@ -214,7 +214,7 @@ if(config.indexed) {
|
|
|
214
214
|
async function iterate(index, prefix, cb) {
|
|
215
215
|
let position = prefix + ':'
|
|
216
216
|
while(true) {
|
|
217
|
-
const bucket = await index.
|
|
217
|
+
const bucket = await index.rangeGet({
|
|
218
218
|
gt: position,
|
|
219
219
|
lte: prefix + '_\xFF\xFF\xFF\xFF',
|
|
220
220
|
limit: bucketSize
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/access-control-service",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.108",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "https://www.viamage.com/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/framework": "^0.9.
|
|
24
|
+
"@live-change/framework": "^0.9.108"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c500fad0c238b17fa816248f16e9e9692abea569",
|
|
27
27
|
"type": "module"
|
|
28
28
|
}
|