@uniformdev/redirect
Advanced tools
Comparing version 19.36.1-alpha.7 to 19.37.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 @@ } |
@@ -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.37.0", | ||
"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.37.0", | ||
"p-limit": "^3.1.0", | ||
@@ -43,3 +43,3 @@ "rfdc": "^1.3.0" | ||
}, | ||
"gitHead": "859ce3f295642c78d0308620f988a51ce933bd64" | ||
"gitHead": "2f595c3eb8113fc602b6abb0bfa7a4c5fcfc2659" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
172296
+ Added@uniformdev/context@19.37.0(transitive)
+ Addeddequal@2.0.3(transitive)
+ Addedjs-cookie@3.0.5(transitive)
+ Addedmitt@3.0.1(transitive)
Updated@uniformdev/context@19.37.0