mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Enabled "emails" limit configuration
refs https://github.com/TryGhost/Team/issues/588 - This bump allows to pass configuration for "emails" limit (flag type for now) and allows to do checks against this limit as a consequence - Useful to be able to do basic checks for newsletter-related functionality
This commit is contained in:
parent
026b85baca
commit
a83cccd84b
2 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@
|
|||
"@tryghost/kg-default-cards": "4.0.3",
|
||||
"@tryghost/kg-markdown-html-renderer": "4.0.2",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
|
||||
"@tryghost/limit-service": "0.4.2",
|
||||
"@tryghost/limit-service": "0.4.3",
|
||||
"@tryghost/magic-link": "1.0.2",
|
||||
"@tryghost/members-api": "1.4.0",
|
||||
"@tryghost/members-csv": "1.0.0",
|
||||
|
|
|
@ -542,10 +542,10 @@
|
|||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^1.0.17"
|
||||
|
||||
"@tryghost/limit-service@0.4.2":
|
||||
version "0.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.4.2.tgz#3f096d3f0b158ffb51411cb7f0f772fd216c5fce"
|
||||
integrity sha512-bFT2nsLVJdfIKirHsLEoZk2ZDF9Gx0tSJomfoDRyc5iGnI7Vgy3FTemlAXjM50NfFH1VCFBZiH81QeoTxa7vbw==
|
||||
"@tryghost/limit-service@0.4.3":
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/limit-service/-/limit-service-0.4.3.tgz#2594941c14b14fc9e99846a13fd218ecbbe253b3"
|
||||
integrity sha512-ZdiT5irH6+EUXKw/8ie9CccDfhpS6CbnW0WtzvLbHWP7nPfbZ2iXasmdhNYugHeWHJcZyW41CrKBM/qIxvDUNQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue