Browse Source

saguaro update

bioinsilico 2 years ago
parent
commit
7758dd8206
4 changed files with 444 additions and 653 deletions
  1. 5 0
      CHANGELOG.md
  2. 434 649
      package-lock.json
  3. 3 3
      package.json
  4. 2 1
      tsconfig.json

+ 5 - 0
CHANGELOG.md

@@ -2,6 +2,11 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [2.3.8] - 2023-01-20
+### Dependency update
+- rcsb-saguaro v2.5.8
+- rcsb-saguaro-app v4.5.9
+ 
 ## [2.3.7] - 2022-12-12
 ### Bug fix
 - `assemblyId` parameter has been removed from `AlignmentTrajectoryPresetProvider`

File diff suppressed because it is too large
+ 434 - 649
package-lock.json


+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@rcsb/rcsb-saguaro-3d",
-  "version": "2.3.7",
+  "version": "2.3.8",
   "description": "RCSB Molstar/Saguaro Web App",
   "main": "build/dist/app.js",
   "files": [
@@ -83,8 +83,8 @@
   "dependencies": {
     "@rcsb/rcsb-api-tools": "^4.1.1",
     "@rcsb/rcsb-molstar": "^2.5.5",
-    "@rcsb/rcsb-saguaro": "^2.5.5",
-    "@rcsb/rcsb-saguaro-app": "^4.5.8",
+    "@rcsb/rcsb-saguaro": "^2.5.8",
+    "@rcsb/rcsb-saguaro-app": "^4.5.9",
     "http-server": "^14.1.1",
     "molstar": "^3.13.0"
   },

+ 2 - 1
tsconfig.json

@@ -11,7 +11,8 @@
     "sourceMap": true,
     "strictNullChecks": true,
     "declarationDir": "./build/dist",
-    "esModuleInterop": true
+    "esModuleInterop": true,
+    "skipLibCheck": true
   },
   "include": [ "src/*", "src/**/*", "src/**/**/*", "src/**/**/**/*" ],
   "exclude": [

Some files were not shown because too many files changed in this diff