From e21b746b33c4512db4c7c90b2bfdef7b7dd527dc Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 6 Nov 2024 11:49:44 -0800 Subject: [PATCH] DROP: point to auspice commit --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45f2690..c7aad8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { - "auspice": "2.59.1", + "auspice": "github:nextstrain/auspice#540785d61202562b3bac18e9c23a1f45560bd988", "heroku-ssl-redirect": "0.0.4" }, "engines": { @@ -2573,8 +2573,9 @@ }, "node_modules/auspice": { "version": "2.59.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", - "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", + "resolved": "git+ssh://git@github.com/nextstrain/auspice.git#540785d61202562b3bac18e9c23a1f45560bd988", + "integrity": "sha512-0Fy9OfVJ+zjzb1HxL8pgriFZ+/VfIqQSK9H2YeNBJE19cTo/ywWGPrxi0sQJfSC+7dNwta0d1/5ZURqmSftcEA==", + "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", @@ -9682,9 +9683,9 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "auspice": { - "version": "2.59.1", - "resolved": "https://registry.npmjs.org/auspice/-/auspice-2.59.1.tgz", - "integrity": "sha512-JdfCQ2waAY/BPeIZ58tAUIYWwopY28FuQ3JjG+esa5fPbp5+Ovbx4rl6LqWCscohyojdxgJvJX4l8a1Av2b9ZA==", + "version": "git+ssh://git@github.com/nextstrain/auspice.git#540785d61202562b3bac18e9c23a1f45560bd988", + "integrity": "sha512-0Fy9OfVJ+zjzb1HxL8pgriFZ+/VfIqQSK9H2YeNBJE19cTo/ywWGPrxi0sQJfSC+7dNwta0d1/5ZURqmSftcEA==", + "from": "auspice@github:nextstrain/auspice#540785d61202562b3bac18e9c23a1f45560bd988", "requires": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", diff --git a/package.json b/package.json index 57f477a..c1b372b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "develop": "auspice develop --verbose --extend ./auspice_client_customisation/config.json --handlers ./server/handlers.js" }, "dependencies": { - "auspice": "2.59.1", + "auspice": "github:nextstrain/auspice#540785d61202562b3bac18e9c23a1f45560bd988", "heroku-ssl-redirect": "0.0.4" } }