@uniformdev/redirect
Advanced tools
Comparing version 19.36.1-alpha.7 to 19.36.1-alpha.61
@@ -715,4 +715,4 @@ "use strict"; | ||
const fetchUri = this.createUrl("/api/v1/redirect", { | ||
limit: 50, | ||
offset: requestCount * 50, | ||
limit: 500, | ||
offset: requestCount * 500, | ||
orderBy, | ||
@@ -727,3 +727,3 @@ projectId | ||
requestCount++; | ||
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) { | ||
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) { | ||
break; | ||
@@ -730,0 +730,0 @@ } |
@@ -388,4 +388,4 @@ import "./chunk-TLYAXJ7N.mjs"; | ||
const fetchUri = this.createUrl("/api/v1/redirect", { | ||
limit: 50, | ||
offset: requestCount * 50, | ||
limit: 500, | ||
offset: requestCount * 500, | ||
orderBy, | ||
@@ -400,3 +400,3 @@ projectId | ||
requestCount++; | ||
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) { | ||
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) { | ||
break; | ||
@@ -403,0 +403,0 @@ } |
@@ -715,4 +715,4 @@ "use strict"; | ||
const fetchUri = this.createUrl("/api/v1/redirect", { | ||
limit: 50, | ||
offset: requestCount * 50, | ||
limit: 500, | ||
offset: requestCount * 500, | ||
orderBy, | ||
@@ -727,3 +727,3 @@ projectId | ||
requestCount++; | ||
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) { | ||
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) { | ||
break; | ||
@@ -730,0 +730,0 @@ } |
{ | ||
"name": "@uniformdev/redirect", | ||
"version": "19.36.1-alpha.7+859ce3f29", | ||
"version": "19.36.1-alpha.61+12e4e2a6e", | ||
"description": "Uniform redirect client", | ||
@@ -35,3 +35,3 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"dependencies": { | ||
"@uniformdev/context": "19.36.1-alpha.7+859ce3f29", | ||
"@uniformdev/context": "19.36.1-alpha.61+12e4e2a6e", | ||
"p-limit": "^3.1.0", | ||
@@ -43,3 +43,3 @@ "rfdc": "^1.3.0" | ||
}, | ||
"gitHead": "859ce3f295642c78d0308620f988a51ce933bd64" | ||
"gitHead": "12e4e2a6e17788b5337c4c0c90c094735d256c60" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
172334