mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed generation of MRR and Volume data
refs https://github.com/TryGhost/Members/commit/bb433e13 MRR and Volume aggregates were broken, this fix is in members-api
This commit is contained in:
parent
722825055f
commit
7ecd1067ba
2 changed files with 18 additions and 8 deletions
|
@ -55,7 +55,7 @@
|
|||
"@tryghost/kg-markdown-html-renderer": "4.0.0-rc.2",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0-rc.1",
|
||||
"@tryghost/magic-link": "0.6.6",
|
||||
"@tryghost/members-api": "1.0.0-rc.3",
|
||||
"@tryghost/members-api": "1.0.0-rc.4",
|
||||
"@tryghost/members-csv": "0.4.5",
|
||||
"@tryghost/members-ssr": "0.8.10",
|
||||
"@tryghost/mw-session-from-token": "0.1.16",
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -555,7 +555,7 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.11"
|
||||
|
||||
"@tryghost/magic-link@0.6.6", "@tryghost/magic-link@^0.6.6":
|
||||
"@tryghost/magic-link@0.6.6":
|
||||
version "0.6.6"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.6.6.tgz#ca48379d3cd8351dd216fa4134cfd14662c5a672"
|
||||
integrity sha512-G2nZ/6koR5qUoQ8CCcbiq50EF/HuhfnXSSXQnS/aw/g5muimDoSsdo8rBdim4oeva3nR863H+ndps07YakM92g==
|
||||
|
@ -565,17 +565,27 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.0.0-rc.3":
|
||||
version "1.0.0-rc.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.0.0-rc.3.tgz#24dd56700f3da322a6a299a97b8632a1cae7db65"
|
||||
integrity sha512-RUZ36ifc8535jv00DCbj1LbehSRVyxDHXbcZb2+rKbbP/eizy8gE+K2+9QJ19PcnJoHGD5/jhSuVT4Y3SZvK9g==
|
||||
"@tryghost/magic-link@^0.6.7":
|
||||
version "0.6.7"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/magic-link/-/magic-link-0.6.7.tgz#9bdf76fa014f08a09cc38c308d659900626902c9"
|
||||
integrity sha512-6sG0iqW+yUoBnJVKRhvOAc+dexHfFf0UJeVOmQXDL8/Ei5CSfyI4IsPV3i2yvYSLzmwqSKayG9dFkyjkvN6w8g==
|
||||
dependencies:
|
||||
"@tryghost/magic-link" "^0.6.6"
|
||||
bluebird "^3.5.5"
|
||||
ghost-ignition "4.4.4"
|
||||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.0.0-rc.4":
|
||||
version "1.0.0-rc.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.0.0-rc.4.tgz#925228500752a3fcadcb5515fd9a69c2e20b8616"
|
||||
integrity sha512-pDT5AWRiXlfgYF7b5EFSBPUFYJ05icd/u8tprGoco4Bd+D8uGgSLDLCOe4ZxEvrfUg3Yy25zMtk22lRHb4Db8w==
|
||||
dependencies:
|
||||
"@tryghost/magic-link" "^0.6.7"
|
||||
bluebird "^3.5.4"
|
||||
body-parser "^1.19.0"
|
||||
cookies "^0.8.0"
|
||||
express "^4.16.4"
|
||||
ghost-ignition "4.4.3"
|
||||
ghost-ignition "4.4.4"
|
||||
got "^9.6.0"
|
||||
jsonwebtoken "^8.5.1"
|
||||
leaky-bucket "2.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue