From 52aa6ac21af12d00c43f809d1b1a6a71944da59c Mon Sep 17 00:00:00 2001 From: nextstrain-bot Date: Mon, 14 Oct 2024 23:40:52 +0000 Subject: [PATCH] [testing only] Upgrade Auspice to dfedea5138e942429ed4813b92d73beba700a484 --- auspice-client/package-lock.json | 13 +++++++------ auspice-client/package.json | 2 +- build.sh | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/auspice-client/package-lock.json b/auspice-client/package-lock.json index b1bfcba4d..dbdc36e9d 100644 --- a/auspice-client/package-lock.json +++ b/auspice-client/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "auspice": "^2.58.0", + "auspice": "github:nextstrain/auspice#dfedea5138e942429ed4813b92d73beba700a484", "iso-639-1": "^2.1.15" } }, @@ -2463,8 +2463,9 @@ }, "node_modules/auspice": { "version": "2.58.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", - "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#dfedea5138e942429ed4813b92d73beba700a484", + "integrity": "sha512-QVttGTP+5tjHQ31Z9hHzNiU3Gdxn6MP5RR/k2lOXHLSawvGqniGX9d2w2uAK5PxeKPm6kB6LddGmedHHPKfcdA==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9374,9 +9375,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.58.0", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.58.0.tgz", - "integrity": "sha512-JkCWYgAjrmFUApbGlg42wj8r0MW55fD/LiMg7IvGlYmKTJUyLOUzv6wXizVcLvaPeQMJr+IyUU7EOzcwyLUx4w==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#dfedea5138e942429ed4813b92d73beba700a484", + "integrity": "sha512-QVttGTP+5tjHQ31Z9hHzNiU3Gdxn6MP5RR/k2lOXHLSawvGqniGX9d2w2uAK5PxeKPm6kB6LddGmedHHPKfcdA==", + "from": "auspice@nextstrain/auspice#dfedea5138e942429ed4813b92d73beba700a484", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/auspice-client/package.json b/auspice-client/package.json index a4880361e..353408cfc 100644 --- a/auspice-client/package.json +++ b/auspice-client/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "auspice": "^2.58.0", + "auspice": "github:nextstrain/auspice#dfedea5138e942429ed4813b92d73beba700a484", "iso-639-1": "^2.1.15" } } diff --git a/build.sh b/build.sh index b3390d2c5..c93883e27 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ build-auspice() { echo "Building a customised version of auspice" cd auspice-client npm ci - ./node_modules/.bin/auspice build --verbose --extend ./customisations/config.json + ./node_modules/.bin/auspice build --includeTiming --verbose --extend ./customisations/config.json cd .. }