@bufferapp/publish-utils
Advanced tools
Comparing version 1.9.23 to 1.9.24
{ | ||
"name": "@bufferapp/publish-utils", | ||
"version": "1.9.23", | ||
"version": "1.9.24", | ||
"description": "Misc. publish utils for dates, parsing, etc.", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "35385eef461f68bbf40aa14ab54bad9ae8f6cc22" | ||
"gitHead": "6b632f51d58086c2c4e8f7a6ea38a6cbc5737190" | ||
} |
@@ -152,3 +152,5 @@ const { getDateString, isInThePast } = require('./date'); | ||
statistics: post.statistics, | ||
service_geolocation_id: post.service_geolocation_id, | ||
service_geolocation_name: post.service_geolocation_name, | ||
}; | ||
}; |
84964
1700