Removed requirement for Offer description field

refs https://github.com/TryGhost/Team/issues/1083

This field is not required but was previously causing API errors when
missing, the bump to members-offers removes this requirement.
This commit is contained in:
Fabien O'Carroll 2021-10-08 12:44:14 +02:00
parent 999cff35cf
commit 955621fa21
2 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@
"@tryghost/members-api": "2.1.0",
"@tryghost/members-csv": "1.1.7",
"@tryghost/members-importer": "0.3.3",
"@tryghost/members-offers": "0.4.0",
"@tryghost/members-offers": "0.4.1",
"@tryghost/members-ssr": "1.0.14",
"@tryghost/mw-session-from-token": "0.1.25",
"@tryghost/nodemailer": "0.3.3",

View File

@ -1596,10 +1596,10 @@
"@tryghost/tpl" "^0.1.3"
moment-timezone "0.5.23"
"@tryghost/members-offers@0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.4.0.tgz#76c1eb67abbd3598d8603d4d028b907484e27cb5"
integrity sha512-S2ncT3Yz5O8hhLUKDy6yM+t+f2TbtQbKZD6XGKbLq3UoPtQdPnGETo+Wp845newNIlhDl22Ykf9d1cVWrrpmuw==
"@tryghost/members-offers@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.4.1.tgz#953864fad4d777cda07831b8511989adffb16053"
integrity sha512-RUyczy1nntMS6iSn6DJ6/3h3P+HYCTLVzA6SyQ8jdwi7lon3bvhj87P43pdEAYqKbeNrtPvF24RkoAI2YMJaoQ==
dependencies:
"@tryghost/string" "^0.1.20"