@rcsb/rcsb-saguaro-app 6.4.3 → 6.4.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcsb/rcsb-saguaro-app",
3
- "version": "6.4.3",
3
+ "version": "6.4.4",
4
4
  "description": "RCSB 1D Saguaro Web App",
5
5
  "main": "build/app.js",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "devServer": "webpack-dev-server --config webpack.server.dev.config.js",
12
12
  "buildAll": "npm run buildApp && npm run buildAllDoc",
13
13
  "buildOnlyApp": "npm run build-tsc && npm run build-commonjs && npm run copyQueries && npm run copyCss && npm run copyIcons && npm run build && npm run copyConfig",
14
- "buildApp": "npm run clean && npm run checkQueries && npm run buildOnlyApp",
14
+ "buildApp": "npm install && npm run clean && npm run checkQueries && npm run buildOnlyApp",
15
15
  "buildAppDev": "npm run clean && npm run checkQueries && npm run buildDev",
16
16
  "build": "webpack --config ./webpack.config.js",
17
17
  "checkQueries": "ts-node src/RcsbQueries/QueryCheck.ts",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@rcsb/rcsb-api-tools": "^5.1.1",
93
93
  "@rcsb/rcsb-charts": "^0.2.27",
94
- "@rcsb/rcsb-saguaro": "^3.1.9",
94
+ "@rcsb/rcsb-saguaro": "^3.1.10",
95
95
  "@rcsb/rcsb-search-tools": "^0.0.15",
96
96
  "bootstrap": "^5.3.8",
97
97
  "ideogram": "^1.53.0",