mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Added ability to modify email_only property in post resource
https://github.com/TryGhost/Team/issues/893 - The package bump allows to validate the post's `email_only` property
This commit is contained in:
parent
755a3a320e
commit
9081877996
@ -51,7 +51,7 @@
|
||||
"@nexes/nql": "0.6.0",
|
||||
"@sentry/node": "6.10.0",
|
||||
"@tryghost/adapter-manager": "0.2.14",
|
||||
"@tryghost/admin-api-schema": "2.5.0",
|
||||
"@tryghost/admin-api-schema": "2.5.2",
|
||||
"@tryghost/bookshelf-plugins": "0.3.0",
|
||||
"@tryghost/bootstrap-socket": "0.2.9",
|
||||
"@tryghost/color-utils": "^0.1.0",
|
||||
|
@ -530,10 +530,10 @@
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.13"
|
||||
|
||||
"@tryghost/admin-api-schema@2.5.0":
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.5.0.tgz#8ac3dccff3428197745032e4fda07d781464397f"
|
||||
integrity sha512-8LyI2/weIN8js3Wg+LIfPygG/tSRijqrBEbJ0bEroPkm+27oF7MfAj+vSAzHj65G6cBP8lIUetGPNO2U+nHjPw==
|
||||
"@tryghost/admin-api-schema@2.5.2":
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.5.2.tgz#633b4d9043753ec39ae9086dd22c3ef4ba6423da"
|
||||
integrity sha512-rYHu4Sb7hFwgDs/5zdxsSSDjVIyKagmF1mhrARO1/pe0it3H+iUJ7gC9aVX3dgRXiV6qOPvY2K15PmkXd2b0fQ==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.10"
|
||||
lodash "^4.17.11"
|
||||
|
Loading…
Reference in New Issue
Block a user