@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.102 to 0.0.103
@@ -38,3 +38,3 @@ "use strict"; | ||
const offset = params.offset || 0; | ||
for (let i = offset; i <= offset + params.limit; i += 100) { | ||
for (let i = offset; i <= offset + params.limit; i += 3) { | ||
this.id++; | ||
@@ -48,3 +48,3 @@ requests.push({ | ||
offset: i, | ||
limit: params.limit && params.limit < 100 ? params.limit : 100, | ||
limit: params.limit && params.limit < 3 ? params.limit : 3, | ||
}, | ||
@@ -51,0 +51,0 @@ }); |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.102", | ||
"version": "0.0.103", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "4efc362a4717478f78342b22bd1fb7697d7494cf" | ||
"gitHead": "59d9e7c7dcc96d7aa8355da24ff066f4dd48d6d5" | ||
} |
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
46636