icn3d 3.26.3 → 3.26.4

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/icn3d.module.js CHANGED
@@ -45404,7 +45404,7 @@ class LineGraph {
45404
45404
  // dataArray2 = await allPromise;
45405
45405
 
45406
45406
  //split arrays into chunks of 100 jobs
45407
- let n = (me.bNode) ? 48 : 96;
45407
+ let n = (me.bNode) ? 16 : 96;
45408
45408
  for(let i = 0, il = (ajaxArray.length - 1) / n + 1; i < il; ++i) {
45409
45409
  let currAjaxArray = [];
45410
45410
  if(i == il - 1) { // last one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.26.3",
3
+ "version": "3.26.4",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {
@@ -31,9 +31,9 @@
31
31
  "author": "Jiyao Wang <wangjiy@ncbi.nlm.nih.gov>",
32
32
  "license": "SEE LICENSE IN LICENSE",
33
33
  "dependencies": {
34
- "axios": "^0.25.0",
35
- "jquery": "^3.5.0",
36
- "jsdom": "^16.5.3",
34
+ "axios": "^1.4.0",
35
+ "jquery": "^3.6.4",
36
+ "jsdom": "^22.1.0",
37
37
  "three": "~0.137.0"
38
38
  }
39
39
  }