@arranger/middleware
Advanced tools
Comparing version 0.1.20 to 0.1.26
{ | ||
"name": "@arranger/middleware", | ||
"version": "0.1.20", | ||
"version": "0.1.26", | ||
"description": "Arranger Middleware", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -52,3 +52,3 @@ import AggregationProcessor from '../src/aggregations.js'; | ||
field: 'access', | ||
size: 100, | ||
size: 300000, | ||
}, | ||
@@ -82,3 +82,3 @@ }, | ||
field: 'cases.samples.portions.is_ffpe', | ||
size: 100, | ||
size: 300000, | ||
}, | ||
@@ -105,3 +105,3 @@ }, | ||
'cases.samples.portions.slides.annotations.notes', | ||
size: 100, | ||
size: 300000, | ||
}, | ||
@@ -118,3 +118,3 @@ }, | ||
'cases.samples.portions.slides.annotations.category', | ||
size: 100, | ||
size: 300000, | ||
}, | ||
@@ -121,0 +121,0 @@ }, |
@@ -70,3 +70,3 @@ import AggregationProcessor from '../src/aggregations.js'; | ||
field: 'acl', | ||
size: 100, | ||
size: 300000, | ||
}, | ||
@@ -73,0 +73,0 @@ }, |
Sorry, the diff of this file is too big to display
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
153163
1408