mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merged v5.48.1 into main
This commit is contained in:
commit
1914605705
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost-admin",
|
"name": "ghost-admin",
|
||||||
"version": "5.48.0",
|
"version": "5.48.1",
|
||||||
"description": "Ember.js admin client for Ghost",
|
"description": "Ember.js admin client for Ghost",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "http://ghost.org",
|
"homepage": "http://ghost.org",
|
||||||
|
|
|
@ -49,7 +49,7 @@ module.exports = class TierRepository {
|
||||||
*/
|
*/
|
||||||
toPrimitive(tier) {
|
toPrimitive(tier) {
|
||||||
return {
|
return {
|
||||||
...tier,
|
...tier.toJSON(),
|
||||||
active: (tier.status === 'active'),
|
active: (tier.status === 'active'),
|
||||||
type: tier.type,
|
type: tier.type,
|
||||||
id: tier.id.toHexString()
|
id: tier.id.toHexString()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost",
|
"name": "ghost",
|
||||||
"version": "5.48.0",
|
"version": "5.48.1",
|
||||||
"description": "The professional publishing platform",
|
"description": "The professional publishing platform",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "https://ghost.org",
|
"homepage": "https://ghost.org",
|
||||||
|
|
Loading…
Add table
Reference in a new issue