[misc] install @overleaf/object-persistor from tar-ball

This commit is contained in:
Jakob Ackermann 2020-12-02 12:39:01 +00:00
parent 71bb9a5832
commit c55c0d9d25
2 changed files with 3 additions and 3 deletions

View file

@ -833,8 +833,8 @@
"integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
},
"@overleaf/object-persistor": {
"version": "git+https://github.com/overleaf/object-persistor.git#8fbc9ed03206bfb54368578d22b7ac4f285baa25",
"from": "git+https://github.com/overleaf/object-persistor.git",
"version": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
"integrity": "sha512-QApK1xZv4c2sco4lBwq5tn2w7ZNcnqQ/bVPbrxpiJCK5L5Gfvwcm0T2cAbbsuI/FSkSB93eU60iZqPtT87vp9w==",
"requires": {
"@google-cloud/storage": "^5.1.2",
"@overleaf/o-error": "^3.0.0",

View file

@ -22,7 +22,7 @@
"dependencies": {
"@overleaf/metrics": "^3.4.1",
"@overleaf/o-error": "^3.0.0",
"@overleaf/object-persistor": "git+https://github.com/overleaf/object-persistor.git",
"@overleaf/object-persistor": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"fast-crc32c": "^2.0.0",