@sjcrh/proteinpaint-server 2.70.4-0 → 2.70.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-server",
3
- "version": "2.70.4-0",
3
+ "version": "2.70.4",
4
4
  "type": "module",
5
5
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
6
6
  "main": "src/app.js",
@@ -44,7 +44,6 @@
44
44
  "@babel/preset-typescript": "^7.21.4",
45
45
  "@babel/register": "^7.14.5",
46
46
  "@types/node": "^20.11.24",
47
- "@types/qs": "^6.9.15",
48
47
  "@typescript-eslint/eslint-plugin": "^5.60.0",
49
48
  "babel-loader": "^8.2.2",
50
49
  "esbuild": "^0.19.12",
@@ -63,7 +62,6 @@
63
62
  "dependencies": {
64
63
  "@sjcrh/augen": "2.46.0",
65
64
  "@sjcrh/proteinpaint-rust": "2.61.1",
66
- "axios": "^1.7.2",
67
65
  "better-sqlite3": "^9.4.1",
68
66
  "body-parser": "^1.15.2",
69
67
  "canvas": "~2.11.2",
@@ -83,7 +81,6 @@
83
81
  "minimatch": "^3.1.2",
84
82
  "node-fetch": "^2.6.1",
85
83
  "partjson": "^0.58.2",
86
- "qs": "^6.12.3",
87
84
  "tiny-async-pool": "^1.2.0",
88
85
  "typedoc-plugin-missing-exports": "^2.0.1"
89
86
  },
@@ -182,11 +182,6 @@ function addNonDictionaryQueries(c, ds, genome) {
182
182
  type: q.DZImages.type
183
183
  };
184
184
  }
185
- if (q.TiaImages) {
186
- q2.TiaImages = {
187
- type: q.TiaImages.type
188
- };
189
- }
190
185
  if (q.singleSampleGbtk) {
191
186
  q2.singleSampleGbtk = {};
192
187
  for (const k in q.singleSampleGbtk) {